aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-0/+1
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-0/+7
* use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`Ulrich-Matthias Schäfer2017-07-101-0/+2
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-071-0/+1
* renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)Ulrich-Matthias Schäfer2017-07-071-2/+3
* reworked textPath (see #705)Ulrich-Matthias Schäfer2017-07-071-0/+5
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-07-061-12/+35
|\
| * bump 2.6.22.6.2Ulrich-Matthias Schäfer2017-06-051-3/+2
| * changelog, gitignoreUlrich-Matthias Schäfer2017-06-041-0/+1
| * Update CHANGELOG and rebuild the libRémi Tétreault2017-05-271-0/+1
| * Fixed links to releasesJon Ege Ronnenberg2017-05-271-11/+14
| * fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callbac...Rémi Tétreault2017-05-141-0/+1
| * revert the previous commitRémi Tétreault2017-05-021-1/+1
| * allow SVG.Matrix to be passed SVG.NumberRémi Tétreault2017-05-011-0/+1
| * fixed `SVG.FX.once` so that it add its callback on the last situation instead...Rémi Tétreault2017-04-301-1/+2
| * updated jasmine to 2.6.0 and added @RmiTtro as maintainerdotnetCarpenter2017-04-261-0/+11
| * fixed a bug in path parser which made it stop parsing when hitting z command ...Ulrich-Matthias Schäfer2017-04-251-0/+5
* | `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-0/+1
* | fixed a bug in path parser which made it stop parsing when hitting z command ...Ulrich-Matthias Schäfer2017-04-251-0/+5
* | ids are not generated upon creation anymoreUlrich-Matthias Schäfer2017-04-231-0/+1
* | changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-221-0/+2
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-04-221-1/+52
|\|
| * added `options` to `on()`, back to sloppy mode2.6.0Ulrich-Matthias Schäfer2017-04-211-0/+10
| * update changelogUlrich-Matthias Schäfer2017-04-171-5/+2
| * update readmeUlrich-Matthias Schäfer2017-04-171-0/+3