mirror of
https://github.com/konvajs/konva.git
synced 2025-10-20 10:47:29 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Not released][Not released]
|
## [Not released][Not released]
|
||||||
|
|
||||||
|
|
||||||
|
## [0.11.0][2016-01-16]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- correct `Konva.Arrow` drawing. Now it works better.
|
- correct `Konva.Arrow` drawing. Now it works better.
|
||||||
- Better support for dragging when mouse out of stage
|
- Better support for dragging when mouse out of stage
|
||||||
@@ -13,7 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`
|
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`
|
||||||
- new `node.findAncestors(selector)` and `node.findAncestor(selector)` functions
|
- new `node.findAncestors(selector)` and `node.findAncestor(selector)` functions
|
||||||
- optional selector parametr for `stage.getIntersection` and `layer.getIntersection`
|
- optional selector parameter for `stage.getIntersection` and `layer.getIntersection`
|
||||||
- show warning message if several instances of Konva are added to page.
|
- show warning message if several instances of Konva are added to page.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
4
konva.js
4
konva.js
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v0.11.0
|
* Konva JavaScript Framework v0.10.1
|
||||||
* http://konvajs.github.io/
|
* http://konvajs.github.io/
|
||||||
* Licensed under the MIT or GPL Version 2 licenses.
|
* Licensed under the MIT or GPL Version 2 licenses.
|
||||||
* Date: Sat Jan 16 2016
|
* Date: Sat Jan 16 2016
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
var Konva = {
|
var Konva = {
|
||||||
// public
|
// public
|
||||||
version: '0.11.0',
|
version: '0.10.1',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
|
4
konva.min.js
vendored
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "0.11.0",
|
"version": "0.10.1",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "gulp",
|
"start": "gulp",
|
||||||
|
Reference in New Issue
Block a user