Commit Graph
2006 Commits
Author SHA1 Message Date
moklick 4b043bcecc Merge branch 'main' of github.com:wbkd/react-flow into main 2021-07-01 15:30:39 +02:00
moklick ef47500122 feat(props): add preventScrolling prop closes #1077 2021-07-01 15:30:29 +02:00
moklick 55d95d3684 refactor(panOnScroll): check nowheel class closes #1322 2021-07-01 14:18:03 +02:00
Moritz KlackandGitHub 1f30f270e1 Merge pull request #1315 from wbkd/dependabot/npm_and_yarn/main/types/d3-7.0.0
chore(deps): bump @types/d3 from 6.7.1 to 7.0.0
2021-07-01 12:09:12 +02:00
Moritz KlackandGitHub 6ab048fd7c Merge pull request #1316 from wbkd/dependabot/npm_and_yarn/main/prettier-2.3.2
chore(deps-dev): bump prettier from 2.3.1 to 2.3.2
2021-07-01 12:09:01 +02:00
Moritz KlackandGitHub 510b37b9bc Merge pull request #1317 from wbkd/dependabot/npm_and_yarn/main/rollup-2.52.3
chore(deps-dev): bump rollup from 2.52.2 to 2.52.3
2021-07-01 12:08:52 +02:00
Moritz KlackandGitHub 1c83a9aa82 Merge pull request #1318 from wbkd/dependabot/npm_and_yarn/main/cypress-7.6.0
chore(deps-dev): bump cypress from 7.5.0 to 7.6.0
2021-07-01 12:08:40 +02:00
dependabot[bot]andGitHub 5dca8fc0df chore(deps-dev): bump cypress from 7.5.0 to 7.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v7.5.0...v7.6.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 04:02:53 +00:00
dependabot[bot]andGitHub 83d977e61c chore(deps-dev): bump rollup from 2.52.2 to 2.52.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.2 to 2.52.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.52.2...v2.52.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 04:02:27 +00:00
dependabot[bot]andGitHub 49fcd9d41d chore(deps-dev): bump prettier from 2.3.1 to 2.3.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 04:02:11 +00:00
dependabot[bot]andGitHub a332bc802d chore(deps): bump @types/d3 from 6.7.1 to 7.0.0
Bumps [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3) from 6.7.1 to 7.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3)

---
updated-dependencies:
- dependency-name: "@types/d3"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 04:01:45 +00:00
moklick e1c34d3cd2 chore: release v9.6.2 2021-06-24 15:45:08 +02:00
moklick 310bee0dc8 feat(fitView): add minZoom and maxZoom params closes #1301 2021-06-23 14:28:48 +02:00
moklick af5a2ab791 chore(examples): update deps 2021-06-23 14:21:51 +02:00
moklick f127c3df37 fix(d3-selection): use newest version closes #1302 2021-06-23 14:01:53 +02:00
Moritz KlackandGitHub 6c834c80c0 Merge pull request #1272 from flamewow/fix/smoothStepEdge
fixed smoothStepEdge behaviour for sourceX > targetX case
2021-06-23 12:44:10 +02:00
Moritz KlackandGitHub 83383c4a14 Merge pull request #1283 from Ark-kun/Made-example-section-discoverable
Made example section discoverable on widescreen monitors
2021-06-22 14:16:52 +02:00
Moritz KlackandGitHub bac565d12f Merge pull request #1284 from Ark-kun/Examples---Drag-and-drop---Using-the-theme-styles-for-the-sidebar-nodes
Examples - Drag and drop - Using the theme styles for the sidebar nodes
2021-06-22 14:16:25 +02:00
moklick 8c4ae0cb5d chore(deps): update 2021-06-22 14:10:12 +02:00
Alexey Volkov 9098083b6e Examples - Drag and drop - Using the theme styles for the sidebar nodes
Otherwise the styles diverge and nodes look different on the sidebar and the canvas.
2021-06-16 20:03:29 -07:00
Alexey Volkov c87685be92 Made example section discoverable 2021-06-16 19:36:56 -07:00
Ilya Moroz 87d518f8b5 fixed smoothStepEdge behaviour for sourceX > targetX for sourcePosition === Position.Right && targetPosition === Position.Left case 2021-06-16 15:00:16 +03:00
moklick 4d5851df3c chore: release v9.6.1 2021-06-16 11:48:27 +02:00
moklick 2496a6e84b Merge branch 'main' of github.com:wbkd/react-flow into main 2021-06-16 11:43:41 +02:00
moklick d480d25761 refactor(controls): use button element for buttons instead of divs closes #1228 2021-06-16 11:37:41 +02:00
moklick 290ba99f70 chore(deps): update 2021-06-16 11:30:56 +02:00
Moritz KlackandGitHub d8c88eeaca Merge pull request #1258 from wbkd/dependabot/npm_and_yarn/main/babel/preset-react-7.14.5
chore(deps-dev): bump @babel/preset-react from 7.13.13 to 7.14.5
2021-06-16 11:19:14 +02:00
Moritz KlackandGitHub d24c58e616 Merge pull request #1259 from wbkd/dependabot/npm_and_yarn/main/d3-selection-3.0.0
chore(deps): bump d3-selection from 2.0.0 to 3.0.0
2021-06-16 11:19:03 +02:00
Moritz KlackandGitHub fea40aea40 Merge pull request #1260 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.14.5
chore(deps): bump @babel/runtime from 7.14.0 to 7.14.5
2021-06-16 11:18:37 +02:00
Moritz KlackandGitHub 0fc9906a52 Merge pull request #1261 from wbkd/dependabot/npm_and_yarn/main/postcss-8.3.2
chore(deps-dev): bump postcss from 8.3.0 to 8.3.2
2021-06-16 11:18:27 +02:00
dependabot[bot]andGitHub 0afbe8c3e2 chore(deps-dev): bump postcss from 8.3.0 to 8.3.2
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.0 to 8.3.2.
- [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.0...8.3.2)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 04:07:45 +00:00
dependabot[bot]andGitHub ce0fe50a6a chore(deps): bump @babel/runtime from 7.14.0 to 7.14.5
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.0 to 7.14.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.14.5/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-06-14 04:07:20 +00:00
dependabot[bot]andGitHub b1cf3d8a79 chore(deps): bump d3-selection from 2.0.0 to 3.0.0
Bumps [d3-selection](https://github.com/d3/d3-selection) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/d3/d3-selection/releases)
- [Commits](https://github.com/d3/d3-selection/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: d3-selection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 04:06:37 +00:00
dependabot[bot]andGitHub 23b971d7b1 chore(deps-dev): bump @babel/preset-react from 7.13.13 to 7.14.5
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.13.13 to 7.14.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.14.5/packages/babel-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 04:06:15 +00:00
moklick c956ac2dd4 chore: release v9.6.0 2021-05-29 15:34:11 +02:00
moklick 27e2781d8c feat(props): add onEdgeUpdateEnd handler closes #1157 2021-05-29 15:12:31 +02:00
moklick f244e77b9e chore: release v9.5.5 2021-05-28 14:44:11 +02:00
moklick 3124d46732 refactor(edge-updater): pass handle type #1212 2021-05-28 14:26:03 +02:00
moklick 64510998c0 fix(layouting): update node dimensions closes #1181 2021-05-28 13:08:17 +02:00
moklick f835f85e65 chore(deps): update 2021-05-28 13:07:26 +02:00
moklick cc0a83744d chore(example): remove unused func 2021-05-23 19:16:29 +02:00
moklick ba6b0b8a33 chore(deps): update 2021-05-23 19:16:15 +02:00
Moritz KlackandGitHub 0950e52f93 Merge pull request #1171 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-commonjs-18.1.0
chore(deps-dev): bump @rollup/plugin-commonjs from 18.0.0 to 18.1.0
2021-05-05 13:41:04 +02:00
dependabot[bot]andGitHub d4e4a1cbb6 chore(deps-dev): bump @rollup/plugin-commonjs from 18.0.0 to 18.1.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 18.0.0 to 18.1.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-v18.1.0/packages/commonjs)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05 11:39:22 +00:00
Moritz KlackandGitHub 1c5bfd7890 Merge pull request #1172 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-node-resolve-13.0.0
chore(deps-dev): bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0
2021-05-05 13:38:40 +02:00
Moritz KlackandGitHub b36154a223 Merge pull request #1173 from wbkd/dependabot/npm_and_yarn/main/rollup-2.47.0
chore(deps-dev): bump rollup from 2.46.0 to 2.47.0
2021-05-05 13:38:32 +02:00
dependabot[bot]andGitHub 0950422d81 chore(deps-dev): bump rollup from 2.46.0 to 2.47.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.46.0 to 2.47.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.46.0...v2.47.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05 11:32:34 +00:00
dependabot[bot]andGitHub 154b043d45 chore(deps-dev): bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 11.2.1 to 13.0.0.
- [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/commonjs-v13.0.0/packages/node-resolve)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05 11:32:09 +00:00
moklick ce97f2c098 Merge branch 'main' of github.com:wbkd/react-flow into main 2021-05-05 13:30:34 +02:00
Moritz KlackandGitHub e061927406 Merge pull request #1149 from wbkd/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-05-05 13:30:26 +02:00