| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| resvgjs.win32-arm64-msvc.node | 2024-03-25 | 3.7 MB | |
| resvgjs.linux-arm64-musl.node | 2024-03-25 | 3.9 MB | |
| resvgjs.android-arm-eabi.node | 2024-03-25 | 2.7 MB | |
| resvgjs.android-arm64.node | 2024-03-25 | 3.7 MB | |
| resvgjs.darwin-arm64.node | 2024-03-25 | 3.5 MB | |
| resvgjs.linux-arm-gnueabihf.node | 2024-03-25 | 3.9 MB | |
| resvgjs.win32-ia32-msvc.node | 2024-03-25 | 3.8 MB | |
| resvgjs.linux-arm64-gnu.node | 2024-03-25 | 3.9 MB | |
| resvgjs.linux-x64-musl.node | 2024-03-25 | 4.4 MB | |
| resvgjs.linux-x64-gnu.node | 2024-03-25 | 4.4 MB | |
| resvgjs.win32-x64-msvc.node | 2024-03-25 | 4.5 MB | |
| README.md | 2024-03-25 | 1.2 kB | |
| v2.6.1 source code.tar.gz | 2024-03-25 | 17.9 MB | |
| v2.6.1 source code.zip | 2024-03-25 | 18.0 MB | |
| Totals: 14 Items | 78.2 MB | 0 | |
What's Changed
This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.
Added
- chore(deps): update yarn to v3.8.1
- chore(deps): update actions/cache action to v4
- chore(deps): upgrade dependencies such as napi-rs #311
- chore(ci): adding Node.js v20 to the CI
- chore(ci): use macOS M1 machines
- doc: clarify that the default value of the defaultFontFamily is empty
- doc: improved change log documentation for M/L/C error
- test: add a bbox test with stroke
- fix(deps): update rust crate svgtypes to 0.14.0
Fixed
- fix: enable static link for windows-msvc #308 Thanks to @Zagrios
- fix: test bindings on x86_64-unknown-linux-musl #306 Thanks to @Brooooooklyn
New Contributors
- @Zagrios made their first contribution in https://github.com/yisibl/resvg-js/pull/308
Full Changelog: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1