Skip to content

Commit f4d1d75

Browse files
committed
0.1.82
1 parent 07a7d51 commit f4d1d75

File tree

12 files changed

+22
-11
lines changed

12 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.1.82](https://github.com/Brooooooklyn/canvas/compare/v0.1.81...v0.1.82) (2025-11-11)
2+
3+
4+
### Features
5+
6+
* add PDF annotation APIs for interactive links and navigation ([#1140](https://github.com/Brooooooklyn/canvas/issues/1140)) ([52cd89f](https://github.com/Brooooooklyn/canvas/commit/52cd89f6a24314b8abef3f04365235a02683afbb))
7+
* add Uint16Array and Float32Array support to ImageData constructor ([#1144](https://github.com/Brooooooklyn/canvas/issues/1144)) ([b6fc7d8](https://github.com/Brooooooklyn/canvas/commit/b6fc7d8b12a77127a88fbae2e10cc70c6f52102a))
8+
* PDFDocument support ([#1137](https://github.com/Brooooooklyn/canvas/issues/1137)) ([4ca7479](https://github.com/Brooooooklyn/canvas/commit/4ca7479e230bcea9255213f75a64194209b77c86))
9+
10+
11+
112
## [0.1.81](https://github.com/Brooooooklyn/canvas/compare/v0.1.80...v0.1.81) (2025-10-26)
213

314

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-android-arm64",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-darwin-arm64",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/canvas-darwin-x64",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
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.81",
3+
"version": "0.1.82",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.81",
3+
"version": "0.1.82",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
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.81",
3+
"version": "0.1.82",
44
"os": [
55
"linux"
66
],

npm/linux-riscv64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.81",
3+
"version": "0.1.82",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.81",
3+
"version": "0.1.82",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
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.81",
3+
"version": "0.1.82",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)