Skip to content

Commit

Permalink
2.1.0. Look history.md for list of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBaranovskiy committed Mar 14, 2012
1 parent 2b0c5a2 commit 7ba1a82
Show file tree
Hide file tree
Showing 7 changed files with 1,424 additions and 405 deletions.
26 changes: 23 additions & 3 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
2.0.2 * 2012-02-08
2.1.0 • 2012-03-14
------------------

* Put all Eve events into “raphael.” namespace
* Refactored path caching
* Added x2 and y2 to returning bounding box values
* Fixed bug with matrix.f in animation
* Method [Paper.print](https://raphaeljs.com/reference.html#Paper.print) now returns all letters as one path without any transformations applied and supports multiline text
* New methods
* [Element.isPointInside](https://raphaeljs.com/reference.html#Element.isPointInside)
* [Paper.getElementsByPoint](https://raphaeljs.com/reference.html#Paper.getElementsByPoint)
* [Raphael.bezierBBox](https://raphaeljs.com/reference.html#Raphael.bezierBBox)
* [Raphael.isBBoxIntersect](https://raphaeljs.com/reference.html#Raphael.isBBoxIntersect)
* [Raphael.isPointInsideBBox](https://raphaeljs.com/reference.html#Raphael.isPointInsideBBox)
* [Raphael.isPointInsidePath](https://raphaeljs.com/reference.html#Raphael.isPointInsidePath)
* [Raphael.pathBBox](https://raphaeljs.com/reference.html#Raphael.pathBBox)
* [Raphael.pathIntersection](https://raphaeljs.com/reference.html#Raphael.pathIntersection)
* [Raphael.toMatrix](https://raphaeljs.com/reference.html#Raphael.toMatrix)
* [Raphael.transformPath](https://raphaeljs.com/reference.html#Raphael.transformPath)

2.0.2 • 2012-02-08
------------------

* Removing of linked element now removes `<a>` as well
Expand All @@ -10,7 +30,7 @@
* Fixed bug with changing fill from image to solid colour
* fixed renderfix method

2.0.1 * 2011-11-18
2.0.1 2011-11-18
------------------

* Global variables leakage fix
Expand All @@ -25,7 +45,7 @@
* Fix for `clip-path`
* Doc update

2.0.0 * 2011-10-03
2.0.0 2011-10-03
------------------

* Completely changed transformation handling:
Expand Down
5 changes: 3 additions & 2 deletions raphael-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7ba1a82

Please sign in to comment.