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 jointjs from 3.7.1 to 3.7.4 #47

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps jointjs from 3.7.1 to 3.7.4.

Release notes

Sourced from jointjs's releases.

Release 3.7.4

CHANGELOG

  • dia.LinkView - fix element detection when using snapLinkSelf: true (8cfdea40)

Release v3.7.3

CHANGELOG

  • demo.Isometric - add new demo as example of isometric projection (75a94c0e)
  • dia.Cell - add foregroundEmbeds option to toFront() and toBack() methods (ddc53455)
  • dia.Cell - fix the depth-first algorithm in getEmbeddedCells() method (e0e9144b)

Release v3.7.2

CHANGELOG

  • demo - add DWDM (Dense wavelength-division multiplexing) example
  • dia.Paper - allow immediate propagation on pointerup
  • dia.CellView - fix to checkMouseLeave working incorrectly when paper has autoFreeze=true
  • dia.CellView - fix to get correct ref node bounding box
  • dia.HighlighterView - prevent highlighter mounting to unmounted cell views
Changelog

Sourced from jointjs's changelog.

23-06-2023 (v3.7.4)

  • dia.LinkView - fix element detection when using snapLinkSelf: true

22-06-2023 (v3.7.3)

  • demo.Isometric - add new demo as example of isometric projection
  • dia.Cell - add foregroundEmbeds option to toFront() and toBack() methods
  • dia.Cell - fix the depth-first algorithm in getEmbeddedCells() method

16-05-2023 (v3.7.2)

  • demo - add DWDM (Dense wavelength-division multiplexing) example
  • dia.Paper - allow immediate propagation on pointerup
  • dia.CellView - fix to checkMouseLeave working incorrectly when paper has autoFreeze=true
  • dia.CellView - fix to get correct ref node bounding box
  • dia.HighlighterView - prevent highlighter mounting to unmounted cell views

28-04-2023 (v3.7.1)

  • bump jQuery to v3.6.4
  • demo.ROI - fix zooming in Safari
  • dia.CellView - return correct target under the pointer for pointer events
  • dia.Cell - fix to prevent cell id undefined
  • dia.attributes - prevent error when title is used on element with a text node

18-04-2023 (v3.7.0)

  • demo.CustomEmbedding - add new demo to illustrate custom embedding functionality
  • demo.Flowchart - add new demo to illustrate rightAngle router and straight connector
  • demo.ROI - add new demo to illustrate working with foreign objects
  • demo.FTA - revamp demo to illustrate custom highlighter, straight connector, and alignment options of dia.Paper.transformToFitContent()
  • dia.Paper - add overflow option
  • dia.Paper - add transformToFitContent() method
  • dia.Paper - change scaleContentToFit() into an alias of transformToFitContent()
  • dia.Paper - add verticalAlign and horizontalAlign options to transformToFitContent()
  • dia.Paper - add element:magnet:pointerdown, element:magnet:pointermove and element:magnet:pointerup events
  • dia.Paper - improve event handling of form control elements inside elements
  • dia.Paper - add preventDefaultViewAction option
  • dia.Paper - add drawGridSize option
  • dia.Paper - add autoFreeze option
  • dia.Paper - fix to trigger render callbacks and event when requireView() is called
  • dia.Paper - fix to send mousewheel events when CTRL key is pressed while there are no paper:pinch subscribers
  • dia.Paper - fix to auto-rotate target markers as expected when using marker.markup
  • dia.Paper - fix event handlers to correctly receive dia.Event on touch screens
  • dia.Paper - fix event handlers so that originalEvent always points to a native event
  • dia.Paper - fix to trigger element:magnet:pointerclick when user clicks an invalid magnet
  • dia.Paper - fix to hide tools and highlighters when associated cell view is detached
  • dia.Paper - fix to throw an error when unfreeze() is called on a paper which has been removed
  • dia.ElementView - fix to correctly update port nodes with ref on size change

... (truncated)

Commits
  • fdeffa4 Release v3.7.4 (#2237)
  • 8cfdea4 fix(dia.LinkView): fix element detection when using snapLinkSelf: true (#2236)
  • 183b665 chore(github): update stale action tags (#2231)
  • 4c27eb9 Release v3.7.3 (#2233)
  • ddc5345 feat(dia.Cell): add foregroundEmbeds option to the Cell.toFront and Cell.toBa...
  • e0e9144 fix(cell.getEmbeddedCells): fix the depth-first algorithm, add tests (#2225)
  • 75a94c0 feat(demo.isometric): new example of isometric projection (#2204)
  • ff2acb9 docs(tutorials): fix link in foreign object tutorial (#2194)
  • d2f7b24 Release v3.7.2 (#2181)
  • 81aed6f fix(dia.Paper): allow immediate propagation on pointerup (#2178)
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 26, 2023
@ChristophNiehoff
Copy link
Contributor

@dependabot rebase

Bumps [jointjs](https://github.com/clientIO/joint) from 3.7.1 to 3.7.4.
- [Release notes](https://github.com/clientIO/joint/releases)
- [Changelog](https://github.com/clientIO/joint/blob/master/CHANGELOG)
- [Commits](clientIO/joint@v3.7.1...v3.7.4)

---
updated-dependencies:
- dependency-name: jointjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jointjs-3.7.4 branch from e414414 to a8fab64 Compare July 6, 2023 19:18
@ChristophNiehoff ChristophNiehoff merged commit b764710 into master Jul 10, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jointjs-3.7.4 branch July 10, 2023 08:07
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
Projects
None yet
1 participant