From 6d43f667ffd29a645245927ab78f288f0077e47f Mon Sep 17 00:00:00 2001 From: Dmitry Baranovskiy Date: Tue, 13 May 2014 00:04:33 +1000 Subject: [PATCH] Adding log file (finally) --- history.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 history.md diff --git a/history.md b/history.md new file mode 100644 index 0000000..5e6b47c --- /dev/null +++ b/history.md @@ -0,0 +1,31 @@ +#0.3.0 + +* Added `.addClass()`, `.removeClass()`, `.toggleClass()` and `.hasClass()` APIs +* Added `Paper.mask()`, `Paper.ptrn()`, `Paper.use()`, `Paper.svg()` +* Mask & pattern elements are sharing paper methods (just like group) +* Added `Set.bind()` method +* Added syncronisation for `Set.animate()` +* Added method `Set.animateEach` +* Added opacity to the shadow filter +* Fix negative scale +* Fix for `path2curve` +* Fixed shared `` issue +* Various bug fixes + +#0.2.0 + +* Added support for text path +* Added `getBBox` method to the paper object +* Added `Element.appendTo()` and `Element.prependTo()` +* Added `getElementByPoint()` +* Added `Set.remove()` method +* Get rid of internal SVG parser in favor of the browser +* Fix for `xlink:href` setting for images +* Fix `Element.animate()` +* Fix for animate and stroke-dashoffset +* Absolute transforms fix +* Fix for animation of SVG transformations, matrices and polygon points +* Various bug fixes + +#0.1.0 +* Initial release \ No newline at end of file