You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@ This changelog also contains important changes in dependencies.
9
9
10
10
## [Unreleased]
11
11
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
+
12
31
## [2.6.0] - 2023-10-20
13
32
14
33
🚀 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
0 commit comments