Releases: Brooooooklyn/canvas
Releases · Brooooooklyn/canvas
v0.1.59
What's Changed
- chore(deps): update yarn to v4.5.1 by @renovate in #915
- chore(deps): update dependency oxlint to ^0.10.0 by @renovate in #916
- chore(deps): update dependency npm-run-all2 to v7 by @renovate in #918
- fix: build macos with xcode llvm by @Julusian in #905
- fix: loadImage convert ArrayBuffer issue by @Brooooooklyn in #920
- chore: upgrade NAPI-RS 3.0.0-alpha.16 by @Brooooooklyn in #921
- test: add test for measureText to escape texts by @Brooooooklyn in #922
- feat: upgrade skia to m131 by @Brooooooklyn in #923
New Contributors
Full Changelog: v0.1.58...v0.1.59
skia-94631d9b
chore: upgrade NAPI-RS 3.0.0-alpha.16 (#921)
v0.1.58
What's Changed
- fix: loadImage memleak and performance issue by @Brooooooklyn in #914
Full Changelog: v0.1.57...v0.1.58
v0.1.57
What's Changed
- chore: remove useless import by @Brooooooklyn in #902
- chore: bump napi and napi-derive by @Brooooooklyn in #903
- feat: chrome/m130 by @Brooooooklyn in #904
- chore(deps): lock file maintenance by @renovate in #909
- chore: upgrade to [email protected] by @Brooooooklyn in #910
- fix: Creating canvas with width or height of zero or less by @kaloyanBozhkov in #739
- chore: fix c++ compile warning by @Brooooooklyn in #911
- chore: remove once_cell by @Brooooooklyn in #912
- fix: memory leak in Image/loadImage by @Brooooooklyn in #913
New Contributors
- @kaloyanBozhkov made their first contribution in #739
Full Changelog: v0.1.56...v0.1.57
skia-0f81dc8b
chore: bump napi and napi-derive (#903)
v0.1.56
What's Changed
- fix:
??
is error on node@10 by @ByLCY in #889 - chore: use new BufferSlice API by @Brooooooklyn in #900
- fix(deps): update rust crate napi to 3.0.0-alpha by @renovate in #892
- fix: adjust the order of onload calls by @rambo-panda in #898
- chore(deps): update yarn to v4.5.0 by @renovate in #895
New Contributors
Full Changelog: v0.1.55...v0.1.56
v0.1.55
What's Changed
- chore(deps): update dependency oxlint to ^0.8.0 by @renovate in #878
- chore(deps): update yarn to v4.4.1 by @renovate in #879
- chore(deps): update dependency oxlint to ^0.9.0 by @renovate in #880
- chore(deps): update dependency @jimp/core to v1 by @renovate in #884
- chore(deps): lock file maintenance by @renovate in #885
- fix: image src is null after loaded by @Brooooooklyn in #886
- chore: upgrade rust toolchain by @Brooooooklyn in #887
- feat: upgrade skia to m129 by @Brooooooklyn in #888
Full Changelog: v0.1.54...v0.1.55
skia-501e9efa
chore: upgrade rust toolchain (#887)
v0.1.54
What's Changed
- chore(deps): update yarn to v4.3.0 by @renovate in #842
- chore(deps): update docker/build-push-action action to v6 by @renovate in #843
- chore(deps): update yarn to v4.3.1 by @renovate in #846
- chore(deps): update dependency oxlint to ^0.5.0 by @renovate in #849
- chore(deps): lock file maintenance by @renovate in #851
- feat: update skia to m127 by @Brooooooklyn in #853
- ci: update octokit by @Brooooooklyn in #854
- fix(deps): update rust crate libavif to 0.14 by @renovate in #855
- chore(deps): update dependency oxlint to ^0.6.0 by @renovate in #858
- chore(deps): lock file maintenance by @renovate in #860
- chore(deps): update yarn to v4.4.0 by @renovate in #861
- chore(deps): update dependency oxlint to ^0.7.0 by @renovate in #863
- ci: fix Android build by @Brooooooklyn in #874
- fix: handle relative and invalid URLs in redirects when passing URL to loadImage() by @lostfictions in #866
- fix: image decode should be async by @Brooooooklyn in #872
- feat: chrome/m118 by @Brooooooklyn in #875
New Contributors
- @lostfictions made their first contribution in #866
Full Changelog: v0.1.53...v0.1.54
skia-fb67954b
fix: image decode should be async (#872) * fix: image decode should be async * set bitmap immutable