Features
- add optional nodes array to TransformerConfig interface. Close #2017 (Anton Lavrevov)
Bug Fixes
- correct requestAnimationFrame fallback timing from 60ms to 16ms #2007 (张俊祥)
- revert to master latest #2013 (wenxingluo)
- update canvas release logic to reduce memory usage by releasing buffer canvas immediately. close #2000 (Anton Lavrevov)
Performance Improvements
- optimize proto listener perf, considering that the same node type shares the same listners #2013 (wenxingluo)
Chores
- update CHANGELOG (Anton Lavrevov)
Commits
- 1d41a22: Fix bounding box calculation for bezier lines. (Daniel Bruce) #2001
- 6f23eea: added underline offset option and related test for Text Annotation (Husnain Taj) #2012
- 84152d6: fix formating (Husnain Taj) #2012
- 2e963ad: remove unnecessary console log statements from Text tests (Husnain Taj) #2012
- c462815: fix inconsistent docs (Anton Lavrevov)
- a4441c6: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
- 64d62f3: add build (Anton Lavrevov)
- 36081d8: Fixed cached render with buffer canvas is used. close #2002 (Anton Lavrevov)
- 7fbf772: update CHANGELOG with new version (Anton Lavrevov)
- 1d54586: build for 10.1.0 (Anton Lavrevov)
- ccaa2f6: update cdn link (Anton Lavrevov)