diff --git a/modules/canvaskit/CHANGELOG.md b/modules/canvaskit/CHANGELOG.md index 51f5b07edd..91dc5e64d8 100644 --- a/modules/canvaskit/CHANGELOG.md +++ b/modules/canvaskit/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0] - 2020-07-20 + ### Added - Added `CanvasKit.MakeImageFromCanvasImageSource` which takes either an HTMLImageElement, SVGImageElement, HTMLVideoElement, HTMLCanvasElement, ImageBitmap, or OffscreenCanvas and returns @@ -36,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - renamed `reportBackendType` to `reportBackendTypeIsGPU` and made it return a boolean - `MakeWebGLCanvasSurface` can now accept an optional dictionary of WebGL context attributes that can be used to override default attributes. + ### Fixed - `TextStyle.color` can correctly be a Malloc'd Float32Array. - Support wombat-dressing-room. go/npm-publish diff --git a/modules/canvaskit/canvaskit/package.json b/modules/canvaskit/canvaskit/package.json index 0a561a0d16..b3c31b564c 100644 --- a/modules/canvaskit/canvaskit/package.json +++ b/modules/canvaskit/canvaskit/package.json @@ -1,6 +1,6 @@ { "name": "canvaskit-wasm", - "version": "0.16.2", + "version": "0.17.0", "description": "A WASM version of Skia's Canvas API", "main": "bin/canvaskit.js", "homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",