Releases: Brooooooklyn/canvas
Releases · Brooooooklyn/canvas
v0.1.96
What's Changed
- chore(deps): update dependency oxlint-tsgolint to ^0.15.0 by @renovate[bot] in #1214
- chore(deps): update actions/attest-build-provenance action to v4 by @renovate[bot] in #1215
- chore(deps): update dependency ava to v7 by @renovate[bot] in #1217
- chore(deps): update github artifact actions (major) by @renovate[bot] in #1216
- chore(deps): lock file maintenance by @renovate[bot] in #1218
- chore(deps): update dependency oxlint-tsgolint to ^0.16.0 by @renovate[bot] in #1219
- chore(deps): update docker/login-action action to v4 by @renovate[bot] in #1220
- fix: prevent memory leak when drawing canvas onto another via drawImage() by @Brooooooklyn in #1222
Full Changelog: v0.1.95...v0.1.96
v0.1.95
What's Changed
- fix: snapshot pixel data in putImageData for deferred rendering mode by @Brooooooklyn in #1213
Full Changelog: v0.1.94...v0.1.95
v0.1.94
What's Changed
- fix: putImageData incorrectly blending pixels due to Mitchell cubic resampler by @Brooooooklyn in #1211
Full Changelog: v0.1.93...v0.1.94
v0.1.93
What's Changed
- feat: chrome m146 by @Brooooooklyn in #1207
- chore(deps): update dependency oxlint-tsgolint to ^0.13.0 by @renovate[bot] in #1208
- chore(deps): update dependency oxlint-tsgolint to ^0.14.0 by @renovate[bot] in #1209
Full Changelog: v0.1.92...v0.1.93
v0.1.92
What's Changed
- feat: add node-canvas compatibility layer (
@napi-rs/canvas/node-canvas) by @Brooooooklyn in #1203 - chore(deps): update dependency oxlint-tsgolint to ^0.12.0 by @renovate[bot] in #1205
- fix: putImageData bypassed deferred rendering PageRecorder by @Brooooooklyn in #1206
Full Changelog: v0.1.91...v0.1.92
skia-90228207
0.1.92
v0.1.91
What's Changed
- fix: plug native memory leaks in SVG canvas, bitmap shader, and stream allocations by @Brooooooklyn in #1201
- fix: clip with nested transforms intersects in device space by @Brooooooklyn in #1202
Full Changelog: v0.1.90...v0.1.91
v0.1.90
What's Changed
- fix: copy font data in GlobalFonts.register to prevent buffer invalidation by @Brooooooklyn in #1194
- chore(deps): lock file maintenance by @renovate[bot] in #1195
- feat: support http url in image src by @Brooooooklyn in #1197
- fix: add Drop impl for SkPictureRecorder to prevent memory leak by @Brooooooklyn in #1199
- fix: prevent memory leaks in encode_stream callback and SkPixmap by @Brooooooklyn in #1200
Full Changelog: v0.1.89...v0.1.90
v0.1.89
What's Changed
- fix: napi feature by @Brooooooklyn in #1191
- chore(deps): update dependency electron to v40 by @renovate[bot] in #1192
- feat: implement deferred rendering with incremental layer caching by @Brooooooklyn in #1193
Full Changelog: v0.1.88...v0.1.89
v0.1.88
What's Changed
- fix: should throw TypeError if drawImage param mismatched by @Brooooooklyn in #1190
Full Changelog: v0.1.87...v0.1.88