Skip to content

Commit 15dd771

Browse files
committed
2.6.3-alpha.3
1 parent 19c0368 commit 15dd771

File tree

15 files changed

+22
-15
lines changed

15 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This changelog also contains important changes in dependencies.
99

1010
## [Unreleased]
1111

12+
## [2.6.3-alpha.3] - 2026-01-09
13+
14+
- fix: enhance `cropByBBox()` input validation to prevent panics
15+
- chore: `[email protected]` requires rustc 1.88
16+
1217
## [2.6.3-alpha.2] - 2025-09-26
1318

1419
- feat: the `padding` of `cropByBBox()` no longer scales with image dimensions
@@ -660,7 +665,9 @@ The first official version, use [resvg 0.18.0](https://github.com/RazrFalcon/res
660665
- Support custom fonts and system fonts.
661666
- Supports setting the background color of PNG.
662667

663-
[unreleased]: https://github.com/yisibl/resvg-js/compare/2.6.3-alpha.1...HEAD
668+
[unreleased]: https://github.com/yisibl/resvg-js/compare/2.6.3-alpha.2...HEAD
669+
[2.6.3-alpha.3]: https://github.com/yisibl/resvg-js/compare/v2.6.3-alpha.2...v2.6.3-alpha.3
670+
[2.6.3-alpha.2]: https://github.com/yisibl/resvg-js/compare/v2.6.3-alpha.1...v2.6.3-alpha.2
664671
[2.6.3-alpha.1]: https://github.com/yisibl/resvg-js/compare/v2.6.3-alpha.0...v2.6.3-alpha.1
665672
[2.6.3-alpha.0]: https://github.com/yisibl/resvg-js/compare/v2.6.2...v2.6.3-alpha.0
666673
[2.6.2]: https://github.com/yisibl/resvg-js/compare/v2.6.1...v2.6.2

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-android-arm-eabi",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
44
"os": [
55
"android"
66
],

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": "@resvg/resvg-js-android-arm64",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-darwin-arm64",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-darwin-x64",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-linux-arm-gnueabihf",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-linux-arm64-gnu",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-linux-arm64-musl",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-linux-x64-gnu",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
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": "@resvg/resvg-js-linux-x64-musl",
3-
"version": "2.6.3-alpha.2",
3+
"version": "2.6.3-alpha.3",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)