Commit Graph
1018 Commits
Author SHA1 Message Date
dependabot-preview[bot]andmoklick 791bdebf2c 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-28 20:12:10 +02:00
dependabot-preview[bot]andmoklick 7db592997a 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-28 20:12:10 +02:00
dependabot-preview[bot]andmoklick de54b9f23f 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-28 20:12:10 +02:00
moklick 4cbbf97c96 feat(selection): add drag handlers closes #444 2020-08-28 20:12:09 +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
dependabot-preview[bot]andGitHub 725a6c9a7a Merge pull request #439 from wbkd/dependabot/npm_and_yarn/develop/rollup-2.26.3 2020-08-17 06:11:38 +00:00
dependabot-preview[bot]andGitHub 975ce13356 chore(deps-dev): bump rollup from 2.23.1 to 2.26.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.23.1 to 2.26.3.
- [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.23.1...v2.26.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 05:57:47 +00:00
dependabot-preview[bot]andGitHub cbe1f52b57 Merge pull request #437 from wbkd/dependabot/npm_and_yarn/develop/release-it-13.6.7 2020-08-17 05:55:39 +00:00
dependabot-preview[bot]andGitHub 1aff78f157 Merge pull request #438 from wbkd/dependabot/npm_and_yarn/develop/rollup-plugin-postcss-3.1.5 2020-08-17 05:47:35 +00:00
dependabot-preview[bot]andGitHub 66c6006364 chore(deps-dev): bump release-it from 13.6.6 to 13.6.7
Bumps [release-it](https://github.com/release-it/release-it) from 13.6.6 to 13.6.7.
- [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.6...13.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 05:44:51 +00:00
dependabot-preview[bot]andGitHub 8149d4a8d5 Merge pull request #436 from wbkd/dependabot/npm_and_yarn/develop/types/react-16.9.46 2020-08-17 05:43:58 +00:00
dependabot-preview[bot]andGitHub fd62b016ca Merge pull request #435 from wbkd/dependabot/npm_and_yarn/develop/welldone-software/why-did-you-render-4.3.1 2020-08-17 05:42:51 +00:00
dependabot-preview[bot]andGitHub 4da406e825 chore(deps-dev): bump rollup-plugin-postcss from 3.1.4 to 3.1.5
Bumps [rollup-plugin-postcss](https://github.com/egoist/rollup-plugin-postcss) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/egoist/rollup-plugin-postcss/releases)
- [Changelog](https://github.com/egoist/rollup-plugin-postcss/blob/master/CHANGELOG-OLD.md)
- [Commits](https://github.com/egoist/rollup-plugin-postcss/compare/v3.1.4...v3.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 05:41:36 +00:00
dependabot-preview[bot]andGitHub 86843fb73e chore(deps-dev): bump @types/react from 16.9.45 to 16.9.46
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.45 to 16.9.46.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 05:39:39 +00:00
dependabot-preview[bot]andGitHub 254eba5d7f chore(deps): bump @welldone-software/why-did-you-render
Bumps [@welldone-software/why-did-you-render](https://github.com/welldone-software/why-did-you-render) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/welldone-software/why-did-you-render/releases)
- [Commits](https://github.com/welldone-software/why-did-you-render/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 05:38:33 +00:00
moklick 81eb7fa695 chore: release v5.3.1 2020-08-13 09:34:48 +02:00
moklick 07e597fbb1 refactor(edges): pass data in onClick handler closes #430 2020-08-13 09:28:02 +02:00
moklick 7e658128b1 chore: release v5.3.0 2020-08-12 13:32:39 +02:00
MoritzandGitHub f35ad05436 Merge pull request #428 from wbkd/develop
feat(edges): add labelBgBorderRadius option closes #421
2020-08-12 13:21:06 +02:00
moklick ee74c90f15 feat(edges): add labelBgBorderRadius option closes #421 2020-08-12 13:00:54 +02:00
moklick f65a29d96a Merge branch 'chiester-correct-edge-types-readme' 2020-08-12 10:11:50 +02:00