update Konva.Node.create flow

This commit is contained in:
lavrton
2015-08-28 10:29:52 +07:00
parent 981f245833
commit 026423402d
3 changed files with 22 additions and 4 deletions

View File

@@ -4,11 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Not released][Not released]
### Added
- RGBA filter =. Thanls to [@codefo](https://github.com/codefo)
### Fixed
- Correct calculation in `getClientRect` method of `Konva.Line` and `Konva.Container`.
### Changed
- Dragging now works much better. If your pointer is out of stage content dragging will still continue.
- `Konva.Node.create` not works with objects.
## [0.9.5][2015-05-28]