Commit Graph
2241 Commits
Author SHA1 Message Date
Moritz KlackandGitHub f6b8bfb6be Merge pull request #1720 from wbkd/dependabot/npm_and_yarn/main/cypress-9.1.0
chore(deps-dev): bump cypress from 9.0.0 to 9.1.0
2021-12-02 21:41:04 +01:00
dependabot[bot]andGitHub 053baf1741 chore(deps-dev): bump cypress from 9.0.0 to 9.1.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.0.0 to 9.1.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/v9.0.0...v9.1.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-12-02 20:37:04 +00:00
Moritz KlackandGitHub fbc7b0e6ba Merge pull request #1721 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-postcss-4.0.2
chore(deps-dev): bump rollup-plugin-postcss from 4.0.1 to 4.0.2
2021-12-02 21:36:26 +01:00
Moritz KlackandGitHub 37d1d227b0 Merge pull request #1722 from wbkd/dependabot/npm_and_yarn/main/postcss-8.4.4
chore(deps-dev): bump postcss from 8.3.11 to 8.4.4
2021-12-02 21:36:18 +01:00
Moritz KlackandGitHub b795e7251a Merge pull request #1723 from wbkd/dependabot/npm_and_yarn/main/svgr/rollup-6.0.0
chore(deps-dev): bump @svgr/rollup from 5.5.0 to 6.0.0
2021-12-02 21:36:10 +01:00
Moritz KlackandGitHub be08b14401 Merge pull request #1724 from wbkd/dependabot/npm_and_yarn/main/prettier-2.5.0
chore(deps-dev): bump prettier from 2.4.1 to 2.5.0
2021-12-02 21:36:03 +01:00
Moritz KlackandGitHub 2e243776d0 Merge pull request #1725 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.31.1
chore(deps-dev): bump rollup-plugin-typescript2 from 0.31.0 to 0.31.1
2021-12-02 21:35:55 +01:00
Moritz KlackandGitHub 49757e4744 Merge pull request #1728 from xixixao/patch-1
Fix bug in updateNodePosDiff action
2021-12-02 21:35:43 +01:00
Michal SrbandGitHub c1b9275083 Fix bug in updateNodePosDiff action
This is the intended logic. Without it triggering this action with a node id will always move selected nodes, which is not desirable if we want to move just an unselected node.

The bug doesn't show up in current examples because at the moment either one selected node is moved or all the selected nodes are moved. TBH this should probably be changed to accept `ids` instead to handle the two cases instead of this tight coupling between the group selection code and this action.
2021-11-29 08:38:49 +01:00
dependabot[bot]andGitHub 7c17dffda0 chore(deps-dev): bump rollup-plugin-typescript2 from 0.31.0 to 0.31.1
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.31.0 to 0.31.1.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.0...0.31.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 04:03:07 +00:00
dependabot[bot]andGitHub 3c8ee17898 chore(deps-dev): bump prettier from 2.4.1 to 2.5.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0.
- [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.4.1...2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 04:02:55 +00:00
dependabot[bot]andGitHub 0ae72abe1e chore(deps-dev): bump @svgr/rollup from 5.5.0 to 6.0.0
Bumps [@svgr/rollup](https://github.com/gregberge/svgr) from 5.5.0 to 6.0.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v5.5.0...v6.0.0)

---
updated-dependencies:
- dependency-name: "@svgr/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 04:02:45 +00:00
dependabot[bot]andGitHub 1b6e92f63f chore(deps-dev): bump postcss from 8.3.11 to 8.4.4
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.4.
- [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.11...8.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 04:02:17 +00:00
dependabot[bot]andGitHub ff263e363f chore(deps-dev): bump rollup-plugin-postcss from 4.0.1 to 4.0.2
Bumps [rollup-plugin-postcss](https://github.com/egoist/rollup-plugin-postcss) from 4.0.1 to 4.0.2.
- [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/v4.0.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 04:01:58 +00:00
Moritz KlackandGitHub 5698d2457d Merge pull request #1655 from wbkd/dependabot/npm_and_yarn/main/postcss-cli-9.0.2
chore(deps-dev): bump postcss-cli from 9.0.1 to 9.0.2
2021-11-22 16:58:15 +01:00
dependabot[bot]andGitHub eaeaed0fa5 chore(deps-dev): bump postcss-cli from 9.0.1 to 9.0.2
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.0.1 to 9.0.2.
- [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/9.0.1...9.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 15:57:56 +00:00
Moritz KlackandGitHub c9dc79cc11 Merge pull request #1669 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.16.3
chore(deps): bump @babel/runtime from 7.16.0 to 7.16.3
2021-11-22 16:57:34 +01:00
Moritz KlackandGitHub 6269c16794 Merge pull request #1671 from wbkd/dependabot/npm_and_yarn/main/cypress-9.0.0
chore(deps-dev): bump cypress from 8.7.0 to 9.0.0
2021-11-22 16:57:25 +01:00
Moritz KlackandGitHub 74dd0fb14b Merge pull request #1701 from wbkd/dependabot/npm_and_yarn/main/babel/plugin-transform-runtime-7.16.4
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.16.0 to 7.16.4
2021-11-22 16:57:15 +01:00
dependabot[bot]andGitHub 1f5776ba85 chore(deps-dev): bump @babel/plugin-transform-runtime
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.16.0 to 7.16.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.16.4/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 15:57:05 +00:00
Moritz KlackandGitHub 104e29e3db Merge pull request #1708 from wbkd/dependabot/npm_and_yarn/main/rollup-2.60.1
chore(deps-dev): bump rollup from 2.59.0 to 2.60.1
2021-11-22 16:56:55 +01:00
dependabot[bot]andGitHub 7438839981 chore(deps-dev): bump rollup from 2.59.0 to 2.60.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.59.0 to 2.60.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.59.0...v2.60.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 15:56:25 +00:00
Moritz KlackandGitHub bbcfb8aab2 Merge pull request #1702 from wbkd/dependabot/npm_and_yarn/main/release-it-14.11.8
chore(deps-dev): bump release-it from 14.11.6 to 14.11.8
2021-11-22 16:56:01 +01:00
Moritz KlackandGitHub b2a3c6e565 Merge pull request #1703 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.16.4
chore(deps-dev): bump @babel/preset-env from 7.16.0 to 7.16.4
2021-11-22 16:55:51 +01:00
Moritz KlackandGitHub 4f67984ad6 Merge pull request #1704 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.31.0
chore(deps-dev): bump rollup-plugin-typescript2 from 0.30.0 to 0.31.0
2021-11-22 16:55:38 +01:00
Moritz KlackandGitHub 906e959eee Merge pull request #1705 from wbkd/dependabot/npm_and_yarn/main/typescript-4.5.2
chore(deps-dev): bump typescript from 4.4.4 to 4.5.2
2021-11-22 16:55:25 +01:00
dependabot[bot]andGitHub e9aa8adbbc chore(deps-dev): bump typescript from 4.4.4 to 4.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 04:03:08 +00:00
dependabot[bot]andGitHub 80dc1532ab chore(deps-dev): bump rollup-plugin-typescript2 from 0.30.0 to 0.31.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.30.0...0.31.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-typescript2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 04:02:54 +00:00
dependabot[bot]andGitHub 5af7a12d88 chore(deps-dev): bump @babel/preset-env from 7.16.0 to 7.16.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.0 to 7.16.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.16.4/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-11-22 04:02:36 +00:00
dependabot[bot]andGitHub 6253deca68 chore(deps-dev): bump release-it from 14.11.6 to 14.11.8
Bumps [release-it](https://github.com/release-it/release-it) from 14.11.6 to 14.11.8.
- [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.6...14.11.8)

---
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-11-22 04:02:00 +00:00
dependabot[bot]andGitHub 31a977913a chore(deps-dev): bump cypress from 8.7.0 to 9.0.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.7.0 to 9.0.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/v8.7.0...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 04:02:34 +00:00
dependabot[bot]andGitHub 83ebadd2fe chore(deps): bump @babel/runtime from 7.16.0 to 7.16.3
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.16.0 to 7.16.3.
- [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.16.3/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-11-15 04:01:33 +00:00
Moritz KlackandGitHub 56507104cf chore(readme): add community packages 2021-11-12 11:05:44 +01:00
moklick fcb8032acf chore: release v9.6.11 2021-11-02 14:55:44 +01:00
moklick 85f25a5a81 chore(examples): undirectional use bezier connection 2021-11-02 14:51:31 +01:00
moklick 3245aacdab Merge branch 'clementloridan-main' 2021-11-02 14:49:26 +01:00
moklick 3cc33aa7cb refactor(conenctionline): simplify getSourceHandle helper 2021-11-02 14:49:16 +01:00
moklick 6922c7f553 Merge branch 'main' of https://github.com/clementloridan/react-flow into clementloridan-main 2021-11-02 14:41:00 +01:00
moklick f36c4acd5f chore: release v9.6.10 2021-11-01 12:11:04 +01:00
moklick 371e8ddfd6 chore(edges): remove logs 2021-11-01 12:04:18 +01:00
moklick 03887ad79f fix(edges): connect from left to right with connection mode loose closes #1613 2021-11-01 12:03:16 +01:00
Moritz KlackandGitHub b8a5e3a860 Merge pull request #1607 from wbkd/dependabot/npm_and_yarn/main/types/react-redux-7.1.20
chore(deps): bump @types/react-redux from 7.1.19 to 7.1.20
2021-11-01 11:30:31 +01:00
Moritz KlackandGitHub 1ecad9ba90 Merge pull request #1635 from wbkd/dependabot/npm_and_yarn/main/babel/preset-react-7.16.0
chore(deps-dev): bump @babel/preset-react from 7.14.5 to 7.16.0
2021-11-01 11:30:23 +01:00
dependabot[bot]andGitHub 7fd8284bdc chore(deps): bump @types/react-redux from 7.1.19 to 7.1.20
Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.19 to 7.1.20.
- [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-11-01 10:30:18 +00:00
Moritz KlackandGitHub db5ae3d1a1 Merge pull request #1636 from wbkd/dependabot/npm_and_yarn/main/babel/plugin-transform-runtime-7.16.0
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.15.8 to 7.16.0
2021-11-01 11:30:14 +01:00
Moritz KlackandGitHub df487383e5 Merge pull request #1638 from wbkd/dependabot/npm_and_yarn/main/react-redux-7.2.6
chore(deps): bump react-redux from 7.2.5 to 7.2.6
2021-11-01 11:30:03 +01:00
dependabot[bot]andGitHub 5915ec828c chore(deps-dev): bump @babel/preset-react from 7.14.5 to 7.16.0
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.14.5 to 7.16.0.
- [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.16.0/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-11-01 10:29:59 +00:00
dependabot[bot]andGitHub c1557c895a chore(deps-dev): bump @babel/plugin-transform-runtime
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 10:29:53 +00:00
dependabot[bot]andGitHub b3598c854c chore(deps): bump react-redux from 7.2.5 to 7.2.6
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.5...v7.2.6)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 10:29:53 +00:00
Moritz KlackandGitHub 1de8a8dbbb Merge pull request #1591 from wbkd/dependabot/npm_and_yarn/main/typescript-4.4.4
chore(deps-dev): bump typescript from 4.4.3 to 4.4.4
2021-11-01 11:29:45 +01:00