Skip to content

Commit 6249da8

Browse files
committed
[canvaskit] Publish 0.17.0 to npm
Change-Id: I764a1720a44440a9fb8de0c78ebec02808473876 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/303922 Reviewed-by: Kevin Lubick <[email protected]>
1 parent eac4ad7 commit 6249da8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/canvaskit/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.17.0] - 2020-07-20
10+
911
### Added
1012
- Added `CanvasKit.MakeImageFromCanvasImageSource` which takes either an HTMLImageElement,
1113
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
3638
- renamed `reportBackendType` to `reportBackendTypeIsGPU` and made it return a boolean
3739
- `MakeWebGLCanvasSurface` can now accept an optional dictionary of WebGL context attributes that
3840
can be used to override default attributes.
41+
3942
### Fixed
4043
- `TextStyle.color` can correctly be a Malloc'd Float32Array.
4144
- Support wombat-dressing-room. go/npm-publish

modules/canvaskit/canvaskit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "canvaskit-wasm",
3-
"version": "0.16.2",
3+
"version": "0.17.0",
44
"description": "A WASM version of Skia's Canvas API",
55
"main": "bin/canvaskit.js",
66
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",

0 commit comments

Comments
 (0)