Commit Graph
1034 Commits
Author SHA1 Message Date
MoritzandGitHub a57ceaaee8 Merge pull request #466 from wbkd/develop
Develop
2020-08-28 20:57:18 +02:00
moklick e30d309f5d docs(readme): add new mini map prop, nodrag and getConnectedEdges 2020-08-28 20:11:29 +02:00
MoritzandGitHub 3cbba37da0 Merge pull request #457 from wbkd/dependabot/npm_and_yarn/develop/typescript-4.0.2
chore(deps-dev): bump typescript from 3.9.7 to 4.0.2
2020-08-28 19:53:04 +02:00
MoritzandGitHub bca5c14c03 Merge pull request #464 from rgoupil/develop
Expose getConnectedEdge + Set className of minimap node
2020-08-28 19:52:30 +02:00
Robin Goupil 40bb947084 use classcat instead of template literal 2020-08-28 13:57:47 +02:00
Robin Goupil 3b2be2fddb Expose getConnectedEdges 2020-08-28 11:14:25 +02:00
Robin Goupil 60c39718f9 Allow to pass a string of FuncString for Minimap node className 2020-08-28 11:14:18 +02:00
moklick 3fe6a956c2 refactor(d3-zoom): use new v2 api 2020-08-27 00:35:01 +02:00
MoritzandGitHub 98c41d2f68 Merge pull request #456 from wbkd/dependabot/npm_and_yarn/develop/d3-zoom-2.0.0
chore(deps): bump d3-zoom from 1.8.3 to 2.0.0
2020-08-26 23:33:15 +02:00
dependabot-preview[bot]andGitHub 77932d4e62 chore(deps): bump d3-zoom from 1.8.3 to 2.0.0
Bumps [d3-zoom](https://github.com/d3/d3-zoom) from 1.8.3 to 2.0.0.
- [Release notes](https://github.com/d3/d3-zoom/releases)
- [Commits](https://github.com/d3/d3-zoom/compare/v1.8.3...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 21:31:06 +00:00
MoritzandGitHub 31cfa1c62d Merge pull request #458 from wbkd/dependabot/npm_and_yarn/develop/d3-selection-2.0.0
chore(deps): bump d3-selection from 1.4.2 to 2.0.0
2020-08-26 23:29:12 +02:00
dependabot-preview[bot]andGitHub 4293979b64 chore(deps): bump d3-selection from 1.4.2 to 2.0.0
Bumps [d3-selection](https://github.com/d3/d3-selection) from 1.4.2 to 2.0.0.
- [Release notes](https://github.com/d3/d3-selection/releases)
- [Commits](https://github.com/d3/d3-selection/commits/v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-25 22:25:57 +00:00
dependabot-preview[bot]andGitHub 3a3384b0e6 Merge pull request #455 from wbkd/dependabot/npm_and_yarn/develop/rollup-2.26.5 2020-08-24 05:10:32 +00:00
dependabot-preview[bot]andGitHub ad79ccc88a chore(deps-dev): bump rollup from 2.26.4 to 2.26.5
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.4 to 2.26.5.
- [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.26.4...v2.26.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 05:04:19 +00:00
dependabot-preview[bot]andGitHub 2b1a7773e8 Merge pull request #454 from wbkd/dependabot/npm_and_yarn/develop/babel/core-7.11.4 2020-08-24 05:03:28 +00:00
dependabot-preview[bot]andGitHub 1142268685 Merge pull request #453 from wbkd/dependabot/npm_and_yarn/develop/release-it-13.6.9 2020-08-24 05:02:11 +00:00
dependabot-preview[bot]andGitHub 9c84a1a74f chore(deps-dev): bump typescript from 3.9.7 to 4.0.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 05:00:59 +00:00
dependabot-preview[bot]andGitHub 45d6cf341a chore(deps-dev): bump @babel/core from 7.11.1 to 7.11.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.4.
- [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.11.4/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 04:58:58 +00:00
dependabot-preview[bot]andGitHub 17e55d2c59 chore(deps-dev): bump release-it from 13.6.8 to 13.6.9
Bumps [release-it](https://github.com/release-it/release-it) from 13.6.8 to 13.6.9.
- [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/13.6.8...13.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 04:58:18 +00:00
moklick ccacd43659 feat(selection): add drag handlers closes #444 2020-08-22 17:24:50 +02:00
moklick 48501a90bd chore: release v5.5.0 2020-08-21 09:49:53 +02:00
MoritzandGitHub aaf4d66b61 Merge pull request #452 from wbkd/develop
Develop
2020-08-21 09:35:11 +02:00
moklick 5b4b114935 feat(props): add onConnectEnd function #451 2020-08-21 09:40:27 +02:00
moklick 56c30a442c Merge branch 'develop' of github.com:wbkd/react-flow into develop 2020-08-21 09:30:09 +02:00
moklick ae623be738 refactor(nodes): use opacity for hiding nodes on start 2020-08-20 14:54:23 +02:00
moklick 58b0d88208 refactor(nodes): no jumping nodes on start 2020-08-20 14:54:23 +02:00
moklick 190ab6a3fb chore(example-deps): update 2020-08-20 14:54:23 +02:00
moklick a2b2c99c43 refactor(nodes): use opacity for hiding nodes on start 2020-08-20 12:34:23 +02:00
moklick 5550c5f0f6 refactor(nodes): no jumping nodes on start 2020-08-20 12:26:33 +02:00
moklick 7f7dc45d37 chore(example-deps): update 2020-08-20 12:11:56 +02:00
MoritzandGitHub a59b6a2d1a Merge pull request #450 from amirsaeed671/patch-1
syntax error on in example code fix
2020-08-20 11:11:34 +02:00
Amir AliandGitHub 1d34e767f0 syntax error on in example code fix 2020-08-20 12:30:24 +05:00
moklick 5eafb9c403 chore: release v5.4.1 2020-08-20 08:57:48 +02:00
moklick de9a846fea fix(onLoad): use project and getElements in combination with RFPovider closes #285 2020-08-20 08:53:51 +02:00
MoritzandGitHub a921cbe935 Merge pull request #448 from wbkd/develop
fix(onLoad): use project and getElements inside with ReactFlowProvider
2020-08-20 08:49:13 +02:00
MoritzandGitHub 182ea64e38 docs(readme): add zoomTo 2020-08-19 19:23:44 +02:00
moklick f40dd90ba2 chore: release v5.4.0 2020-08-19 19:25:51 +02:00
moklick 312a8e3fe2 chore(deps): update 2020-08-19 19:19:20 +02:00
MoritzandGitHub d66cccf9dd Merge pull request #445 from wbkd/develop
Develop
2020-08-19 19:14:53 +02:00
moklick b9f79c7f72 Merge branch 'develop' of github.com:wbkd/react-flow into develop 2020-08-19 19:12:46 +02:00
moklick 23660b5903 feat(reactflowInstance): add zoomTo function closes #433 2020-08-19 19:12:28 +02:00
moklick ecc4ae8b07 refactor(wrapNode): check if dom node exists when updating dimensions #434 2020-08-19 18:58:25 +02:00
moklick 686cfbdc28 Merge branch 'alexdawes-master' 2020-08-19 18:49:40 +02:00
moklick de18e8527b Merge branch 'master' of https://github.com/alexdawes/react-flow into alexdawes-master 2020-08-19 18:47:03 +02:00
MoritzandGitHub cb85d44c4c Merge pull request #441 from namack/add-edge-types
Add `id` to EdgeProps Interface
2020-08-19 18:34:27 +02:00
moklick 4bed1efeec Merge branch 'namack-always-allow-onElementClick' 2020-08-19 18:37:47 +02:00
Alex Dawes 237e077afc Improve the way that zoom level is calculated in the fitView function 2020-08-19 11:26:22 +01:00
Nate Amack 27c8ac02dc fix(types): add id to EdgeProps 2020-08-18 15:21:54 -06:00
Nate Amack a803821a3e example(interactions): toggle on element click 2020-08-18 11:13:31 -06:00
Nate Amack 34473166cb feat(onElementClick): always allow onElementClick to run 2020-08-18 10:59:22 -06:00