mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update CHANGELOG for upcoming v0.12.0
This commit is contained in:
parent
4a5f558057
commit
8ef5773ea1
1 changed files with 20 additions and 4 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue