Skip to content
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

Bump fabric from 5.3.0 to 6.0.2 #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps fabric from 5.3.0 to 6.0.2.

Release notes

Sourced from fabric's releases.

Version 6.0.2

What's Changed

Full Changelog: fabricjs/fabric.js@v6.0.1...v6.0.2

v6.0.1

What's Changed

And:

New Contributors

Full Changelog: fabricjs/fabric.js@v6.0.0-rc5...v6.0.1

Version 6.0.0

Identical to rc4, updated to stable.

Version 6.0.0-rc4

What's Changed

Full Changelog: fabricjs/fabric.js@v6.0.0-rc3...v6.0.0-rc4

v6.0.0-rc3

What's Changed

  • fix(StaticCanvas): fully clean the cache canvas to avoid leaving trailing pixels #9779
  • perf(): Reduce some calls to setCoords() #9795
  • chore(TS): svg reviver is optional #9935
  • refactor(filters): Remove mainParameter, add stronger types to filters, refactor getUniformLocations #9933
  • refactor(): remove strict parameter for ancestry. #9918
  • feat(Color): add support for decimals and different angle types in HSL color parsing #9915
  • fix(Controls): add support for numeric origins to changeWidth #9909
  • fix(ActiveSelection): fixed render order so group controls are rendered over child objects #9914
  • fix(filters): RemoveColor has missing getFragmentSource method ( typo ) #9911

... (truncated)

Changelog

Sourced from fabric's changelog.

[6.0.2]

  • fix(TS): Type fixes and improved JSDOCS. #9978

[6.0.1]

  • chore(): export InteractiveFabricObject to tweak default values #9963
  • chore(): use deconstruction and constants in place of strings to save some bytes of code #9593
  • tests(): Start moving visual tests to playwrigth #9481
  • fix(filters): Fix bugs in Pixelate and Blur filter #9962
  • docs(): update README.md #9957

[6.0.0]

[6.0.0-rc4]

  • chore(): update dev deps #9944
  • chore() Remove Node 16, add Node 22 in the test suite #9942
  • test(e2e): Activeselection default initialization E2E test #9941
  • fix(Activeselection): Activeselection default initialization #9940
  • feat(Color): add isUnrecognised property #9936

[6.0.0-rc3]

  • fix(StaticCanvas): fully clean the cache canvas to avoid leaving trailing pixels #9779
  • perf(): Reduce some calls to setCoords() #9795
  • chore(TS): svg reviver is optional #9935
  • refactor(filters): Remove mainParameter, add stronger types to filters, refactor getUniformLocations #9933
  • refactor(): remove strict parameter for ancestry. #9918
  • feat(Color): add support for decimals and different angle types in HSL color parsing #9915
  • fix(Controls): add support for numeric origins to changeWidth #9909
  • fix(ActiveSelection): fixed render order so group controls are rendered over child objects #9914
  • fix(filters): RemoveColor has missing getFragmentSource method ( typo ) #9911
  • types(): Make event type explicit - non generic, and fix pattern fromObject type #9907

[6.0.0-rc2]

  • perf(): remove some runtime RegExp usages #9802
  • fix(Canvas): Avoid exporting controls with toDataURL #9896
  • perf(): Rework constructors to avoid the extra perf cost of current setup #9891
  • perf(): Remove redundant matrix multiplication in multiplayTransformMatrixArray #9893
  • test(): Convert Animation tests to jest #9892
  • perf(ObjectGeometry): replace cache key string with array #9887
  • docs(): Improve JSDOCs for BlendImage #9876
  • fix(Group): Pass down the abort signal from group to objects #9890
  • fix(util): restore old composeMatrix code for performances improvement #9851
  • fix(Control): corner coords definition order #9884
  • fix(Polyline): safeguard points arg from options #9855
  • feat(IText): Adjust cursor blinking for better feedback #9823
  • feat(FabricObject): pass e to shouldStartDragging #9843

... (truncated)

Commits
  • 999f6e1 fix(TS): Type fixes and improved JSDOCS. (#9978)
  • 106d508 chore(): Update bug report (#9964)
  • 3bd5325 6.0.1
  • ae1073e chore(): export InteractiveFabricObject to tweak default values (#9963)
  • 307b40d chore(): use deconstruction and constants in place of strings to save some by...
  • 4a67106 tests(): Start moving visual tests to playwright (#9481)
  • efa2619 fix(filters): Fix bugs in Pixelate and Blur filter (#9962)
  • e042777 docs(): update README.md (#9957)
  • 7cbd288 docs(): types/ControlProps.ts: add missing @defaults (#9956)
  • 55438be chore(): bump to 6.0 and release
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [fabric](https://github.com/fabricjs/fabric.js) from 5.3.0 to 6.0.2.
- [Release notes](https://github.com/fabricjs/fabric.js/releases)
- [Changelog](https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md)
- [Commits](fabricjs/fabric.js@v5.3.0...v6.0.2)

---
updated-dependencies:
- dependency-name: fabric
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants