Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jun 23, 2022
1 parent 38c77d8 commit 462fce5
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 29 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
## [0.1.22](https://github.com/Brooooooklyn/canvas/compare/v0.1.21...v0.1.22) (2022-06-02)
## [0.1.23](https://github.com/Brooooooklyn/canvas/compare/v0.1.22...v0.1.23) (2022-06-23)

## [0.1.22](https://github.com/Brooooooklyn/canvas/compare/v0.1.21...v0.1.22) (2022-06-02)

### Bug Fixes

* do nothing if lineTo parameters invalid ([0ddeb7c](https://github.com/Brooooooklyn/canvas/commit/0ddeb7cf8e97aff54f2fb315da8a3cc34a19ba48))
* svg image transparent background should be preserved ([531bde8](https://github.com/Brooooooklyn/canvas/commit/531bde88f219fd4b7f72f550a2bb647ed859f9c2))
* width in TextMetrics when text is ending with spaces ([5961fd2](https://github.com/Brooooooklyn/canvas/commit/5961fd2228c3f0965f25ab6f8b78ebb1a0220974))
* y offset when textBaseline is bottom ([26fdc3c](https://github.com/Brooooooklyn/canvas/commit/26fdc3c003d4e49ef4a4e45a1faebe34fdb29089))

- do nothing if lineTo parameters invalid ([0ddeb7c](https://github.com/Brooooooklyn/canvas/commit/0ddeb7cf8e97aff54f2fb315da8a3cc34a19ba48))
- svg image transparent background should be preserved ([531bde8](https://github.com/Brooooooklyn/canvas/commit/531bde88f219fd4b7f72f550a2bb647ed859f9c2))
- width in TextMetrics when text is ending with spaces ([5961fd2](https://github.com/Brooooooklyn/canvas/commit/5961fd2228c3f0965f25ab6f8b78ebb1a0220974))
- y offset when textBaseline is bottom ([26fdc3c](https://github.com/Brooooooklyn/canvas/commit/26fdc3c003d4e49ef4a4e45a1faebe34fdb29089))

### Features

* chrome/m101 ([0b77261](https://github.com/Brooooooklyn/canvas/commit/0b77261a4bcc24a8ecf0b526afa1583cf6679118))
* upgrade to chrome/m103 ([#465](https://github.com/Brooooooklyn/canvas/issues/465)) ([1f73a77](https://github.com/Brooooooklyn/canvas/commit/1f73a774b586c1e91fa9a36b1c9c478be4149571))


- chrome/m101 ([0b77261](https://github.com/Brooooooklyn/canvas/commit/0b77261a4bcc24a8ecf0b526afa1583cf6679118))
- upgrade to chrome/m103 ([#465](https://github.com/Brooooooklyn/canvas/issues/465)) ([1f73a77](https://github.com/Brooooooklyn/canvas/commit/1f73a774b586c1e91fa9a36b1c9c478be4149571))

## [0.1.21](https://github.com/Brooooooklyn/canvas/compare/v0.1.20...v0.1.21) (2022-03-10)

Expand Down
4 changes: 2 additions & 2 deletions npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-android-arm64",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"android"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-arm64",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-x64",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm-gnueabihf",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"linux"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-gnu",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-musl",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-gnu",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-musl",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"linux"
],
Expand Down Expand Up @@ -41,4 +41,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-win32-x64-msvc",
"version": "0.1.22",
"version": "0.1.23",
"os": [
"win32"
],
Expand Down Expand Up @@ -35,4 +35,4 @@
"access": "public"
},
"repository": "https://github.com/Brooooooklyn/canvas.git"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas",
"version": "0.1.22",
"version": "0.1.23",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": "https://github.com/Brooooooklyn/canvas.git",
Expand Down

0 comments on commit 462fce5

Please sign in to comment.