Skip to content

Bump @napi-rs/canvas from 0.1.21 to 0.1.22

Wolf Yuan requested to merge dependabot/npm_and_yarn/napi-rs/canvas-0.1.22 into main

Created by: dependabot[bot]

Bumps @napi-rs/canvas from 0.1.21 to 0.1.22.

Release notes

Sourced from @​napi-rs/canvas's releases.

v0.1.22

️ Breaking changes

Skia now compiled with C++ 17 instread of C++ 11 https://skia.org/docs/user/build/#supported-and-preferred-compilers

For docker users, you may need to switch to buster base image. For example, Node.js 12 and 14 docker images: node:12-buster and node:14-buster. For Node.js 16+ images, there are no effects for you.

What's Changed

New Contributors

Full Changelog: https://github.com/Brooooooklyn/canvas/compare/v0.1.21...v0.1.22

Changelog

Sourced from @​napi-rs/canvas's changelog.

0.1.22 (2022-06-02)

Bug Fixes

  • do nothing if lineTo parameters invalid (0ddeb7c)
  • svg image transparent background should be preserved (531bde8)
  • width in TextMetrics when text is ending with spaces (5961fd2)
  • y offset when textBaseline is bottom (26fdc3c)

Features

Commits
  • 1a9abae 0.1.22
  • 3af3ece Merge pull request #473 from Brooooooklyn/fix-line-to
  • 0ddeb7c fix: do nothing if lineTo parameters invalid
  • 39f3fb1 Merge pull request #470 from Brooooooklyn/preserve-svg-transparent-bg
  • 531bde8 fix: svg image transparent background should be preserved
  • f19ee77 chore(deps): update dependency lint-staged to v13
  • b10cea4 chore(deps): lock file maintenance
  • 26fdc3c fix: y offset when textBaseline is bottom
  • 51f6493 style: format all
  • 5961fd2 fix: width in TextMetrics when text is ending with spaces
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports