parent
5981a095a6
commit
d98ed510da
|
@ -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.
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue