summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* bump 2.5.32.5.3Ulrich-Matthias Schäfer2017-04-172-5488/+5488
* Fix the flip transform on both axisRémi Tétreault2017-04-152-17/+33
* skip coverage for UMDdotnetCarpenter2017-04-112-2/+4
* patch release for strict mode2.5.2dotnetCarpenter2017-04-112-5/+5
* clean up and added changes to CHANGELOGdotnetCarpenter2017-04-112-7/+8
* changing to strict mode - some failures occurdotnetCarpenter2017-04-112-5/+7
* make last test passing in svg docsUlrich-Matthias Schäfer2017-04-091-3/+3
* clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-292-26/+37
* make path parsing even fasterUlrich-Matthias Schäfer2017-03-272-83/+94
* bump 2.5.12.5.1Ulrich-Matthias Schäfer2017-03-272-5/+5
* Speed improvements for plot() on path, polygon and poly line elements.wout2017-03-242-9/+19
* fixed `SVG.PathArray.parse` that did not correctly parsed flat arraysUlrich-Matthias Schäfer2017-03-242-6/+6
* onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...Ulrich-Matthias Schäfer2017-03-212-18/+13
* typescript definitions updated, minor fix in TransformationsUlrich-Matthias Schäfer2017-03-192-3/+4
* missed another oneUlrich-Matthias Schäfer2017-03-192-3/+3
* missed oneUlrich-Matthias Schäfer2017-03-182-3/+3
* prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-182-10/+10
* fixes bug in style when css string ends with ;Ulrich-Matthias Schäfer2017-03-162-6/+8
* make more tests pass in IEUlrich-Matthias Schäfer2017-03-152-6/+3
* move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-142-30/+14
* Release 2.5.02.5.0Ulrich-Matthias Schäfer2017-03-102-3/+3
* fix bug in box when box with top and left is given which is 0 (#632)Ulrich-Matthias Schäfer2017-03-092-5/+5
* fixed a bug with clone which didnt copy over dom data (#621)Ulrich-Matthias Schäfer2017-03-092-5/+8
* make events cancelable by default (#550) - version 5Ulrich-Matthias Schäfer2017-03-092-5/+10
* start the animation when after(All)/during(All) is called (#583)Ulrich-Matthias Schäfer2017-03-092-13/+21
* Fix offset produced by svg parser (#553)Ulrich-Matthias Schäfer2017-03-082-3/+3
* add ability to use `font()` method like `attr()` method (#620)Ulrich-Matthias Schäfer2017-03-082-12/+13
* fix documet.contains bug in IE (#612)Ulrich-Matthias Schäfer2017-03-082-6/+15
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-082-86/+109
* fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...Ulrich-Matthias Schäfer2017-03-082-5/+5
* Fix Animating a flip transform does not work #624Rémi Tétreault2017-03-072-4/+4
* Make the method dequeue stop the current animationRémi Tétreault2017-03-072-8/+9
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-062-5/+11
* fix bug in rebuild, remove x adjusting in x method (#616)Ulrich-Matthias Schäfer2017-03-062-8/+3
* speed up path parsing for most casesUlrich-Matthias Schäfer2017-03-062-31/+20
* added `font()` method to `SVG.Tspan` (#599)Ulrich-Matthias Schäfer2017-03-052-3/+3
* `dx()/dy()` now accepts percentage values, too (#524)Ulrich-Matthias Schäfer2017-03-052-4/+4
* fixed error in event which did not clean up `SVG.handlerMap` properly (#518)Ulrich-Matthias Schäfer2017-03-052-2/+3
* removed at() helper which is not used anymoreUlrich-Matthias Schäfer2017-03-031-14/+1
* fixed bug in SVG.Transformations when creating with array/argument list.Ulrich-Matthias Schäfer2017-02-282-19/+16
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-282-4/+6
* removed old fx code which is unused (#605)Ulrich-Matthias Schäfer2017-02-282-28/+3
* Add tests for the method atEnd of the FX moduleRémi Tétreault2017-02-252-15/+17
* viewbox now also accepts arrays and stringsUlrich-Matthias Schäfer2017-02-252-26/+15
* `SVG.Array` now accepts a comma seperated string and returns array of numbers...Ulrich-Matthias Schäfer2017-02-242-3/+5
* Added SVG.Symbol so SVG.adopt can pick up symbols correctlyUlrich-Matthias Schäfer2017-02-242-8/+17
* slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)dotnetCarpenter2017-02-242-16/+5
* deprecate SVG.TBoxdotnetCarpenter2017-02-242-4/+21
* remove SVG.TBoxdotnetCarpenter2017-02-232-39/+5
* Allow 0 to be passed without unitRémi Tétreault2017-02-222-8/+12