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.0.4 to 3.4.2 #771

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2021

Bumps jointjs from 3.0.4 to 3.4.2.

Release notes

Sourced from jointjs's releases.

Release v3.4.2

CHANGELOG

  • dia.CellView - update typings for ES6 class extension (32660d1ff65e55ffce3b6a5517d63836a8a50578)
  • dia.Cell - fix toJSON() when defaults() is defined as a method (3bbc440eaceefba124d650560723fcb3529846b5)
  • util - prevent prototype pollution in setByPath() (e5bf89efef6d5ea572d66870ffd86560de7830a8)
  • Vectorizer - fix multi-line text line heights when 100% of the line is annotated (b14d173cc8ee7d3acbe25c9b94d64c71c808b501)

Release v3.4.1

CHANGELOG

  • dia.ElementView - prevent unnecessary re-parenting after invalid un-embedding (3adb3942bf1a1d3e955122a13331eaede7009d26)
  • dia.CellView - support calc() in transform attribute (1c704bd95bcd06e65c0d4f4c6f87386ee2a80ea8)
  • dia.CellView - allow presentationAttributes and initFlag to be defined as a function (0461ff6e86614ea762d7960e7ddbb3c5b42ceda8)
  • fix minor TypeScript issues (addcb6548e13d4dfbe579a73d0756c1b7419b2c0, 3deff5293c833492f8abcb4ea6748a43bc4731f2)
  • fix minor documentation issues (889f1d20821b856f01794cd67b26241d4b6afba7, 032e16c1a7143f23ab9fab9c57c6c740226e9db8)

Release v3.4.0

CHANGELOG

  • Add Carrier Frequency Bandwidth Demo (ed4ac5513b6d409379c0d4482813f7d9a13d3ebf)

image

  • Add VueJS 3.0 Demo (87bf9b97598232268d31ed9114087567b6e55e1e)

image

  • Add TypeScript shape definition tutorial (c326f1cc227286ee55c17fe770fcdf0b88e6f0df)
  • Add Tree-Shake Demo (15019dac49242003e0547dcf0d2c76b20a677e70)
  • Remove polyfill for XMLHttpRequest support of IE9 (d24f5e0f0fc143310d2ebbf9909ec46926099840)
  • Mark library as side-effect-free (clientIO/joint@15019da)
  • dia.Paper - add allowNegativeBottomRight option to fitToContent() (912c6a9f9c114fc0a601540e6adf2f6a2e7b576a, 7aee9614ac4527f0b49648635a9760985b0d0266)
  • dia.Paper - add routerNamespace and connectorNamespace options (15a6429b4bef2a18185731efdffc211061f994e6)
  • dia.Paper - add validateUnembedding() option (4d71685e1e8fd3b30a6e0cbcbcef730b12be0432, 2ff5749b9897034e90b3b56844411a48e4684ac9)
  • dia.Paper - add missing frontParentOnly option documentation (09e41318c30c1ed82313075380c01acd2d71e6ad)
  • dia.Graph - fix order of cells in getElements() and getLinks() (5919541e18d20cb95cdab2ed9b48ce04f73870fa)
  • dia.Cell - add option to use DFS to index embedded cells in toFront() and toBack() (36290d3fe9e0f3d5fd99072d9713ed93c68b82b8)
  • dia.attributes - add calc() function to be used in various SVG attributes
  • routers.manhattan - add isPointObstacle option (b05289f04669c006552cebd77ec70e45ca63b8ae)

... (truncated)

Changelog

Sourced from jointjs's changelog.

06-09-2021 (v3.4.2)

  • dia.CellView - update typings for ES6 class extension
  • dia.Cell - fix toJSON() when defaults() is defined as a method
  • util - prevent prototype pollution in setByPath()
  • Vectorizer - fix multi-line text line heights when 100% of the line is annotated

18-08-2021 (v3.4.1)

  • dia.ElementView - prevent unnecessary re-parenting after invalid un-embedding
  • dia.CellView - support calc() in transform attribute
  • dia.CellView - allow presentationAttributes and initFlag to be defined as a function
  • Fix minor TS issues
  • Fix minor Docs issues

13-07-2021 (v3.4.0)

  • Add VueJS 3.0 Demo
  • Add Tree-Shake Demo
  • Add Carrier Frequency Bandwidth Demo
  • Add TypeScript shape definition tutorial
  • Remove polyfill for XMLHttpRequest support of IE9
  • Mark library as side-effect-free
  • dia.Paper - add allowNegativeBottomRight option to fitToContent()
  • dia.Paper - add routerNamespace and connectorNamespace options, document missing namespace options
  • dia.Paper - add validateUnembedding() option
  • dia.Paper - add missing frontParentOnly option documentation
  • dia.Graph - fix order of cells in getElements() and getLinks()
  • dia.Cell - add option to use DFS to index embedded cells in toFront() and toBack()
  • dia.attributes - add calc() function to be used in various SVG attributes
  • util.breakText - fix wrapping when the last word contains a hyphen
  • routers.manhattan - improve points comparison performance
  • routers.manhattan - add isPointObstacle option
  • Geometry - split to files
  • Geometry - add Rect methods to find a union of rectangles or points

06-02-2021 (v3.3.1)

  • uglified files encode Unicode characters as ASCII
  • use polyfills from core-js
  • dia.Cell - remove() passes options to unembed() internally to maintain consistency

15-01-2021 (v3.3.0)

  • Prevent prototype pollution - lodash v4.17.20, fix util.setByPath()
  • Prevent DoS - fix util.unsetByPath()
  • demo.ELK - add Eclipse Layout Kernel demo
  • demo.Container - add collapse/expand container demo
  • demo.Typescript - show class style shape definition
  • demo.HTML - implement z-index sorting
  • add Element Tools tutorial
  • dia.Paper - add snapLabels option
  • dia.Paper - restrictTranslate option defined as function returning a function
  • dia.Element - prevent unnecessary rounding errors in resize()
  • dia.Element - add insertPort() to support inserting port at a given position

... (truncated)

Commits
  • f42a9bf Release v3.4.2 (#1515)
  • e5bf89e util.setByPath() - prevent prototype pollution (#1514)
  • 32660d1 dia.CellView: update typings for ES6 class extension (#1512)
  • 3bbc440 dia.Cell: fix toJSON() when defaults() is defined as a method (#1513)
  • 322963b tutorials: add custom attributes tutorial (#1507)
  • b14d173 Vectorizer: fix multi-line text line heights when 100% of the line is annotated
  • 4244d7a Update package-lock.json (#1510)
  • 16c6ec8 Release v3.4.1 (#1505)
  • 1c704bd dia.attributes: support calc() in transform attribute (#1509)
  • 0461ff6 dia.CellView: use util.result for presentationAttributes and initFlag (#1506)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jointjs](https://github.com/clientIO/joint) from 3.0.4 to 3.4.2.
- [Release notes](https://github.com/clientIO/joint/releases)
- [Changelog](https://github.com/clientIO/joint/blob/master/CHANGELOG)
- [Commits](clientIO/joint@v3.0.4...v3.4.2)

---
updated-dependencies:
- dependency-name: jointjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2021
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
Development

Successfully merging this pull request may close these issues.

0 participants