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.2 #42

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps jointjs from 3.7.1 to 3.7.2.

Release notes

Sourced from jointjs's releases.

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.

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
  • dia.ElementView - fix to prevent double rendering of ports when CSS selectors are enabled
  • dia.LinkView - enable link label dragging on touch screens in async mode
  • dia.LinkView - fix to take defaultLabel.size into account for link label size calculations
  • dia.LinkView - fix to remember initial cursor offset from label anchor coordinates when dragging
  • dia.LinkView - fix incorrect rotation of labels using keepGradient and absoluteOffset options
  • dia.LinkView - fix to prevent label jumping while being dragged along straight-line Curve links
  • dia.CellView - add preventDefaultInteraction() and isDefaultInteractionPrevented() methods
  • dia.CellView - fix link update if connected element changes at the same time the connection is made
  • dia.Element - add fitToChildren() and fitParent() methods
  • dia.Element - change fitEmbeds() into an alias of fitToChildren()

... (truncated)

Commits
  • d2f7b24 Release v3.7.2 (#2181)
  • 81aed6f fix(dia.Paper): allow immediate propagation on pointerup (#2178)
  • 7c35642 refactor(demo.html): use util.svg for markup definition (#2169)
  • 6389cc8 fix(dia.CellView): fix to get correct ref node bounding box (#2168)
  • dee6c85 fix(dia.CellView): fix checkMouseLeave works incorectly when paper has autoFr...
  • a7a49df fix(dia.HighlighterView): prevent highlighter mounting to unmounted cell view...
  • 2e9cac2 types(dia.Cell): add missing Link.labels opt parameter and use type predicate...
  • 0af3b84 feat(demo): add DWDM (Dense wavelength-division multiplexing) example (#2162)
  • 3f9e195 docs(tutorials): add foreignObject tutorial (#2075)
  • See full diff 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)

Bumps [jointjs](https://github.com/clientIO/joint) from 3.7.1 to 3.7.2.
- [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.2)

---
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 added the dependencies Pull requests that update a dependency file label Jun 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2023

Superseded by #46.

@dependabot dependabot bot closed this Jun 23, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jointjs-3.7.2 branch June 23, 2023 03:02
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
0 participants