From: wout Date: Wed, 5 Feb 2014 13:03:44 +0000 (+0100) Subject: Updated changelog X-Git-Tag: 1.0.0-rc.5~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d0b09055f230fd9f86fee04fcdd479fe3a00951;p=svg.js.git Updated changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5559ee3..d4f6cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - fix in `animate('=').to()` - added `pointAt()` method to `SVG.Path`, wrapping the native `getPointAtLength()` - moved `length()` method to sugar module +- fix for arcs in patharray `toString()` method # v1.0rc3 (03/02/2014) diff --git a/Rakefile b/Rakefile index 7c90d50..c21e183 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -SVGJS_VERSION = 'v1.0rc3' +SVGJS_VERSION = '1.0.0-rc.4' # all available modules in the correct loading order MODULES = %w[ svg inventor regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader ]