Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 56f569d

Browse files
committed
[canvaskit] roll to v0.8.0
Biggest change here is to add initial support for WebGL 2.0 where possible. Change-Id: I05657dbfeed25fc665205ceda6b35022f6a42053 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/249815 Reviewed-by: Kevin Lubick <[email protected]>
1 parent 4f50bdd commit 56f569d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/canvaskit/CHANGELOG.md

Lines changed: 2 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.8.0] - 2019-10-21
10+
911
### Added
1012
- `CanvasKit.MakeAnimatedImageFromEncoded`, `SkCanvas.drawAnimatedImage`.
1113
- `CanvasKit.SkFontMgr.FromData` which takes several ArrayBuffers of font data, parses

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.7.0",
3+
"version": "0.8.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)