Skip to content

Commit 2347b41

Browse files
committed
2.4.1
1 parent 1b7d7d2 commit 2347b41

File tree

15 files changed

+24
-15
lines changed

15 files changed

+24
-15
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [2.4.1] - 2023-02-15
13+
14+
### Fixed
15+
16+
- fix: the `defaultFontFamily` not working. [#208](https://github.com/yisibl/resvg-js/pull/208) Thanks to @yisibl
17+
18+
Starting with resvg 0.28.0, the logic for font loading has [changed](https://github.com/RazrFalcon/resvg/commit/36b0e0b928015ef0788a9d0babcbc77eaf8f34aa#diff-6d4d24ae259685abf64776b23b1c6e7af8c3a9718591d7db8d092e3b6cbb216fR684-R686), which causes the family passed in the defaultFontFamily option to not be applied.
19+
1220
## [2.4.0] - 2023-02-09
1321

1422
This is a brand new version with 2-3x faster performance. It also resolves an issue with a specific SVG causing an error, and all users are advised to upgrade to this version.
@@ -518,7 +526,8 @@ The first official version, use [resvg 0.18.0](https://github.com/RazrFalcon/res
518526
- Support custom fonts and system fonts.
519527
- Supports setting the background color of PNG.
520528

521-
[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.4.0...HEAD
529+
[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.4.1...HEAD
530+
[2.4.1]: https://github.com/yisibl/resvg-js/compare/v2.4.0...v2.4.1
522531
[2.4.0]: https://github.com/yisibl/resvg-js/compare/v2.3.1...v2.4.0
523532
[2.3.1]: https://github.com/yisibl/resvg-js/compare/v2.3.0...v2.3.1
524533
[2.3.0]: https://github.com/yisibl/resvg-js/compare/v2.2.0...v2.3.0

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

npm/win32-arm64-msvc/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-win32-arm64-msvc",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"os": [
55
"win32"
66
],

npm/win32-ia32-msvc/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-win32-ia32-msvc",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"os": [
55
"win32"
66
],

npm/win32-x64-msvc/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-win32-x64-msvc",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"os": [
55
"win32"
66
],

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",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs",
55
"main": "index.js",
66
"repository": "[email protected]:yisibl/resvg-js.git",

wasm/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-wasm",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)