Commit Graph
2339 Commits
Author SHA1 Message Date
Andreas Schultz 4d6c6ffc7d Also add 'handleType' parameter to 'onEdgeUpdateEnd' callback analogous to 'onEdgeUpdateStart' 2022-04-11 07:39:22 +02:00
Andreas Schultz 68ec5d87d7 Change boolean 'isSourceHandle' parameter to handleType: HandleType in 'onEdgeUpdateStart' function
- In order to make the function better extendable in the future.
2022-04-04 09:53:19 +02:00
Andreas Schultz e8aa8737ae Pass isSourceHandle flag to onEdgeUpdateStart
- This allows to know during an edge update which side of the edge is getting dragged by the user.
- Use cases include showing custom validation hints to the user during an edge update, e.g. which handles can be connected to and which not. This would otherwise not be possible without knowing which side is updated.
2022-03-11 09:03:40 +01:00
moklick 18f8cfeaa8 chore: release v9.7.4 2022-02-08 16:44:47 +01:00
moklick eba8513648 chore(examples): update 2022-02-08 16:37:18 +01:00
Moritz KlackandGitHub b1db370c7c Update bug_report.yml 2022-02-08 16:24:27 +01:00
Moritz KlackandGitHub d97cb25a3e Merge pull request #1884 from weisjohn/fix/useZoomPanHelper-transform-missing-duration
fix(zoomPanHelper): fix missing duration on transform #1883
2022-02-08 16:19:49 +01:00
Moritz KlackandGitHub a9ea944e42 Merge pull request #1864 from wbkd/dependabot/npm_and_yarn/main/release-it-14.12.4
chore(deps-dev): bump release-it from 14.11.8 to 14.12.4
2022-02-08 16:19:33 +01:00
dependabot[bot]andGitHub 2b3495ba37 chore(deps-dev): bump release-it from 14.11.8 to 14.12.4
Bumps [release-it](https://github.com/release-it/release-it) from 14.11.8 to 14.12.4.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/14.11.8...14.12.4)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 15:19:26 +00:00
Moritz KlackandGitHub eb82f47ae8 Merge pull request #1892 from wbkd/dependabot/npm_and_yarn/node-fetch-2.6.7
chore(deps): bump node-fetch from 2.6.6 to 2.6.7
2022-02-08 16:19:20 +01:00
Moritz KlackandGitHub acb431cad1 Merge pull request #1895 from wbkd/dependabot/npm_and_yarn/main/babel/plugin-transform-runtime-7.17.0
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.16.7 to 7.17.0
2022-02-08 16:19:03 +01:00
dependabot[bot]andGitHub 94919b86fe chore(deps-dev): bump @babel/plugin-transform-runtime
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.16.7 to 7.17.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.0/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 15:18:55 +00:00
Moritz KlackandGitHub 1591aa68f2 Merge pull request #1896 from wbkd/dependabot/npm_and_yarn/example/nanoid-3.2.0
chore(deps): bump nanoid from 3.1.20 to 3.2.0 in /example
2022-02-08 16:18:37 +01:00
dependabot[bot]andGitHub 86efa9b4a7 chore(deps): bump nanoid from 3.1.20 to 3.2.0 in /example
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 15:18:04 +00:00
Moritz KlackandGitHub 57e83f10ab Merge pull request #1866 from wbkd/dependabot/npm_and_yarn/main/cypress-9.4.1
chore(deps-dev): bump cypress from 9.2.0 to 9.4.1
2022-02-08 16:17:48 +01:00
Moritz KlackandGitHub 52ca9c31ba Merge pull request #1867 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.16.11
chore(deps-dev): bump @babel/preset-env from 7.16.7 to 7.16.11
2022-02-08 16:17:39 +01:00
dependabot[bot]andGitHub 997865bf17 chore(deps): bump node-fetch from 2.6.6 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 15:17:32 +00:00
Moritz KlackandGitHub e354c0a8da Merge pull request #1868 from wbkd/dependabot/npm_and_yarn/main/types/react-redux-7.1.22
chore(deps-dev): bump @types/react-redux from 7.1.21 to 7.1.22
2022-02-08 16:17:31 +01:00
Moritz KlackandGitHub b952ca03e0 Merge pull request #1869 from wbkd/dependabot/npm_and_yarn/main/prop-types-15.8.1
chore(deps-dev): bump prop-types from 15.8.0 to 15.8.1
2022-02-08 16:17:23 +01:00
Moritz KlackandGitHub b6e45772b5 Merge pull request #1870 from wbkd/dependabot/npm_and_yarn/main/autoprefixer-10.4.2
chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.2
2022-02-08 16:17:16 +01:00
Moritz KlackandGitHub c7ae2140f8 Merge pull request #1871 from wbkd/dependabot/npm_and_yarn/main/babel/core-7.16.12
chore(deps-dev): bump @babel/core from 7.16.7 to 7.16.12
2022-02-08 16:17:07 +01:00
Moritz KlackandGitHub 53848e1ec6 Merge pull request #1872 from wbkd/dependabot/npm_and_yarn/main/svgr/rollup-6.2.1
chore(deps-dev): bump @svgr/rollup from 6.2.0 to 6.2.1
2022-02-08 16:17:01 +01:00
Moritz KlackandGitHub 882f0e84ed Merge pull request #1873 from wbkd/dependabot/npm_and_yarn/main/rollup-2.66.1
chore(deps-dev): bump rollup from 2.63.0 to 2.66.1
2022-02-08 16:16:51 +01:00
John Weis 0c1e7c9112 fix(zoomPanHelper): fix missing duration on transform #1883 2022-02-03 21:09:04 -05:00
dependabot[bot]andGitHub 5b63ea77f0 chore(deps-dev): bump rollup from 2.63.0 to 2.66.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.63.0 to 2.66.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.63.0...v2.66.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:03:08 +00:00
dependabot[bot]andGitHub c4b3402e3c chore(deps-dev): bump @svgr/rollup from 6.2.0 to 6.2.1
Bumps [@svgr/rollup](https://github.com/gregberge/svgr) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: "@svgr/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:02:56 +00:00
dependabot[bot]andGitHub 65d72b9f29 chore(deps-dev): bump @babel/core from 7.16.7 to 7.16.12
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.7 to 7.16.12.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.12/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:02:36 +00:00
dependabot[bot]andGitHub 7050a004c2 chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.2
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.1 to 10.4.2.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.1...10.4.2)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:02:21 +00:00
dependabot[bot]andGitHub b5cb25d76b chore(deps-dev): bump prop-types from 15.8.0 to 15.8.1
Bumps [prop-types](https://github.com/facebook/prop-types) from 15.8.0 to 15.8.1.
- [Release notes](https://github.com/facebook/prop-types/releases)
- [Changelog](https://github.com/facebook/prop-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/prop-types/compare/v15.8.0...v15.8.1)

---
updated-dependencies:
- dependency-name: prop-types
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:01:58 +00:00
dependabot[bot]andGitHub 1c9c8a31fd chore(deps-dev): bump @types/react-redux from 7.1.21 to 7.1.22
Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.21 to 7.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-redux)

---
updated-dependencies:
- dependency-name: "@types/react-redux"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:01:45 +00:00
dependabot[bot]andGitHub dcfab8d85e chore(deps-dev): bump @babel/preset-env from 7.16.7 to 7.16.11
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.7 to 7.16.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.11/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:01:28 +00:00
dependabot[bot]andGitHub dacf4e3933 chore(deps-dev): bump cypress from 9.2.0 to 9.4.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.2.0 to 9.4.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v9.2.0...v9.4.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:01:13 +00:00
Christopher MöllerandGitHub 6b9d5ef5e4 Update LICENSE 2022-01-24 12:23:07 +01:00
Christopher MöllerandGitHub bb3dfefcfa Update LICENSE 2022-01-24 12:22:49 +01:00
moklick 237326c68c chore: release v9.7.3 2022-01-11 13:13:34 +01:00
moklick 94440f86c0 chore(deps): update 2022-01-11 13:12:31 +01:00
Moritz KlackandGitHub 1ac56480c6 Merge pull request #1824 from SpencerWhitehead7/maint/@types-devDeps-and-npm-audit-fix
Maint/@types dev deps and npm audit fix
2022-01-11 13:03:31 +01:00
Spencer Whitehead 14ad00f383 maint: npm audit fix 2022-01-08 23:13:24 -05:00
Spencer Whitehead 51a1fd57fb maint: move @types to devDeps 2022-01-08 23:13:05 -05:00
moklick 3ef182444f chore: release v9.7.2 2022-01-03 17:17:51 +01:00
moklick f248a70fa8 chore(dependabot): check monthly 2022-01-03 17:09:43 +01:00
Moritz KlackandGitHub 48394995f1 Merge pull request #1816 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.16.7
chore(deps-dev): bump @babel/preset-env from 7.16.5 to 7.16.7
2022-01-03 17:07:18 +01:00
Moritz KlackandGitHub c29cb883ab Merge pull request #1812 from wbkd/dependabot/npm_and_yarn/main/babel/core-7.16.7
chore(deps-dev): bump @babel/core from 7.16.5 to 7.16.7
2022-01-03 17:07:08 +01:00
dependabot[bot]andGitHub aca4610d3b chore(deps-dev): bump @babel/preset-env from 7.16.5 to 7.16.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.5 to 7.16.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 16:07:06 +00:00
dependabot[bot]andGitHub 91f3672187 chore(deps-dev): bump @babel/core from 7.16.5 to 7.16.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.5 to 7.16.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 16:06:58 +00:00
Moritz KlackandGitHub 233e5fddbc Merge pull request #1813 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-replace-3.0.1
chore(deps-dev): bump @rollup/plugin-replace from 3.0.0 to 3.0.1
2022-01-03 17:06:38 +01:00
Moritz KlackandGitHub 5bcc29c9fe Merge pull request #1811 from wbkd/dependabot/npm_and_yarn/main/babel/plugin-transform-runtime-7.16.7
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.16.5 to 7.16.7
2022-01-03 17:06:07 +01:00
dependabot[bot]andGitHub 43d16425a2 chore(deps-dev): bump @rollup/plugin-replace from 3.0.0 to 3.0.1
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/alias-v3.0.1/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 16:06:02 +00:00
dependabot[bot]andGitHub f35e5d294e chore(deps-dev): bump @babel/plugin-transform-runtime
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.16.5 to 7.16.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.7/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 16:05:59 +00:00
Moritz KlackandGitHub eaef229c66 Merge pull request #1815 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.16.7
chore(deps): bump @babel/runtime from 7.16.5 to 7.16.7
2022-01-03 17:05:35 +01:00