Skip to content

Commit 482de01

Browse files
committed
Release CanvasKit v0.40.0
Change-Id: Iafab77fca945d5a9f815ee1c264e18123a8f6713 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/972084 Reviewed-by: Florin Malita <fmalita@google.com>
1 parent 5f262bd commit 482de01

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.40.0] - 2025-03-31
10+
911
### Changed
1012
- `Typeface.MakeFreeTypeFaceFromData` is now `Typeface.MakeTypefaceFromData` to be consistent
1113
with the rest of the Skia library in the capitalization of the f in Typeface.

modules/canvaskit/npm_build/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/canvaskit/npm_build/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.39.1",
3+
"version": "0.40.0",
44
"description": "A WASM version of Skia's Canvas API",
55
"main": "bin/canvaskit.js",
66
"homepage": "https://github.com/google/skia/tree/main/modules/canvaskit",

0 commit comments

Comments
 (0)