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
* Bug fixes.

View File

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

View File

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