Skip to content

Releases: DmitryBaranovskiy/raphael

v2.3.0

14 Aug 02:32
Compare
Choose a tag to compare
  • Unminified versions now without sourcemaps (#1110)
  • start script for building all versions (#1109)

v2.2.8

24 Mar 03:57
Compare
Choose a tag to compare
  • Downgraded qunit to v1 to make tests work again
  • Updated webpack to build dist
  • Updated supportsTouch query from modernizr #1084
  • Fix drag offsets passed to "drag.start" from touch drags in elproto.drag #1101
  • Fix memory leak in Element.removeData() #1077
  • Adding react-raphael to related projects #1072
  • Added icons back to raphael's website
  • Updated version in banner and raphael's website
  • Updated site refs to https

v2.2.7

12 Nov 00:11
Compare
Choose a tag to compare
  • Updating package.json dependencies
  • Using custom eve instead of old eve in npm
  • Fixed class as a reserved word in old browsers

v2.2.4

30 Sep 20:28
Compare
Choose a tag to compare
  • Fixing no-deps version with eve.

v2.2.3

30 Sep 01:48
Compare
Choose a tag to compare
  • Changed eve dependencies avoiding short sha and github url
  • Reverted Perf change which makes animation unreliable

v2.2.0

13 Apr 02:47
Compare
Choose a tag to compare

2.2.0

  • Webpack build
  • Added tests! (thanks @TheCloudlessSky)
  • Strict error on method R.ninja
  • Cross-browser gradient fixes
  • Reduce transform string to avoid long parsing times after several transformations
  • raphael.amd.js as main in package.json.
  • raphael.amd.js version to work with Browserify.
  • Can't set glow with opacity 0
  • Using origin and pathname with gradient urls, urls with # weren't being resolved correctly
  • Defined nodeps version, and changed how raphael is loaded
  • Set stop-opacity in gradient defs
  • Fixed rounding issue in RGB formatter