We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea91efe commit a769831Copy full SHA for a769831
CHANGELOG.md
@@ -1,10 +1,20 @@
1
# Change Log
2
3
-## Prebuilt version
+## 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.
12
13
### Fixed
14
-- 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.
18
19
## `0.12.0`
20
0 commit comments