Skip to content

Commit f8087c4

Browse files
committed
2.6.1-beta.0
1 parent b05682b commit f8087c4

File tree

15 files changed

+35
-15
lines changed

15 files changed

+35
-15
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [2.6.1-beta.0] - 2024-03-11
13+
14+
This version solves the problem of missing DLLs caused by not installing [Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) on Windows.
15+
16+
### Added
17+
18+
- chore(deps): upgrade dependencies such as napi-rs [#311](https://github.com/yisibl/resvg-js/issues/311)
19+
- chore(ci): adding Node.js v20 to the CI
20+
- chore(ci): use macOS M1 machines
21+
- doc: clarify that the default value of the defaultFontFamily is empty
22+
- doc: improved change log documentation for M/L/C error
23+
- test: add a bbox test with stroke
24+
- fix(deps): update rust crate svgtypes to 0.14.0
25+
26+
### Fixed
27+
28+
- fix: enable static link for windows-msvc [#308](https://github.com/yisibl/resvg-js/issues/308) Thanks to @Zagrios
29+
- fix: test bindings on x86_64-unknown-linux-musl [#306](https://github.com/yisibl/resvg-js/issues/306) Thanks to @Brooooooklyn
30+
1231
## [2.6.0] - 2023-10-20
1332

1433
🚀 Up to **115x faster** for very large SVG files
@@ -608,7 +627,8 @@ The first official version, use [resvg 0.18.0](https://github.com/RazrFalcon/res
608627
- Support custom fonts and system fonts.
609628
- Supports setting the background color of PNG.
610629

611-
[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.6.0...HEAD
630+
[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.6.1-beta.0...HEAD
631+
[2.6.1-beta.0]: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1-beta.0
612632
[2.6.0]: https://github.com/yisibl/resvg-js/compare/v2.5.0...v2.6.0
613633
[2.5.0]: https://github.com/yisibl/resvg-js/compare/v2.4.1...v2.5.0
614634
[2.4.1]: https://github.com/yisibl/resvg-js/compare/v2.4.0...v2.4.1

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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
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.0",
3+
"version": "2.6.1-beta.0",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)