Skip to content

Bump @napi-rs/canvas from 0.1.23 to 0.1.25

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

Created by: dependabot[bot]

Bumps @napi-rs/canvas from 0.1.23 to 0.1.25.

Release notes

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

v0.1.25

What's Changed

Features

Bugfix

New Contributors

Full Changelog: https://github.com/Brooooooklyn/canvas/compare/v0.1.23...v0.1.25

v0.1.24

What's Changed

Features

Bugfix

New Contributors

Full Changelog: https://github.com/Brooooooklyn/canvas/compare/v0.1.23...v0.1.24

Changelog

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

0.1.25 (2022-06-30)

Bug Fixes

  • missing load-image.js in package.json (ddb2419)

0.1.24 (2022-06-30)

Bug Fixes

  • ctx.filter should store in state and be able to save/restore (b85ee7b)
  • parameters for drawImage(canvas) (2392263)
  • skia async prop deprecated in future release (088e628)
  • use premultiplied surface as default (f13c1a3)
  • wrong text metrics if text contains chars not including in current font-family (cfcca26)

Features

Commits
  • 4480686 0.1.25
  • ddb2419 fix: missing load-image.js in package.json
  • 71fe01a 0.1.24
  • 54b22ba Merge pull request #491 from Brooooooklyn/release
  • 0b2c865 feat: skia chrome/m104
  • 82d0a0d Merge pull request #490 from Brooooooklyn/fallback-text-metrics
  • cfcca26 fix: wrong text metrics if text contains chars not including in current font-...
  • bcec165 Merge pull request #489 from Brooooooklyn/fix-filter-state
  • 2392263 fix: parameters for drawImage(canvas)
  • f13c1a3 fix: use premultiplied surface as default
  • 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