Commit Graph
1857 Commits
Author SHA1 Message Date
moklick dafa9bb08a chore: release v9.4.2 2021-03-30 12:21:34 +02:00
moklick 4a3a6a3a62 refactor(lib): forward ref closes #1050 2021-03-30 12:20:44 +02:00
moklick 7b9d5eea13 chore: release v9.4.1 2021-03-29 14:22:21 +02:00
moklick 66e7697e45 refactor(edge-labels): allow React component closes #1045 2021-03-29 14:21:34 +02:00
Moritz KlackandGitHub f5bf40dd35 Merge pull request #1046 from wbkd/feat/shadowroot
refactor(handles): check if inside a shadow root
2021-03-29 14:09:56 +02:00
moklick 2eea1c34a1 refactor(handles): check if inside a shadow root 2021-03-29 13:46:41 +02:00
moklick c63992e3ff Revert "Merge pull request #1003 from TheUnderScorer/main"
This reverts commit 106f1f0b61, reversing
changes made to 9206e65522.
2021-03-29 13:26:31 +02:00
Moritz KlackandGitHub 106f1f0b61 Merge pull request #1003 from TheUnderScorer/main
Support react-flow inside shadow root
2021-03-29 12:50:20 +02:00
dependabot-preview[bot]andGitHub 9206e65522 Merge pull request #1044 from wbkd/dependabot/npm_and_yarn/main/react-dom-17.0.2 2021-03-29 05:20:16 +00:00
dependabot-preview[bot]andGitHub aa54d0608b chore(deps-dev): bump react-dom from 17.0.1 to 17.0.2
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 05:16:38 +00:00
dependabot-preview[bot]andGitHub 0b4114aadd Merge pull request #1043 from wbkd/dependabot/npm_and_yarn/main/rollup-2.43.1 2021-03-29 05:15:23 +00:00
dependabot-preview[bot]andGitHub 9205ea6001 chore(deps-dev): bump rollup from 2.42.4 to 2.43.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.42.4 to 2.43.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.42.4...v2.43.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 05:12:37 +00:00
dependabot-preview[bot]andGitHub 70aec9e059 Merge pull request #1042 from wbkd/dependabot/npm_and_yarn/main/react-17.0.2 2021-03-29 05:11:19 +00:00
dependabot-preview[bot]andGitHub 856d626dbc chore(deps-dev): bump react from 17.0.1 to 17.0.2
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 05:08:12 +00:00
moklick 90ebc4e847 chore: release v9.4.0 2021-03-28 17:06:41 +02:00
moklick 9a7ccbf829 refactor(edges): handle mixed edges #961 2021-03-28 17:01:50 +02:00
moklick b894722ac1 chore(deps): bump versions 2021-03-27 00:45:28 +01:00
moklick 6af3f02669 fix(yarn2): put exported types in dependencies closes #1015 2021-03-27 00:42:52 +01:00
moklick 6cc2910477 fix(background): multiple backgrounds, separate pattern ids closes #1037 2021-03-26 22:43:19 +01:00
moklick dd9334f50a feat(controls): extendable controls via control button comp closes #1030 2021-03-26 22:10:49 +01:00
Przemysław Żydek a7e0ace550 feat(components): Return if document is undefined 2021-03-22 11:36:10 +01:00
Przemysław Żydek 96290483b1 feat(components): Support passing shadow root as document 2021-03-22 11:34:47 +01:00
moklick e3cdecbafe chore: release v9.3.2 2021-03-22 10:53:55 +01:00
moklick 429c638710 fix(edgeupdater): check if element below is updater 2021-03-22 10:50:56 +01:00
moklick 8e99cdb213 chore: release v9.3.1 2021-03-21 17:18:15 +01:00
moklick 2ddc5505a3 fix(handle): check if source or target exist 2021-03-21 17:15:23 +01:00
moklick 2cbd50c23e chore(deps): bump 2021-03-21 17:13:00 +01:00
moklick a5a9650896 chore: release v9.3.0 2021-03-19 23:51:40 +01:00
moklick 0f4f2e5a7b chore(peerDeps): add react-dom #1015 2021-03-19 23:48:01 +01:00
moklick 111ee649bb feat(nodetypes): add nodeTypesId prop to force recreation of nodeTypes #1007 2021-03-19 23:25:58 +01:00
moklick afe69887e2 fix(onNodeDblClick): pass to GraphView 2021-03-17 21:38:26 +01:00
Moritz KlackandGitHub 8b0b4748bd Merge pull request #1008 from kid-icarus/ki/support-element-double-click
Support element double click handler.
2021-03-17 21:30:12 +01:00
Ryan Kois 67186b478a Support node double click handler. 2021-03-15 17:01:11 -07:00
dependabot-preview[bot]andGitHub 5148fdcac5 Merge pull request #997 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.13.10 2021-03-15 05:14:48 +00:00
dependabot-preview[bot]andGitHub ec9a0faa36 Merge pull request #999 from wbkd/dependabot/npm_and_yarn/main/postcss-8.2.8 2021-03-15 05:14:13 +00:00
dependabot-preview[bot]andGitHub b060273db9 chore(deps-dev): bump @babel/preset-env from 7.13.9 to 7.13.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.9 to 7.13.10.
- [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.13.10/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 05:11:15 +00:00
dependabot-preview[bot]andGitHub a65b9161d4 Merge pull request #998 from wbkd/dependabot/npm_and_yarn/main/babel/core-7.13.10 2021-03-15 05:10:02 +00:00
dependabot-preview[bot]andGitHub 020f855870 chore(deps-dev): bump @babel/core from 7.13.8 to 7.13.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.8 to 7.13.10.
- [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.13.10/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 05:06:32 +00:00
dependabot-preview[bot]andGitHub 1a3fedd3d5 Merge pull request #996 from wbkd/dependabot/npm_and_yarn/main/babel/plugin-transform-runtime-7.13.10 2021-03-15 05:05:05 +00:00
dependabot-preview[bot]andGitHub ef74460a95 chore(deps-dev): bump postcss from 8.2.7 to 8.2.8
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.8.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.7...8.2.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 05:02:57 +00:00
dependabot-preview[bot]andGitHub 6fa3847c4c Merge pull request #995 from wbkd/dependabot/npm_and_yarn/main/rollup-2.41.2 2021-03-15 05:02:06 +00:00
dependabot-preview[bot]andGitHub f0d1775a13 Merge pull request #994 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.13.10 2021-03-15 05:01:17 +00:00
dependabot-preview[bot]andGitHub 970ee7b3dd 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.13.9 to 7.13.10.
- [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.13.10/packages/babel-plugin-transform-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 05:00:13 +00:00
dependabot-preview[bot]andGitHub 01cc8cc0f9 chore(deps-dev): bump rollup from 2.41.0 to 2.41.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.41.0 to 2.41.2.
- [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.41.0...v2.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 04:59:12 +00:00
dependabot-preview[bot]andGitHub ab5e0d4ffb chore(deps): bump @babel/runtime from 7.13.9 to 7.13.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.9 to 7.13.10.
- [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.13.10/packages/babel-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 04:58:35 +00:00
moklick 94f41d3eeb chore: release v9.2.0 2021-03-14 15:35:48 +01:00
moklick 47f536967c chore(examples): add onEdgeUpdate 2021-03-14 15:32:46 +01:00
moklick 83da698aa4 fix(onEdgeUpdate): check if handle is target or source by classname fixes #982 2021-03-14 15:32:17 +01:00
moklick cd1baadf41 feat(edges): add mouse handler closes #987 2021-03-12 20:46:14 +01:00
moklick bf6bce0c58 chore: release v9.1.2 2021-03-10 12:53:54 +01:00