Releases: Brooooooklyn/canvas
Releases · Brooooooklyn/canvas
skia-299f1b4e
style: clippy fix
v0.1.30
What's Changed
- refactor: use libavif rather than ravif by @Brooooooklyn in #549
- fix: TypeScript types for avif config by @Brooooooklyn in #551
- fix: error listening to req by @rambo-panda in #555
- chore(deps): lock file maintenance by @renovate in #553
- chore(deps): update dependency canvaskit-wasm to ^0.37.0 by @renovate in #556
- fix: ctx.globalAlpha should effect drawImage by @Brooooooklyn in #561
- fix(types): do not use
reference
tags by @SuperchupuDev in #563 - docs: fix yarn command by @ragingwind in #562
- fix: resize canvas should clear the context by @Brooooooklyn in #564
New Contributors
- @SuperchupuDev made their first contribution in #563
- @ragingwind made their first contribution in #562
Full Changelog: v0.1.29...v0.1.30
v0.1.29
What's Changed
- chore(deps): update dependency canvaskit-wasm to ^0.36.0 by @renovate in #533
- docs: add glibc version not less than 2.18 by @yisibl in #537
- fix: isBufferLike in load-image.js by @rambo-panda in #536
- refactor: all modules into NAPI-RS v2 API by @Brooooooklyn in #542
- fix: data url should be standard base64 by @Brooooooklyn in #543
- chore(deps): update yarn to v3.2.3 by @renovate in #544
- fix: drawImage alpha should not effect by fillStyle by @Brooooooklyn in #545
- chore: upgrade ava to compatible with Node.js 18.8.0 by @Brooooooklyn in #546
- feat: chrome m106 by @Brooooooklyn in #547
New Contributors
- @rambo-panda made their first contribution in #536
Full Changelog: v0.1.28...v0.1.29
skia-19212075
Merge pull request #546 from Brooooooklyn/upgrade-ava chore: upgrade ava to compatible with Node.js 18.8.0
libaom-v3.4.0
aom-dev
files
v0.1.28
What's Changed
- fix: adjust Node.js external memory while creating Canvas by @Brooooooklyn in #532
Full Changelog: v0.1.27...v0.1.28
v0.1.27
What's Changed
- chore(deps): update dependency eslint-plugin-sonarjs to ^0.15.0 by @renovate in #523
- docs: Clarify that AVIF is also supported in README by @MajesticString in #524
- fix: segfault while drawing empty text by @Brooooooklyn in #528
- refactor: convert Path to NAPI-RS 2 syntax by @Brooooooklyn in #527
- refactor: GlobalFonts to NAPI-RS v2 syntax by @Brooooooklyn in #529
- refactor: Gradient to NAPI-RS v2 syntax by @Brooooooklyn in #530
New Contributors
- @MajesticString made their first contribution in #524
Full Changelog: v0.1.26...v0.1.27
v0.1.26
What's Changed
- chore(deps): update dependency canvaskit-wasm to ^0.35.0 by @renovate in #494
- chore(deps): lock file maintenance by @renovate in #496
- chore(typings): add dom lib reference by @ThisNils in #497
- chore(deps): update dependency @octokit/rest to v19 by @renovate in #500
- chore(deps): update yarn to v3.2.2 by @renovate in #504
- chore(deps): update dependency eslint-plugin-sonarjs to ^0.14.0 by @renovate in #505
- fix: redirect handler by @sohamksuvarna in #503
- feat: chrome/m105 by @Brooooooklyn in #508
- chore: static link libc++ on aarch64 linux gnu by @Brooooooklyn in #514
- chore(deps): update docker/build-push-action action to v3 by @renovate in #515
- fix: miss applying image_smoothing_enabled and image_smoothing_quality by @Brooooooklyn in #513
- fix: test snapshots diff on arm64 by @Brooooooklyn in #516
- chore(deps): lock file maintenance by @renovate in #509
- fix: shadow color was not applied correctly by @Brooooooklyn in #517
- chore: remove const enum from .d.ts by @Brooooooklyn in #518
- fix: the quality of toDataURL should between 0 and 1 by @Brooooooklyn in #519
- chore(deps): update dependency skia-canvas to v1 by @renovate in #520
- refactor: napi v2 syntax for CanvasElement and SVGCanvas by @Brooooooklyn in #521
New Contributors
- @ThisNils made their first contribution in #497
- @sohamksuvarna made their first contribution in #503
Full Changelog: v0.1.25...v0.1.26
skia-f204b137
Merge pull request #503 from sohamksuvarna/main fix(loadImage): redirect handler
v0.1.25
What's Changed
Features
- feat: implement loadImage function by @DevAndromeda in #483
- feat: add stream and alt support for Image by @DevAndromeda in #486
- feat: skia chrome/m104 by @Brooooooklyn in #491
Bugfix
- fix: skia async prop deprecated in future release by @Jeve-Stobs in #484
- fix: ctx.filter should store in state and be able to save/restore (b85ee7b) by @Brooooooklyn in #489
- fix: use premultiplied surface as default by @Brooooooklyn in #489
- fix: parameters for drawImage(canvas) (2392263) by @Brooooooklyn in #489
- fix: wrong text metrics if text contains chars not including in current font-family by @Brooooooklyn in #490
- fix: missing
load-image.js
inpackage.json
by @Brooooooklyn
New Contributors
- @Jeve-Stobs made their first contribution in #484
- @DevAndromeda made their first contribution in #483
Full Changelog: v0.1.23...v0.1.25