website icon indicating copy to clipboard operation
website copied to clipboard

Update @svgdotjs/svg.js 3.1.2 → 3.2.4 (minor)

Open depfu[bot] opened this issue 1 year ago • 0 comments

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​svgdotjs/svg.js (3.1.2 → 3.2.4) · Repo · Changelog

Release Notes

3.2.4

Fixed

3.2.3

Fixed

  • fixed import map for father (#1317)

3.2.0

Fixed

  • improve performance of point() by not creating intermediate objects (#1251)
  • fixed references by using single quotes instead of double quotes which lead to errors (#1277)
  • fixed a few spelling errors in comments (#1277)
  • fix several typings (#1253, #1280, #1300)

Added

  • added second parameter assignNewId to clone() to allow cloning with the same id (#1161)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 54 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

depfu[bot] avatar Jul 17 '24 11:07 depfu[bot]