Commit Graph
2181 Commits
Author SHA1 Message Date
Christopher Möller cf87acc89b chore: release v8.0.0-next.0 2020-11-09 17:29:27 +01:00
Christopher Möller cf38388f14 refactor(zoom): move zoom methods into own hook, detatch from store 2020-11-09 17:23:59 +01:00
Christopher Möller 803a4aea57 chore: release v7.1.2 2020-11-09 13:44:40 +01:00
Christopher MöllerandGitHub c38a2d2e3c Merge pull request #669 from wbkd/dependabot/npm_and_yarn/main/types/react-16.9.56
chore(deps-dev): bump @types/react from 16.9.55 to 16.9.56
2020-11-09 13:25:14 +01:00
Christopher MöllerandGitHub 2fee739741 Merge pull request #670 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.12.5
chore(deps): bump @babel/runtime from 7.12.1 to 7.12.5
2020-11-09 13:24:25 +01:00
dependabot-preview[bot]andGitHub 71b76b20e5 chore(deps): bump @babel/runtime from 7.12.1 to 7.12.5
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.1 to 7.12.5.
- [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.12.5/packages/babel-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 12:23:22 +00:00
dependabot-preview[bot]andGitHub a23b05b0dc chore(deps-dev): bump @types/react from 16.9.55 to 16.9.56
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.55 to 16.9.56.
- [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-11-09 12:23:16 +00:00
Christopher MöllerandGitHub efe86eaf30 Merge pull request #671 from wbkd/dependabot/npm_and_yarn/main/babel/preset-react-7.12.5
chore(deps-dev): bump @babel/preset-react from 7.12.1 to 7.12.5
2020-11-09 13:21:29 +01:00
Christopher MöllerandGitHub d61c9fa5d0 Merge pull request #672 from wbkd/dependabot/npm_and_yarn/main/rollup-2.33.1
chore(deps-dev): bump rollup from 2.33.0 to 2.33.1
2020-11-09 13:21:10 +01:00
Christopher Möller c746fdc741 fix type definition for d3-zoom handler 2020-11-09 13:16:33 +01:00
Christopher Möller 6cb9c384c9 Merge branch 'dependabot/npm_and_yarn/main/types/d3-6.0.0' into main 2020-11-09 13:14:38 +01:00
Christopher Möller 3a6085e3e3 Merge branch 'main' into dependabot/npm_and_yarn/main/types/d3-6.0.0 2020-11-09 13:14:15 +01:00
Christopher Möller cf34c8f48e fix(panOnScroll): normalize scroll speed in different browsers closes #665 2020-11-09 12:39:21 +01:00
dependabot-preview[bot]andGitHub 62cf898217 chore(deps-dev): bump @types/d3 from 5.16.3 to 6.0.0
Bumps [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3) from 5.16.3 to 6.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:07:42 +00:00
dependabot-preview[bot]andGitHub 39edf2055b chore(deps-dev): bump rollup from 2.33.0 to 2.33.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.0 to 2.33.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.33.0...v2.33.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:06:59 +00:00
dependabot-preview[bot]andGitHub b133088771 chore(deps-dev): bump @babel/preset-react from 7.12.1 to 7.12.5
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.1 to 7.12.5.
- [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.12.5/packages/babel-preset-react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:05:53 +00:00
moklick c9267a1a28 7.1.1 2020-11-05 17:59:00 +01:00
moklick 7981230a57 fix(panOnScroll): use deltaX instead of wheelDeltaX event prop 2020-11-05 17:56:38 +01:00
moklick 2f40a83b47 refactor(drag-edge): cleanup drag edge handlers 2020-11-05 17:28:21 +01:00
moklick 9dfe7ea8e3 fix(edge-drag): update to new version 2020-11-05 16:26:02 +01:00
moklick 28ad06a7bd Merge branch 'drag-edge' of https://github.com/zcmgyu/react-flow into zcmgyu-drag-edge 2020-11-05 16:04:37 +01:00
moklick 81fecd9362 7.1.0 2020-11-05 15:43:56 +01:00
Moritz KlackandGitHub fb92677f2f Merge pull request #663 from wbkd/feat/multiselect
Feat/multiselect
2020-11-05 15:38:51 +01:00
moklick 0a77162ddb refactor(nodes): handle selection when selectNodesOnDrag=false 2020-11-05 15:36:35 +01:00
moklick fe3db783f1 refactor(global-keyhandler): cleanup 2020-11-05 15:32:23 +01:00
moklick 4a49149aee test(interaction): zoom out before check double click zoom 2020-11-05 15:27:56 +01:00
moklick 84334e4b32 test(nodes): multi select by click 2020-11-05 15:24:20 +01:00
moklick 7e55f8c07f fix(nodes): always drag draggable node even if not selected 2020-11-05 14:36:26 +01:00
moklick 0774d35846 feat(nodes): multi drag 2020-11-05 14:32:10 +01:00
moklick 7d4a6d7c36 Merge branch 'main' into feat/multiselect 2020-11-05 14:19:09 +01:00
moklick 8cdd9fd800 fix(selection): unset selection when shift pressed #641 2020-11-05 14:14:10 +01:00
Moritz KlackandGitHub 40ef6e076e Merge pull request #662 from justrhysism/feat/forward-node-position-661
Forward position to NodeComponent
2020-11-05 11:50:49 +01:00
Moritz KlackandGitHub e1ade2e97f Merge pull request #660 from justrhysism/fix/659
fix: Set border-box explicitly on Controls
2020-11-05 11:42:03 +01:00
Rhys Lloyd 20c7f1622c Resolve #661
Forward positional data to Node Component.
2020-11-05 09:14:45 +10:30
Rhys LloydandGitHub 4a5f0b5a76 Resolve #659
Set border-box explicitly so upstream frameworks don't upset the layout.
2020-11-05 08:08:56 +10:30
Moritz KlackandGitHub 9851281709 Merge branch 'main' into drag-edge 2020-11-03 19:59:18 +01:00
Christopher Möller 156835cfac chore: release v7.0.0 2020-11-03 17:58:26 +01:00
Christopher MöllerandGitHub 61360a3cc6 Merge pull request #652 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-commonjs-16.0.0
chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
2020-11-03 17:46:16 +01:00
Christopher MöllerandGitHub 2504c74857 Merge pull request #654 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.29.0
chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
2020-11-03 17:46:02 +01:00
dependabot-preview[bot]andGitHub 547c77e329 chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.28.0...0.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 16:39:10 +00:00
dependabot-preview[bot]andGitHub 6f1a6a7a40 chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 16:37:36 +00:00
Christopher MöllerandGitHub 58deb96907 Merge pull request #657 from wbkd/next
Next
2020-11-03 17:35:42 +01:00
Christopher Möller 723a72d2b9 edit readme 2020-11-03 17:27:14 +01:00
Christopher Möller 4bbc4f7535 Merge branch 'next' of github.com:wbkd/react-flow into next 2020-11-03 17:18:05 +01:00
Christopher Möller 6771fcae1d remove website from library repo, new repo at wbkd/react-flow-docs 2020-11-03 17:18:00 +01:00
moklick 603059d2e2 Merge branch 'dependabot/npm_and_yarn/main/rollup/plugin-node-resolve-10.0.0' into next 2020-11-03 17:06:19 +01:00
Christopher Möller acd0f1adad Merge branch 'next' of github.com:wbkd/react-flow into next 2020-11-03 16:26:50 +01:00
Christopher Möller 0eeb632dde add panOnScroll options to documentation 2020-11-03 16:26:43 +01:00
Christopher MöllerandGitHub 00af78a6ab Merge pull request #643 from timhwang21/timothy/fix-examples
fix(website): fix incorrect prop in examples
2020-11-03 16:23:25 +01:00
Christopher Möller de1f7dba5d prevent page bouncing when panOnScroll is enabled #359 2020-11-03 16:10:24 +01:00