Update CHANGELOG for upcoming v0.12.0

This commit is contained in:
Jürg Lehni 2018-12-03 14:19:11 +01:00
parent 4a5f558057
commit 8ef5773ea1

View file

@ -1,12 +1,28 @@
# Change Log
## Prebuilt version
## `0.12.0`
### News
Another release, another new member on the team: Please welcome [@arnoson](https://github.com/arnoson), who has
worked hard on the all new animation support, exposed through the `Tween` class
and its various methods on the `Item` class, see below for details:
### Added
- Add new `Tween` class and related methods on `Item`, to animate and
interpolate their various properties, including colors, sub-properties, etc.:
`Item#tween(from, to, options)`, `Item#tween(to, options)`,
`Item#tween(options)`, `Item#tweenFrom(from, options)`,
`Item#tweenTo(to, options)`
### Fixed
- Fix empty image drawing (#1320).
### Added
- Only draw Raster if image is not empty (#1320).
- Emit mousedrag events on correct items when covered by other items (#1465).
- Fix drawing issues of bounds and position with `Group#selectedColor` (#1571).
- Fix `Item.once()` to actually only emit event once.
- Various documentation fixes and improvements (#1399).
## `0.11.8`