summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* bump version3.0.13Ulrich-Matthias Schäfer2019-06-121-0/+8
* Update CHANGELOG.mdJanMisker2019-04-111-1/+1
* bump version number3.0.12Ulrich-Matthias Schäfer2019-02-191-1/+2
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-181-0/+9
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-0/+7
* correct wrong year in changelogUlrich-Matthias Schäfer2019-01-141-6/+6
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-141-1/+6
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-0/+8
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-141-0/+5
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-131-1/+8
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-131-0/+7
* Release 3.0.63.0.6Ulrich-Matthias Schäfer2019-01-121-1/+5
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-121-0/+9
* Correct wordsidready2018-12-301-2/+2
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-0/+8
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-071-0/+10
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-051-0/+9
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-1/+12
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-0/+7
* Release 3.0.03.0.0Ulrich-Matthias Schäfer2018-12-011-1/+59
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-011-5/+0
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-1/+2
* Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-0/+2
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-0/+1
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-171-0/+1
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-6/+2
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-121-0/+1
* reworked parents so that it is useful now, changelogUlrich-Matthias Schäfer2018-11-121-1/+3
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-081-1/+2
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-081-0/+1
* `fill()` and `stroke()` return the fill and stroke attribute when called as g...Ulrich-Matthias Schäfer2018-11-081-0/+1
* added `ax(), ay(), amove()` to change texts x and y values directly (#787)Ulrich-Matthias Schäfer2018-11-081-0/+1
* `SVG.Text.rebuild()` now takes every font-size into account (#512)Ulrich-Matthias Schäfer2018-11-081-0/+1
* implements `round()` (#916)Ulrich-Matthias Schäfer2018-11-081-0/+1
* add test for array getter of attrUlrich-Matthias Schäfer2018-11-081-0/+1
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-081-1/+3
* add styletagsUlrich-Matthias Schäfer2018-11-081-0/+1
* added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...Ulrich-Matthias Schäfer2018-11-081-0/+2
* clone() does not insert the clone into the dom anymore, added beziere() and s...Ulrich-Matthias Schäfer2018-11-071-0/+2
* update changelowUlrich-Matthias Schäfer2018-11-071-5/+4
* changelog updateUlrich-Matthias Schäfer2018-10-181-0/+1
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-051-1/+2
* Integrated the transformations into the changes in 3.0.0Saivan2018-03-041-0/+2
|\
| * removed `size()` from `SVG.Text` to avoid name clashUlrich-Matthias Schäfer2018-03-031-0/+2
* | Fixed some tests involving transforms and elementsSaivan2018-03-021-2/+5
|\|
| * update changelogUlrich-Matthias Schäfer2018-03-011-0/+3
| * updated changelogUlrich-Matthias Schäfer2018-02-271-1/+2
* | Implemented new transformationsSaivan2018-03-021-0/+5
|/
* improved SVG.on and el.on (#727)Ulrich-Matthias Schäfer2017-07-281-0/+2
* The dom is checked for an svgjs:data attribute which is imported when creatin...Ulrich-Matthias Schäfer2017-07-281-0/+1