[canvaskit] Release 0.32.0
Change-Id: Ic9f345a37f409108c4c4252b3d2d0c8b6255a78a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/485156 Reviewed-by: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
parent
fccec5f0e9
commit
16a06174df
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.32.0] - 2021-12-15
|
||||
|
||||
### Breaking
|
||||
- `Canvas.drawVertices` and `Canvas.drawPatch` treat the default blend mode differently.
|
||||
See https://bugs.chromium.org/p/skia/issues/detail?id=12662.
|
||||
|
2
modules/canvaskit/npm_build/package-lock.json
generated
2
modules/canvaskit/npm_build/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "canvaskit-wasm",
|
||||
"version": "0.31.0",
|
||||
"version": "0.32.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "canvaskit-wasm",
|
||||
"version": "0.31.0",
|
||||
"version": "0.32.0",
|
||||
"description": "A WASM version of Skia's Canvas API",
|
||||
"main": "bin/canvaskit.js",
|
||||
"homepage": "https://github.com/google/skia/tree/main/modules/canvaskit",
|
||||
|
Loading…
Reference in New Issue
Block a user