mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update CHANGELOG for upcoming v0.12.1
This commit is contained in:
parent
ea91efe810
commit
a769831809
1 changed files with 12 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,10 +1,20 @@
|
|||
# Change Log
|
||||
|
||||
## Prebuilt version
|
||||
## 0.12.1
|
||||
|
||||
### Added
|
||||
|
||||
- Add TypesSript definition, automatically generated from JSDoc comments
|
||||
(#1612).
|
||||
- Support `new Raster(size)` constructor.
|
||||
- Expose `Raster#context` accessor.
|
||||
- Implement `Raster#clear()` method to clear associated canvas context.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix css color parse (#1629)
|
||||
- Fix parsing of CSS colors with spaces in parentheses (#1629).
|
||||
- Improve `Color.random()` documentation.
|
||||
- Fix `Tween#then()` documentation.
|
||||
|
||||
## `0.12.0`
|
||||
|
||||
|
|
Loading…
Reference in a new issue