chartjs-chart-error-bars
chartjs-chart-error-bars copied to clipboard
build(deps-dev): bump canvas from 3.0.0 to 3.1.0
Bumps canvas from 3.0.0 to 3.1.0.
Release notes
Sourced from canvas's releases.
v3.1.0
3.1.0
- Replaced
simple-getwithNode.js builtinfetch(#2309)ctx.fonthas a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.- The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the
fillTextcall (#1921)Added
- Support for accessibility and links in PDFs
ctx.directionis implemented:'rtl'or'ltr'set the base direction of textctx.textAlign'start'and'end'are now'right'and'left'whenctx.direction === 'rtl'Fixed
- Fix a crash in
getImageDatawhen the rectangle is entirely outside the canvas. (#2024)- Fix
getImageDatacropping the resultingImageDatawhen the given rectangle is partly outside the canvas. (#1849)v3.0.1
3.0.1
Fixed
- Fixed accidental depenency on ambient DOM types
Changelog
Sourced from canvas's changelog.
3.1.0
- Replaced
simple-getwithNode.js builtinfetch(#2309)ctx.fonthas a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.- The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the
fillTextcall (#1921)Added
- Support for accessibility and links in PDFs
ctx.directionis implemented:'rtl'or'ltr'set the base direction of textctx.textAlign'start'and'end'are now'right'and'left'whenctx.direction === 'rtl'Fixed
- Fix a crash in
getImageDatawhen the rectangle is entirely outside the canvas. (#2024)- Fix
getImageDatacropping the resultingImageDatawhen the given rectangle is partly outside the canvas. (#1849)3.0.1
Fixed
- Fixed accidental depenency on ambient DOM types
Commits
61e474e3.1.088e9657allow registerFont after a canvas has been created (#2483)52330b8support ctx.direction and textAlign start/end0b2edc1remove reference to old JS parseFonta0c8031getImageData fixes when rectangle is outside of canvasda33bbeAdd link tags for pdfs728e76cadd C++ parser for the font shorthand7ed0a96add font setter benchmarks1d956b7use fetch api80e94eav3.0.1- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)