All Versions
18
Latest Version
Avg Release Cycle
203 days
Latest Release
1882 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.4 Changes
March 10, 2015- Wrong position in ie7 when rotate image #612
- Gradients become black in some cases
-
v2.1.3 Changes
February 03, 2015- Fix wrong variable used in VML setViewBox().
- Missing comma in file
- set-viewbox-variable fix by @TheCloudlessSky
-
v2.1.2 Changes
August 26, 2015- isPointInside fix from @drbombay14
- Allow Raphael to work in pages with a Content Security Policy that disallows 'unsafe-eval'
-
v2.1.1 Changes
August 11, 2013- Dragging Text under iOS By @vitorhsb
- Dev folder
- Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang
- Fix Wrong position after scale path in IE. By @sarvaje
- isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl
- Raphael.path2curve does not honor original shape. By @timo22345
- IsPointInside fix for transformed paths
-
v2.1.0 Changes
March 14, 2012- 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 now returns all letters as one path without any transformations applied and supports multiline text
- New methods
-
v2.0.2 Changes
February 08, 2012- Removing of linked element now removes
<a>
as well - Fixed white space recognition in passed strings
- Added special case for path that has only one Catmull-Rom curve
- Fixed toTransformString method
- Fixed animateWith method
- Fixed “target” attribute clearing
- Fixed bug with changing fill from image to solid colour
- fixed renderfix method
- Removing of linked element now removes
-
v2.0.1 Changes
November 18, 2011- 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 onmatrix
- Fixed drag'n'drop
- New method Paper.add
- Fix for
clip-path
- Doc update
-
v2.0.0 Changes
October 03, 2011- Completely changed transformation handling:
translate()
,rotate()
andscale()
are deprecatedtranslation
,rotation
andscale
attributes are removed (!)- new method
transform()
and new attributetransform
were introduced - chaining of transformations now allowed
- matrix transformation introduced
- see docs
- Animation API was updated (see docs)
- New methods:
- VML completely rewritten
getBBox
was fixed to take transformations into account- eve was added to the project
- Whole new documentation
- Various bug fixes
- Completely changed transformation handling: