chore(deps): update dependency @svgdotjs/svg.js to v3.2.4 #377
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.16
->3.2.4
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
svgdotjs/svg.js (@svgdotjs/svg.js)
v3.2.4
Compare Source
Fixed
v3.2.3
Compare Source
Fixed
v3.2.2
Compare Source
Fixed
v3.2.1
Compare Source
Fixed
toParent()
(#1304)amove()
methods to runner (#1131)css()
, dont throw when screenCtm fails (#968)Added
v3.2.0
Compare Source
Fixed
point()
by not creating intermediate objects (#1251)Added
assignNewId
toclone()
to allow cloning with the same id (#1161)v3.1.2
Compare Source
Fixed
css()
returning camelCased properties even though they were specified in kebap-caseObjectBag
loosing information when callingvalueOf()
(Numbers lost its unit)parents()
(#1235)nodeOrNew()
to work in object tags as well (#1219)v3.1.1
Compare Source
Fixed
v3.1.0
Compare Source
Fixed
zoom()
method of runner which was passed a wrong parameterTSpan
to position them by its bounding boxflip()
method which flips correctly by center by default now and accepts correct argumentsrbox()
where not always all values of the box were updatedgetOrigin()
function used bytransform()
so that all origin popssibilities specified in the docs are working (#1085)amove()
put()
andparent()
put()
which correctly creates an svgjs object from the passed element now before returningparent()
which correctly returns a Dom instance when parent is the document or document-fragmentadd()
which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086)isRoot()
which correctly returns false, if the element is in a document-fragmentreplace()
which works without a parent now, toodefs()
which correctly returnsnull
when called on a detached node that is not a root nodereference()
which correctly returnsnull
instead of throwing when specifying an attribute which holds a numberflatten()
which correctly flattens now but doesn't accept parameters anymore (makes no sense)ungroup()
which now inserts the elements at the correct position in the correct order and has position as second argument nowposition
fortransform()
to also allow a position of 0bbox()
ofPathArray
andPointArray
which returns an instance ofBox
nowPID
controller and makeSetterGetter functionQueue.push
which didnt let you push queue itemsTimeline.reverse()
which did exactly the opposite of what you would expect when passingtrue/false
clone()
to return the correct instance (#1154)Added
SVG(el, isHTML)
which allows to explicitely create elements in the HTML namespace (#1058)unlink()
andlinker()
to hyperlinked elements to remove or access the underling<a>
elementwrap()
method toDom
which lets you wrap an element by another oneorient()
method toMarker
options
parameter todispatch()
andfire()
to allow for more special needsnewLine()
constructor toText
to create a tspan marked as new line (#1088)Fragment
as a wrapper for document-fragmenttoParent()
toRoot()
data()
methodList.each()
so that it mostly behaves like mapPointArray.transform()
similar to Pointwith-last
aswhen
toanimate
andschedule
to let an animation start with the start of the last one in the timelineA
(#1110)Deleted
Matrix.compose()
method which did the same asnew Matrix()
orMatrix.transform()
Path.morph()
andPath.at()
which was replaced with Morphables in v3Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.