-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency canvas to v2.11.2 #353
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #353 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 305 305
Branches 33 33
=========================================
Hits 305 305
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
797a227
to
58b7620
Compare
58b7620
to
1c685f7
Compare
1c685f7
to
cef091d
Compare
cef091d
to
ead96c2
Compare
Kudos, SonarCloud Quality Gate passed!
|
ead96c2
to
fec1290
Compare
fec1290
to
a42bf9e
Compare
Kudos, SonarCloud Quality Gate passed!
|
a42bf9e
to
dfd135f
Compare
Kudos, SonarCloud Quality Gate passed!
|
dfd135f
to
b2ea155
Compare
b2ea155
to
8c048ec
Compare
8c048ec
to
a84efe3
Compare
Code Climate has analyzed commit a84efe3 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
This PR contains the following updates:
2.6.1
->2.11.2
Release Notes
Automattic/node-canvas (canvas)
v2.11.2
Compare Source
==================
Fixed
v2.11.1
Compare Source
==================
Fixed
canvas
to theCanvasRenderingContext2D
typeletter-spacing
effectctx.font
not being restored correctly afterctx.restore()
(#1946)v2.11.0
Compare Source
==================
Fixed
v2.10.2
Compare Source
==================
Fixed
Assertion failed: (object->InternalFieldCount() > 0), function Unwrap, file nan_object_wrap.h, line 32.
(#2025)textBaseline
andtextAlign
were not saved/restored bysave()
/restore()
. (#1936)Changed
save()
/restore()
.save()
/restore()
no longer have a maximum depth (previously 64 states).v2.10.1
Compare Source
==================
Fixed
actualBoundingBoxLeft
andactualBoundingBoxRight
whentextAlign='center'
or'right'
(#1909)rgba(r,g,b,0)
with alpha to 0 should parse as transparent, not opaque. (#2110)v2.10.0
Compare Source
==================
Added
pangoVersion
ctx.roundRect()
Fixed
rgba(r,g,b)
with no alpha should parse as opaque, not transparent. (#2029)PngConfig.filters
types. (#2072)createPattern()
always used "repeat" mode; now supports "repeat-x" and "repeat-y". (#2066)context.arc()
. (#2055)context.arc()
geometry logic for full ellipses. (#1808, (#1736))deregisterAllFonts
to the Typescript declaration file (#2096)User-Agent
header when requesting remote images (#2099)v2.9.3
Compare Source
==================
Fixed
registerFont
multiple times with the same family name (#2041)v2.9.2
Compare Source
==================
Fixed
npm rebuild
will now re-fetch prebuilt binaries to avoidNODE_MODULE_VERSION
mismatch errors. (#1982)v2.9.1
Compare Source
==================
Fixed
toupper
.getImageData
orputImageData
is called on a PDF or SVG canvas (#1853)v2.9.0
Compare Source
==================
Changed
DOMPoint()
constructor to check for parameter nullability.DOMMatrix.js
to use string literals for non-special cases.Added
deregisterAllFonts
method to free up memory and reduce font conflicts.Fixed
/opt/homebrew/lib
v2.8.0
Compare Source
==================
Changed
features like
node_pre_gyp_accessKeyId
, you may need to make changes to yourinstallation procedure. See https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md#100.
nBytes()
now returns a size_t. (Because this is a C++method only, this is not considered a breaking change.)
Added
inverse()
andinvertSelf()
toDOMMatrix
(#1648)context.getTransform()
(#1769)context.setTransform(dommatrix)
(#1769)Fixed
actualBoundingBoxLeft
andactualBoundingBoxRight
returned bymeasureText
to be the ink rect (#1776, fixes #1703).v2.7.0
Compare Source
==================
Changed
Previously these were in the node-gfx/node-canvas-prebuilt
and triggered manually.
fillStyle=
andstrokeStyle=
Added
rsvgVersion
.setTransform
method is no longer missingFixed
fillStyle
orstrokeStyle
is set to an object, but that object is not a Gradient or Pattern. (This behavior was non-standard: invalid inputs are supposed to be ignored.)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.