event delegation support

This commit is contained in:
lavrton
2015-11-22 10:44:33 +07:00
parent 65bea76644
commit d1d30c6c1a
7 changed files with 217 additions and 29 deletions

View File

@@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- correct `Konva.Arrow` drawing. Now it works better.
- Better support for dragging when mouse out of stage
### Added
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`
## [0.10.0][2015-10-27]
### Added