Skip to content

Commit a159b26

Browse files
committed
0.1.71
1 parent 2938333 commit a159b26

File tree

12 files changed

+40
-21
lines changed

12 files changed

+40
-21
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.1.71](https://github.com/Brooooooklyn/canvas/compare/v0.1.70...v0.1.71) (2025-06-08)
2+
3+
4+
### Bug Fixes
5+
6+
* memory leak in createPattern ([#1067](https://github.com/Brooooooklyn/canvas/issues/1067)) ([2e9f718](https://github.com/Brooooooklyn/canvas/commit/2e9f718b3037bcf2c711cf3697b379ca9bdfe0fc))
7+
* shadow clipping beyond canvas bounds ([#1068](https://github.com/Brooooooklyn/canvas/issues/1068)) ([deeeea7](https://github.com/Brooooooklyn/canvas/commit/deeeea772ac68e05542d0f4c71d3b1153868083d))
8+
* wrong shadow alpha calculation ([#1064](https://github.com/Brooooooklyn/canvas/issues/1064)) ([e853757](https://github.com/Brooooooklyn/canvas/commit/e853757112f190be945c82ca32b514f8e7137a97))
9+
10+
11+
### Features
12+
13+
* chrome m137 ([#1049](https://github.com/Brooooooklyn/canvas/issues/1049)) ([da30726](https://github.com/Brooooooklyn/canvas/commit/da3072634ae265e3a1fd3c6637c7500ebcec800e))
14+
* chrome m138 ([#1070](https://github.com/Brooooooklyn/canvas/issues/1070)) ([2938333](https://github.com/Brooooooklyn/canvas/commit/29383332e13321f516446459511e1bf1dfb93ade))
15+
* upgrade cssparser ([#1063](https://github.com/Brooooooklyn/canvas/issues/1063)) ([9c497a3](https://github.com/Brooooooklyn/canvas/commit/9c497a3415d3c309603b70707f2d0b5b49ad137f))
16+
* upgrade to NAPI-RS beta ([#1052](https://github.com/Brooooooklyn/canvas/issues/1052)) ([91a20a0](https://github.com/Brooooooklyn/canvas/commit/91a20a07c24856c11258b17e26d4fff8c9e1b756))
17+
18+
19+
120
## [0.1.70](https://github.com/Brooooooklyn/canvas/compare/v0.1.69...v0.1.70) (2025-05-02)
221

322
### Bug Fixes

npm/android-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-android-arm64",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"android"
66
],
@@ -37,4 +37,4 @@
3737
"type": "git",
3838
"url": "git+https://github.com/Brooooooklyn/canvas.git"
3939
}
40-
}
40+
}

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-darwin-arm64",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"darwin"
66
],
@@ -37,4 +37,4 @@
3737
"type": "git",
3838
"url": "git+https://github.com/Brooooooklyn/canvas.git"
3939
}
40-
}
40+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-darwin-x64",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"darwin"
66
],
@@ -37,4 +37,4 @@
3737
"type": "git",
3838
"url": "git+https://github.com/Brooooooklyn/canvas.git"
3939
}
40-
}
40+
}

npm/linux-arm-gnueabihf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-arm-gnueabihf",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"linux"
66
],
@@ -37,4 +37,4 @@
3737
"type": "git",
3838
"url": "git+https://github.com/Brooooooklyn/canvas.git"
3939
}
40-
}
40+
}

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-arm64-gnu",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"linux"
66
],
@@ -40,4 +40,4 @@
4040
"libc": [
4141
"glibc"
4242
]
43-
}
43+
}

npm/linux-arm64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-arm64-musl",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"linux"
66
],
@@ -40,4 +40,4 @@
4040
"libc": [
4141
"musl"
4242
]
43-
}
43+
}

npm/linux-riscv64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-riscv64-gnu",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"linux"
66
],
@@ -40,4 +40,4 @@
4040
"libc": [
4141
"glibc"
4242
]
43-
}
43+
}

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-x64-gnu",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"linux"
66
],
@@ -40,4 +40,4 @@
4040
"libc": [
4141
"glibc"
4242
]
43-
}
43+
}

npm/linux-x64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-linux-x64-musl",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"os": [
55
"linux"
66
],
@@ -40,4 +40,4 @@
4040
"libc": [
4141
"musl"
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)