forked from DmitryBaranovskiy/raphael
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix for elements with links * Gradient clean up * Added attribute * Fixed hsb methods * Fixed image flickering * Improved method on * Fixed drag'n'drop * New method [Paper.add](http://raphaeljs.com/reference.html#Paper.add) * Fix for
- Loading branch information
1 parent
3c49587
commit 10c3e3b
Showing
7 changed files
with
528 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
2.0.1 * 2011-11-18 | ||
------------------ | ||
|
||
* Global variables leakage fix | ||
* `toFront` fix for elements with links | ||
* Gradient clean up | ||
* Added `letter-spacing` attribute | ||
* Fixed hsb methods | ||
* Fixed image flickering | ||
* Improved `toTransformString` method on `matrix` | ||
* Fixed drag'n'drop | ||
* New method [Paper.add](http://raphaeljs.com/reference.html#Paper.add) | ||
* Fix for `clip-path` | ||
|
||
2.0.0 * 2011-10-03 | ||
------------------ | ||
|
||
* Completely changed transformation handling: | ||
* `translate()`, `rotate()` and `scale()` are deprecated | ||
* `translation`, `rotation` and `scale` attributes are removed (!) | ||
* new method `transform()` and new attribute `transform` were introduced | ||
* chaining of transformations now allowed | ||
* matrix transformation introduced | ||
* see [docs](http://raphaeljs.com/reference.html#Element.transform) | ||
* Animation API was updated (see [docs](http://raphaeljs.com/reference.html#Raphael.animation)) | ||
* delay, repeat, [setTime](http://raphaeljs.com/reference.html#Element.status), [status](http://raphaeljs.com/reference.html#Element.setTime) | ||
* New methods: | ||
* [Paper.setViewBox](http://raphaeljs.com/reference.html#Paper.setViewBox) | ||
* [Paper.setStart](http://raphaeljs.com/reference.html#Paper.setStart) | ||
* [Paper.setFinish](http://raphaeljs.com/reference.html#Paper.setFinish) | ||
* [Paper.forEach](http://raphaeljs.com/reference.html#Paper.forEach) | ||
* [Paper.getById](http://raphaeljs.com/reference.html#Paper.getById) | ||
* [Paper.getElementByPoint](http://raphaeljs.com/reference.html#Paper.getElementByPoint) | ||
* [Element.data](http://raphaeljs.com/reference.html#Element.data) | ||
* [Element.glow](http://raphaeljs.com/reference.html#Element.glow) | ||
* [Element.onDragOver](http://raphaeljs.com/reference.html#Element.onDragOver) | ||
* [Element.removeData](http://raphaeljs.com/reference.html#Element.removeData) | ||
* [Raphael.fullfill](http://raphaeljs.com/reference.html#Raphael.fullfill) | ||
* [Raphael.matrix](http://raphaeljs.com/reference.html#Raphael.matrix) | ||
* [Raphael.parseTransformString](http://raphaeljs.com/reference.html#Raphael.parseTransformString) | ||
* [Set.clear](http://raphaeljs.com/reference.html#Set.clear) | ||
* [Set.exclude](http://raphaeljs.com/reference.html#Set.exclude) | ||
* [Set.forEach](http://raphaeljs.com/reference.html#Set.forEach) | ||
* [Set.splice](http://raphaeljs.com/reference.html#Set.splice) | ||
* VML completely rewritten | ||
* `getBBox` was fixed to take transformations into account | ||
* [eve](http://raphaeljs.com/reference.html#eve) was added to the project | ||
* Whole new [documentation](http://raphaeljs.com/reference.html) | ||
* Various bug fixes |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.