mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "konva",
|
||||
"version": "0.14.0",
|
||||
"version": "0.15.0",
|
||||
"author": "Anton Lavrenov",
|
||||
"files": [
|
||||
"README.md",
|
||||
|
@@ -25,7 +25,7 @@ suite('Container', function() {
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
test.only('clip function', function() {
|
||||
test('clip function', function() {
|
||||
var stage = addStage();
|
||||
|
||||
// cliped by circle is the same as draw circle
|
||||
|
Reference in New Issue
Block a user