Skip to content

Commit a769831

Browse files
committed
Update CHANGELOG for upcoming v0.12.1
1 parent ea91efe commit a769831

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Change Log
22

3-
## Prebuilt version
3+
## 0.12.1
4+
5+
### Added
6+
7+
- Add TypesSript definition, automatically generated from JSDoc comments
8+
(#1612).
9+
- Support `new Raster(size)` constructor.
10+
- Expose `Raster#context` accessor.
11+
- Implement `Raster#clear()` method to clear associated canvas context.
412

513
### Fixed
614

7-
- Fix css color parse (#1629)
15+
- Fix parsing of CSS colors with spaces in parentheses (#1629).
16+
- Improve `Color.random()` documentation.
17+
- Fix `Tween#then()` documentation.
818

919
## `0.12.0`
1020

0 commit comments

Comments
 (0)