[canvaskit] Update to 0.21.0

Change-Id: Id093d3026bdb406b66374839820ae44a7696a981
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/345096
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2020-12-16 12:43:42 -05:00
parent 9f3186a28a
commit b9a818471d
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.21.0] - 2020-12-16
### Added
- `getImageInfo()` and `getColorSpace()` to the `Image` type.
- `CanvasKit.deleteContext()` for deleting WebGL contexts when done with them, resizing, etc.

View File

@ -1,6 +1,6 @@
{
"name": "canvaskit-wasm",
"version": "0.20.0",
"version": "0.21.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "canvaskit-wasm",
"version": "0.20.0",
"version": "0.21.0",
"description": "A WASM version of Skia's Canvas API",
"main": "bin/canvaskit.js",
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",