mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
update change log
This commit is contained in:
parent
33de4cb0b6
commit
ef1f838496
@ -15,8 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Changed
|
### Changed
|
||||||
- context wrapper is more capable with native context.
|
- context wrapper is more capable with native context.
|
||||||
So you can use `context.fillStyle` property in your `sceneFunc` without accessing native context.
|
So you can use `context.fillStyle` property in your `sceneFunc` without accessing native context.
|
||||||
- `toDataURL` now handle pixelRatio. So image for stage 400x400 for retina will be 800x800.
|
- `toDataURL` now handle pixelRatio. you can pass `config.pixelRatio` argument
|
||||||
- Correct `clone()` for custom nodes
|
- Correct `clone()` for custom nodes
|
||||||
|
- `FastLayer` now can have transforms
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- new `Konva.Image.fromURL` method
|
- new `Konva.Image.fromURL` method
|
||||||
|
Loading…
Reference in New Issue
Block a user