Bumped version number and added release notes.

I think enough code to release…
master
Dmitry Baranovskiy 2017-02-03 13:09:16 +11:00
parent 5981a095a6
commit d98ed510da
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
#0.5.0
* Added color palettes for Material and FlatUI
* Added methods for gradients: `Element.stops()`, `Element.addStop()`, `Element.setStops()`
* Fixed matrix splitting for better animation of matrices`
* Various bug fixes
* Better integration of tests and ESlint
#0.4.1 #0.4.1
* Bug fixes. * Bug fixes.
@ -46,4 +54,4 @@
#0.1.0 #0.1.0
* Initial release * Initial release

View File

@ -1,6 +1,6 @@
{ {
"name": "snapsvg", "name": "snapsvg",
"version": "0.4.2dev", "version": "0.5.0dev",
"description": "JavaScript Vector Library", "description": "JavaScript Vector Library",
"main": "./dist/snap.svg.js", "main": "./dist/snap.svg.js",
"repository": { "repository": {

View File

@ -13,7 +13,7 @@
// limitations under the License. // limitations under the License.
var Snap = (function(root) { var Snap = (function(root) {
Snap.version = "0.4.2dev"; Snap.version = "0.5.0dev";
/*\ /*\
* Snap * Snap
[ method ] [ method ]