Skip to content

Bump @napi-rs/canvas from 0.1.25 to 0.1.26

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

Created by: dependabot[bot]

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

Release notes

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

v0.1.26

What's Changed

New Contributors

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

Changelog

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

0.1.26 (2022-08-07)

Bug Fixes

  • loadImage: redirect handler (dbbf826)
  • miss applying image_smoothing_enabled and image_smoothing_quality (815bc91)
  • shadow color was not applied correctly (4054e44)
  • test snapshots diff on arm64 (21983c2)
  • the quality of toDataURL should between 0 and 1 (27e87df)

Features

Commits
  • 58710c8 0.1.26
  • 95aeead Merge pull request #521 from Brooooooklyn/napi-2-syntax
  • 55bce09 refactor: napi v2 syntax for CanvasElement and SVGCanvas
  • 63eda3b Merge pull request #520 from Brooooooklyn/renovate/skia-canvas-1.x
  • a7fe85e chore(deps): update dependency skia-canvas to v1
  • e416527 Merge pull request #519 from Brooooooklyn/data-url-quality
  • 27e87df fix: the quality of toDataURL should between 0 and 1
  • 82ee1c5 Merge pull request #518 from Brooooooklyn/remove-const-enum
  • 5c12f9d chore: remove const enum from .d.ts
  • 2bf8768 Merge pull request #517 from Brooooooklyn/shadow-color
  • 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