]> source.dussan.org Git - svg.js.git/shortlog
svg.js.git
2017-04-25 Ulrich-Matthias... fixed a bug in path parser which made it stop parsing...
2017-04-21 Ulrich-Matthias... added `options` to `on()`, back to sloppy mode 2.6.0
2017-04-21 Ulrich-Matthias... Merge pull request #661 from svgdotjs/feature-options...
2017-04-20 Ulrich-Matthias... add options arguments to `on()` 661/head
2017-04-17 Ulrich-Matthias... update changelog
2017-04-17 Ulrich-Matthias... bump 2.5.3 2.5.3
2017-04-17 Ulrich-Matthias... update readme
2017-04-16 Rémi TétreaultFix the flip transform on both axis
2017-04-14 dotnetCarpenterupdate changelog
2017-04-13 Ulrich-Matthias... Merge pull request #655 from gitter-badger/gitter-badge
2017-04-13 Ulrich-Matthias... correct position of gitter badge 655/head
2017-04-13 The Gitter... Add Gitter badge
2017-04-12 dotnetCarpenteruse strict removed from umd wrapper by virtue of being...
2017-04-12 Ulrich-Matthias... fix svg.js.d.ts (#644 #648)
2017-04-11 dotnetCarpenterfixed link style to tags and update about component...
2017-04-11 dotnetCarpenterremove component.json as the project it facilitate...
2017-04-11 dotnetCarpenterupdate component to 2.5.2 too
2017-04-11 dotnetCarpenterskip coverage for UMD
2017-04-11 dotnetCarpenterchange benchmark svg.js identifier to 2.5.2
2017-04-11 dotnetCarpenterpatch release for strict mode 2.5.2
2017-04-11 dotnetCarpenterclean up and added changes to CHANGELOG 651/head
2017-04-11 dotnetCarpenternamespace not declared in the Event module
2017-04-11 dotnetCarpenterfixed bbox not declared in SVG.Box.transform
2017-04-11 dotnetCarpenterfixed len being undeclared
2017-04-11 dotnetCarpenterchanging to strict mode - some failures occur
2017-04-11 dotnetCarpenterre-added all specs from the spec/spec/ folder
2017-04-09 Ulrich-Matthias... fix pass
2017-04-09 Ulrich-Matthias... make last test passing in svg docs
2017-04-07 woutUpdated CHANGELOG
2017-03-31 dotnetCarpenterchange my email from gmail to svgjs.com
2017-03-29 Ulrich-Matthias... clear does not remove parser anymore
2017-03-27 Ulrich-Matthias... make path parsing even faster
2017-03-27 Ulrich-Matthias... bump 2.5.1 2.5.1
2017-03-27 Ulrich-Matthias... relax test
2017-03-24 woutSpeed improvements for plot() on path, polygon and...
2017-03-24 Ulrich-Matthias... fixed `SVG.PathArray.parse` that did not correctly...
2017-03-21 Ulrich-Matthias... onclick events are now bound with SVG.on, prefixed...
2017-03-19 Ulrich-Matthias... typescript definitions updated, minor fix in Transforma...
2017-03-19 Ulrich-Matthias... missed another one
2017-03-18 Ulrich-Matthias... missed one
2017-03-18 Ulrich-Matthias... prefix globals with window so window can be injected...
2017-03-16 Ulrich-Matthias... fixing test
2017-03-16 Ulrich-Matthias... fixes bug in style when css string ends with ;
2017-03-15 showdepTypescript definitions edits: element.stop, container...
2017-03-15 Ulrich-Matthias... make more tests pass in IE
2017-03-14 Ulrich-Matthias... move most regexe to SVG.regex, fix matrix constructor...
2017-03-14 dotnetCarpenterupdate link to travis-ci
2017-03-14 dotnetCarpenterpoint release 2.5.0 to our tagged release
2017-03-10 dotnetCarpenteradded rotate, skew, scale and translate to typings...
2017-03-10 Ulrich-Matthias... Release 2.5.0 2.5.0
2017-03-09 Ulrich-Matthias... fix bug in box when box with top and left is given...
2017-03-09 Ulrich-Matthias... updated changelog
2017-03-09 Ulrich-Matthias... fixed a bug with clone which didnt copy over dom data...
2017-03-09 Ulrich-Matthias... update changelog
2017-03-09 Ulrich-Matthias... make events cancelable by default (#550) - version 5
2017-03-09 Ulrich-Matthias... start the animation when after(All)/during(All) is...
2017-03-08 Ulrich-Matthias... Fix offset produced by svg parser (#553)
2017-03-08 Ulrich-Matthias... update changelog
2017-03-08 Ulrich-Matthias... add ability to use `font()` method like `attr()` method...
2017-03-08 Ulrich-Matthias... update changelog
2017-03-08 Ulrich-Matthias... fix documet.contains bug in IE (#612)
2017-03-08 Ulrich-Matthias... added SVG.Box, added transform method to boxes, fix...
2017-03-08 Ulrich-Matthias... fixes SVG.PointArray.size() which created NaN when...
2017-03-08 Rémi TétreaultFix Animating a flip transform does not work #624
2017-03-08 Rémi TétreaultMake the method dequeue stop the current animation
2017-03-08 Rémi TétreaultHave stop be called after each test of the fx module
2017-03-08 dotnetCarpenteradd rotate() as an animation method in typescript
2017-03-06 Ulrich-Matthias... make flip working with both axis when no parameter...
2017-03-06 Ulrich-Matthias... fix bug in rebuild, remove x adjusting in x method...
2017-03-06 Ulrich-Matthias... speed up path parsing for most cases
2017-03-05 Ulrich-Matthias... added `font()` method to `SVG.Tspan` (#599)
2017-03-05 Ulrich-Matthias... `dx()/dy()` now accepts percentage values, too (#524)
2017-03-05 Ulrich-Matthias... fixed error in event which did not clean up `SVG.handle...
2017-03-03 Ulrich-Matthias... removed at() helper which is not used anymore
2017-03-01 Ulrich-Matthias... added test cases to increase code coverage
2017-03-01 Ulrich-Matthias... added test cases to increase coverage
2017-03-01 Ulrich-Matthias... added test cases to increase code coverage
2017-03-01 Ulrich-Matthias... Added test cases to increase code coverage
2017-03-01 Ulrich-Matthias... added test case for ungroup/flatten
2017-02-28 Ulrich-Matthias... fixed bug in SVG.Transformations when creating with...
2017-02-28 Ulrich-Matthias... update changelog
2017-02-28 Ulrich-Matthias... added tests to increase code coverage
2017-02-28 Ulrich-Matthias... removed old fx code which is unused (#605)
2017-02-28 Ulrich-Matthias... added tests to increase code coverage
2017-02-27 Ulrich-Matthias... added test cases to increase coverage
2017-02-25 Rémi TétreaultAdd tests for the animate method of the FX module
2017-02-25 Rémi TétreaultAdd tests for when the user call stop/finish in during...
2017-02-25 Rémi TétreaultAdd tests for the method atEnd of the FX module
2017-02-25 Rémi TétreaultCorrect some tests for the at_ methods of the FX module
2017-02-25 Ulrich-Matthias... added test cases to increase code coverage
2017-02-25 Ulrich-Matthias... update changelog
2017-02-25 Ulrich-Matthias... viewbox now also accepts arrays and strings
2017-02-25 Ulrich-Matthias... added test cases to increase code coverage
2017-02-24 Ulrich-Matthias... added a few missing tests to increase coverage
2017-02-24 Ulrich-Matthias... `SVG.Array` now accepts a comma seperated string and...
2017-02-24 Ulrich-Matthias... newlines
2017-02-24 Ulrich-Matthias... Added SVG.Symbol so SVG.adopt can pick up symbols correctly
2017-02-24 dotnetCarpenterslim down the SVG.TBox to SVG.RBox mapping (new SVG... 602/head
2017-02-24 dotnetCarpenterdeprecate SVG.TBox
2017-02-23 dotnetCarpenterremove SVG.TBox
next