Commit Graph
1515 Commits
Author SHA1 Message Date
moklick c4e714a5e9 chore: release v8.2.1 2020-12-10 14:48:29 +01:00
moklick 571dc04938 chore(tasks): add release:notest 2020-12-10 14:47:32 +01:00
moklick 8a41ccec0c chore(examples): visible elements 2020-12-10 14:46:45 +01:00
moklick 4322a63680 fix(zoom): allow trackpad pinch zoom 2020-12-10 14:28:12 +01:00
moklick 1ed9e492b1 chore: release v8.2.0 2020-12-10 12:43:43 +01:00
moklick ddb5b07789 chore(examples): cleanup update node 2020-12-10 12:41:18 +01:00
moklick 189cd21ee5 chore(example): add hidden checkbox 2020-12-10 12:36:28 +01:00
moklick a64a1239a9 refactor(examples): enhance update node example 2020-12-10 12:30:29 +01:00
moklick 36025b28b0 refactor(zoom): add nowheel helper class closes #719 2020-12-10 12:07:36 +01:00
moklick 5828c3b797 docs(example): add update label 2020-12-10 11:56:56 +01:00
moklick d594d91f72 fix(onElementsRemove): always return all connected edges closes #750 2020-12-08 10:51:27 +01:00
moklick 01933f1120 chore(deps): use postcss 8 2020-12-07 18:40:46 +01:00
Moritz KlackandGitHub 5463059575 Merge pull request #753 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-babel-5.2.2
chore(deps-dev): bump @rollup/plugin-babel from 5.2.1 to 5.2.2
2020-12-07 18:12:54 +01:00
dependabot-preview[bot]andGitHub 6fa134baa9 chore(deps-dev): bump @rollup/plugin-babel from 5.2.1 to 5.2.2
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.1...babel-v5.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 17:11:02 +00:00
Moritz KlackandGitHub 2958bf120d Merge pull request #754 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-commonjs-17.0.0
chore(deps-dev): bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0
2020-12-07 18:09:11 +01:00
dependabot-preview[bot]andGitHub f872782241 chore(deps-dev): bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 17:06:54 +00:00
Moritz KlackandGitHub 4aae0b2b49 Merge pull request #755 from wbkd/dependabot/npm_and_yarn/main/cypress-6.0.1
chore(deps-dev): bump cypress from 6.0.0 to 6.0.1
2020-12-07 18:05:08 +01:00
Moritz KlackandGitHub d0d98ab07d Merge pull request #756 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-node-resolve-11.0.0
chore(deps-dev): bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0
2020-12-07 18:04:56 +01:00
Moritz KlackandGitHub 53623fb391 Merge pull request #757 from wbkd/dependabot/npm_and_yarn/main/rollup-2.34.2
chore(deps-dev): bump rollup from 2.34.0 to 2.34.2
2020-12-07 18:04:40 +01:00
dependabot-preview[bot]andGitHub 0283bed8a8 chore(deps-dev): bump rollup from 2.34.0 to 2.34.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.2.
- [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.34.0...v2.34.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 05:06:27 +00:00
dependabot-preview[bot]andGitHub 83f98ca8f4 chore(deps-dev): bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v10.0.0...commonjs-v11.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 05:05:07 +00:00
dependabot-preview[bot]andGitHub 2974a36955 chore(deps-dev): bump cypress from 6.0.0 to 6.0.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 6.0.0 to 6.0.1.
- [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/v6.0.0...v6.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 05:04:08 +00:00
moklick fe1874237f chore: release v8.1.2 2020-12-03 18:56:22 +01:00
Moritz KlackandGitHub d15a2329b4 Merge pull request #748 from wbkd/fix/selectiondrag
fix(selection): return correct node positions closes #742
2020-12-03 18:53:14 +01:00
moklick b368489586 fix(selection): return correct node positions closes #742 2020-12-03 18:50:56 +01:00
moklick 67abaafd8a 8.1.1 2020-12-01 12:05:53 +01:00
moklick 887ffbd0c4 refactor(resizeObserver): check if available 2020-12-01 12:04:13 +01:00
moklick 017d8222d9 8.1.0 2020-12-01 11:15:03 +01:00
moklick 4f08274a0d chore(pkg): version 2020-12-01 11:13:36 +01:00
Moritz KlackandGitHub 0996480c98 Merge pull request #733 from wbkd/dependabot/npm_and_yarn/main/release-it-14.2.2
chore(deps-dev): bump release-it from 14.2.1 to 14.2.2
2020-12-01 11:09:46 +01:00
Moritz KlackandGitHub 46afdacf26 Merge pull request #734 from wbkd/dependabot/npm_and_yarn/main/prettier-2.2.1
chore(deps-dev): bump prettier from 2.2.0 to 2.2.1
2020-12-01 11:09:38 +01:00
dependabot-preview[bot]andGitHub 8a376275db chore(deps-dev): bump prettier from 2.2.0 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.0...2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 10:08:05 +00:00
Moritz KlackandGitHub 6d9b8d365f Merge pull request #735 from wbkd/dependabot/npm_and_yarn/main/cypress-6.0.0
chore(deps-dev): bump cypress from 5.6.0 to 6.0.0
2020-12-01 11:06:07 +01:00
dependabot-preview[bot]andGitHub b2b1d7fce8 chore(deps-dev): bump release-it from 14.2.1 to 14.2.2
Bumps [release-it](https://github.com/release-it/release-it) from 14.2.1 to 14.2.2.
- [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.2.1...14.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 10:00:26 +00:00
Moritz KlackandGitHub 2e9d0ff1c7 Merge pull request #736 from wbkd/dependabot/npm_and_yarn/main/rollup-2.34.0
chore(deps-dev): bump rollup from 2.33.3 to 2.34.0
2020-12-01 10:58:36 +01:00
Moritz KlackandGitHub 65c8027ae2 Merge pull request #737 from wbkd/next
Next
2020-12-01 10:57:59 +01:00
moklick 2ad121fad0 refactor(edges): pass source and target handle ids for click and selection #739 2020-12-01 10:51:15 +01:00
moklick c429ae7ca4 feat(props): add connection mode closes #702 2020-11-30 13:09:56 +01:00
moklick 773073b087 8.0.0-next.11 2020-11-30 11:22:48 +01:00
moklick f62c445291 Merge branch 'main' into next 2020-11-30 11:21:34 +01:00
moklick 0ed25a9c04 refactor(edge-updater): rename example 2020-11-30 11:19:25 +01:00
Moritz KlackandGitHub dd5b1c0969 Merge pull request #726 from wbkd/feat/dragedge
Feat/dragedge
2020-11-30 11:13:07 +01:00
moklick 8acd0c1972 Merge branch 'next' into feat/dragedge 2020-11-30 11:04:31 +01:00
moklick 6ef3f52083 style(edge-updater): add hover effect 2020-11-30 11:03:16 +01:00
dependabot-preview[bot]andGitHub 003785f5c6 chore(deps-dev): bump rollup from 2.33.3 to 2.34.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.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.33.3...v2.34.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30 05:04:23 +00:00
dependabot-preview[bot]andGitHub 81c37e2d61 chore(deps-dev): bump cypress from 5.6.0 to 6.0.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 5.6.0 to 6.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/v5.6.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30 05:03:33 +00:00
moklick 1afa00a428 chore: release v8.0.0-next.10 2020-11-29 13:31:20 +01:00
moklick 1650e6ac82 fix(smoothstep): repair left/right right/left connections 2020-11-26 16:58:15 +01:00
moklick 425fd2e3c0 refactor(onConnectStart): also pass handleId closes #718 2020-11-26 16:20:53 +01:00
moklick 03d5e63371 refactor(edgeWrapper): memoize onConnectEdge func 2020-11-26 15:55:46 +01:00