moklick
a76b111365
chore(examples): add old api src
2021-10-14 10:54:40 +02:00
Christopher Möller
ecc02a1ee9
feat(floatingedge): configure connectionline
2021-10-14 10:52:46 +02:00
Moritz Klack and GitHub
17a3399fef
Merge pull request #1581 from wbkd/feat-improve-bezier
...
feat(BezierEdge): use quadratic bezier curve
2021-10-14 10:36:44 +02:00
Christopher Möller
b36c713650
feat(example): add example with floating edge and whole node as handle
2021-10-14 09:15:04 +02:00
Christopher Möller
f30ba98a53
feat(BezierEdge): use quadratic bezier curve for top-left and bottom-right edges
2021-10-13 16:43:11 +02:00
moklick
3dc79276ad
refactor(store): cleanup
2021-10-13 16:30:34 +02:00
moklick
1f41cc0d9a
refactor(zustand): use shallow when needed
2021-10-13 16:19:46 +02:00
moklick
3f8c252096
refactor(graphview): use one hook
2021-10-13 13:52:45 +02:00
moklick
ee0d29029a
refactor(state): replace redux with zustand
2021-10-13 12:54:01 +02:00
dependabot[bot] and GitHub
fcc497da0a
chore(deps-dev): bump @babel/preset-env from 7.15.6 to 7.15.8
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.6 to 7.15.8.
- [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.15.8/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 >
2021-10-11 04:02:03 +00:00
dependabot[bot] and GitHub
3be73ef480
chore(deps-dev): bump @babel/core from 7.15.5 to 7.15.8
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.5 to 7.15.8.
- [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.15.8/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 >
2021-10-11 04:01:50 +00:00
dependabot[bot] and GitHub
47e5584529
chore(deps-dev): bump autoprefixer from 10.3.6 to 10.3.7
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.3.6 to 10.3.7.
- [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.3.6...10.3.7 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-11 04:01:37 +00:00
dependabot[bot] and GitHub
e6a18a9b24
chore(deps): bump @types/react-redux from 7.1.18 to 7.1.19
...
Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux ) from 7.1.18 to 7.1.19.
- [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:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-11 04:01:11 +00:00
moklick
e01249a87c
refactor(examples): hide old api examples
2021-10-09 16:49:41 +02:00
moklick
32ee964044
refactor(elements): split into nodes and edges
2021-10-09 11:33:10 +02:00
moklick
ae621d084c
chore(selection-listener): remove easy-peasy related comment
2021-10-06 10:30:08 +02:00
Moritz Klack and GitHub
be3b451d1d
Refactor: add possibility to use different keys or combinations as a key code ( #1554 )
...
* feat(keys): support for combinations and multiple possibilites for one action
* refactor(globalKeyHandler): pass deps to useEffect
* refactor(examples): define key codes outside of the component
2021-10-05 15:27:07 +02:00
moklick
654c9e5235
chore: release v9.6.8
2021-10-05 15:12:33 +02:00
moklick
c5ce586dd9
test(draghandle): add basic tests #1552
2021-10-05 10:45:51 +02:00
moklick
5d2f08cb54
Merge branch 'datoslabs-add-node-dragHandle'
2021-10-05 10:10:29 +02:00
datoslabs
0d497b6569
Add optional node dragHandle prop as DraggableCore handle.
...
#1413
2021-10-04 16:20:44 -04:00
moklick
8c4fafa5bf
Merge branch 'main' of github.com:wbkd/react-flow
2021-10-04 10:59:48 +02:00
Moritz Klack and GitHub
6ed16d662a
Merge pull request #1512 from SeonghoJin/added-dependency-of-onConnectEdge-and-onUpdateEdge
...
Fix when it disappears when connecting an edge to update to a new node
2021-10-04 10:59:27 +02:00
moklick
e894d1da52
chore(examples): update deps
2021-10-04 10:50:28 +02:00
moklick
8171c3b5ca
chore(package.json): add engines
2021-10-04 10:43:19 +02:00
Moritz Klack and GitHub
ab26c312b6
Merge pull request #1546 from wbkd/dependabot/npm_and_yarn/main/postcss-8.3.8
...
chore(deps-dev): bump postcss from 8.3.6 to 8.3.8
2021-10-04 10:34:06 +02:00
dependabot[bot] and GitHub
ceeb135a24
chore(deps-dev): bump postcss from 8.3.6 to 8.3.8
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.6 to 8.3.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.3.6...8.3.8 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:33:58 +00:00
Moritz Klack and GitHub
d7f7c7db9f
Merge pull request #1545 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-commonjs-21.0.0
...
chore(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.0
2021-10-04 10:33:37 +02:00
Moritz Klack and GitHub
aad99e66cc
Merge pull request #1547 from wbkd/dependabot/npm_and_yarn/main/postcss-cli-9.0.1
...
chore(deps-dev): bump postcss-cli from 8.3.1 to 9.0.1
2021-10-04 10:33:16 +02:00
dependabot[bot] and GitHub
efae24d0b7
chore(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.0
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 20.0.0 to 21.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:31:26 +00:00
Moritz Klack and GitHub
57376403f6
Merge pull request #1544 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-node-resolve-13.0.5
...
chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5
2021-10-04 10:30:45 +02:00
dependabot[bot] and GitHub
f787578532
chore(deps-dev): bump postcss-cli from 8.3.1 to 9.0.1
...
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 8.3.1 to 9.0.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/8.3.1...9.0.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:30:43 +00:00
Moritz Klack and GitHub
e2e838b049
Merge pull request #1543 from wbkd/dependabot/npm_and_yarn/main/release-it-14.11.6
...
chore(deps-dev): bump release-it from 14.11.5 to 14.11.6
2021-10-04 10:30:36 +02:00
dependabot[bot] and GitHub
90e911a751
chore(deps-dev): bump release-it from 14.11.5 to 14.11.6
...
Bumps [release-it](https://github.com/release-it/release-it ) from 14.11.5 to 14.11.6.
- [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.5...14.11.6 )
---
updated-dependencies:
- dependency-name: release-it
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:30:19 +00:00
dependabot[bot] and GitHub
e1580de82e
chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 13.0.4 to 13.0.5.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:30:12 +00:00
Moritz Klack and GitHub
cb5324de3d
Merge pull request #1496 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.15.4
...
chore(deps): bump @babel/runtime from 7.15.3 to 7.15.4
2021-10-04 10:29:51 +02:00
Moritz Klack and GitHub
4040b9d3be
Merge pull request #1498 from wbkd/dependabot/npm_and_yarn/main/start-server-and-test-1.14.0
...
chore(deps-dev): bump start-server-and-test from 1.13.1 to 1.14.0
2021-10-04 10:29:18 +02:00
Moritz Klack and GitHub
d770e56cd4
Merge pull request #1501 from wbkd/dependabot/npm_and_yarn/main/babel/core-7.15.5
...
chore(deps-dev): bump @babel/core from 7.15.0 to 7.15.5
2021-10-04 10:29:04 +02:00
dependabot[bot] and GitHub
874bbc7863
chore(deps): bump @babel/runtime from 7.15.3 to 7.15.4
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.15.3 to 7.15.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.15.4/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:19:59 +00:00
dependabot[bot] and GitHub
ce79116fc6
chore(deps-dev): bump start-server-and-test from 1.13.1 to 1.14.0
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.13.1...v1.14.0 )
---
updated-dependencies:
- dependency-name: start-server-and-test
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 08:19:42 +00:00
dependabot[bot] and GitHub
fdb73e65d8
chore(deps-dev): bump @babel/core from 7.15.0 to 7.15.5
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.0 to 7.15.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.15.5/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 >
2021-10-04 08:19:34 +00:00
Moritz Klack and GitHub
f8d2fb6ef5
Merge pull request #1500 from wbkd/dependabot/npm_and_yarn/main/react-redux-7.2.5
...
chore(deps): bump react-redux from 7.2.4 to 7.2.5
2021-10-04 10:14:58 +02:00
Moritz Klack and GitHub
97c928ee18
Merge pull request #1510 from wbkd/dependabot/npm_and_yarn/main/typescript-4.4.3
...
chore(deps-dev): bump typescript from 4.4.2 to 4.4.3
2021-10-04 10:14:38 +02:00
Moritz Klack and GitHub
f34b19841b
Merge pull request #1511 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.15.6
...
chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.15.6
2021-10-04 10:14:25 +02:00
Moritz Klack and GitHub
167ec7448f
Merge pull request #1520 from wbkd/dependabot/npm_and_yarn/main/prettier-2.4.1
...
chore(deps-dev): bump prettier from 2.3.2 to 2.4.1
2021-10-04 10:14:12 +02:00
Moritz Klack and GitHub
577c1792e4
Merge pull request #1531 from wbkd/dependabot/npm_and_yarn/main/autoprefixer-10.3.6
...
chore(deps-dev): bump autoprefixer from 10.3.3 to 10.3.6
2021-10-04 10:14:01 +02:00
Moritz Klack and GitHub
a5e4000c03
Merge pull request #1541 from wbkd/dependabot/npm_and_yarn/main/cypress-8.5.0
...
chore(deps-dev): bump cypress from 8.3.1 to 8.5.0
2021-10-04 10:13:53 +02:00
Moritz Klack and GitHub
03e6c12091
Merge pull request #1542 from wbkd/dependabot/npm_and_yarn/main/rollup-2.58.0
...
chore(deps-dev): bump rollup from 2.56.3 to 2.58.0
2021-10-04 10:13:44 +02:00
Moritz Klack and GitHub
487fb35922
Merge pull request #1539 from italodeandra/patch-1
...
fix typo
2021-10-04 10:13:20 +02:00
dependabot[bot] and GitHub
015e92222a
chore(deps-dev): bump rollup from 2.56.3 to 2.58.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.56.3 to 2.58.0.
- [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.56.3...v2.58.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-04 04:03:23 +00:00