v2.7.0-alpha.2
- refactor: extract
cropByBBoxlogic and prevent overflow panics by @yisibl in https://github.com/thx/resvg-js/pull/398
Full Changelog: https://github.com/thx/resvg-js/compare/v2.7.0-alpha.1...v2.7.0-alpha.2
v2.7.0-alpha.1
- feat: add
catch_unwindprotection torenderto prevent Node.js process crashes by @yisibl in https://github.com/thx/resvg-js/pull/396 - chore: upgrade to Rust 2024 by @yisibl in https://github.com/thx/resvg-js/pull/394
- fix: wasm build warnings by @yisibl in https://github.com/thx/resvg-js/pull/395
Full Changelog: https://github.com/thx/resvg-js/compare/v2.6.3-alpha.3...v2.7.0-alpha.1
v2.6.3-alpha.3
- fix: enhance
cropByBBox()input validation to prevent panics - chore:
napi-build@2.3.1requires rustc 1.88
Full Changelog: https://github.com/thx/resvg-js/compare/v2.6.3-alpha.2...v2.6.3-alpha.3
v2.6.1
This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.
- 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
- fix: enable static link for windows-msvc #308 Thanks to @Zagrios
- fix: test bindings on x86_64-unknown-linux-musl #306 Thanks to @Brooooooklyn
- @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
v2.6.1-beta.0
This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.
- 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
- fix: enable static link for windows-msvc #308 Thanks to @Zagrios
- fix: test bindings on x86_64-unknown-linux-musl #306 Thanks to @Brooooooklyn
- @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-beta.0