[canvaskit] Publish 0.17.0 to npm

Change-Id: I764a1720a44440a9fb8de0c78ebec02808473876
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/303922
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2020-07-20 10:10:14 -04:00
parent eac4ad754f
commit 6249da8a83
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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",