optimize change event. close #120

This commit is contained in:
Anton Lavrenov
2016-01-07 15:57:36 +08:00
parent 2e76cfba30
commit ff82ad1901
5 changed files with 40 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- `moveTo` and some other methods return `this`
- `getAbsolutePosition` support optional relative parent argument (useful to find absolute position inside of some of parent nodes)
- `change` event will be not fired if changed value is the same as old value
## [0.10.0][2015-10-27]