Commit Graph
902 Commits
Author SHA1 Message Date
dependabot-preview[bot]andGitHub 0b21b04400 Merge pull request #389 from wbkd/dependabot/npm_and_yarn/develop/babel/core-7.11.0 2020-08-03 05:58:47 +00:00
dependabot-preview[bot]andGitHub e9d15dae33 chore(deps-dev): bump @babel/core from 7.10.5 to 7.11.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.5 to 7.11.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.11.0/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 05:51:10 +00:00
dependabot-preview[bot]andGitHub 843f021f5f Merge pull request #387 from wbkd/dependabot/npm_and_yarn/develop/autoprefixer-9.8.6 2020-08-03 05:48:33 +00:00
dependabot-preview[bot]andGitHub df061c0070 Merge pull request #386 from wbkd/dependabot/npm_and_yarn/develop/babel/preset-env-7.11.0 2020-08-03 05:47:29 +00:00
dependabot-preview[bot]andGitHub a21ea34c59 Merge pull request #385 from wbkd/dependabot/npm_and_yarn/develop/lodash-4.17.19 2020-08-03 05:44:21 +00:00
dependabot-preview[bot]andGitHub cf6f07b5c0 chore(deps-dev): bump autoprefixer from 9.8.5 to 9.8.6
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.5 to 9.8.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.5...9.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 05:44:05 +00:00
dependabot-preview[bot]andGitHub 9656ec2e31 chore(deps-dev): bump @babel/preset-env from 7.10.4 to 7.11.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.4 to 7.11.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.11.0/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 05:43:24 +00:00
dependabot-preview[bot]andGitHub 82daf0b3da chore(deps): [security] bump lodash from 4.17.14 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 05:40:06 +00:00
moklick e0a2ceeab0 refacor(graphview): cleanup 2020-08-02 18:55:15 +02:00
moklick f6f3202b57 refactor(graphview): put resize handling in its own hook 2020-08-02 18:34:03 +02:00
moklick 94a47ef97f chore: release v4.9.0 2020-08-01 13:09:09 +02:00
MoritzandGitHub beaad82f14 Merge pull request #382 from wbkd/develop
feat(connection): add start and stop props closes #380
2020-08-01 12:51:39 +02:00
moklick 5f91498d19 feat(connection): add start and stop props closes #380 2020-08-01 12:54:14 +02:00
moklick 01271a1994 Merge branch 'namack-expose-zoom-pane-click' 2020-08-01 12:16:32 +02:00
moklick a095715e5f refactor(paneClick): rename onZoomPaneClick tp onPaneClick 2020-08-01 12:13:51 +02:00
Nate Amack 2a0274b9a3 feat(props): add onZoomPaneClick 2020-07-31 10:45:40 -06:00
moklick e3d24507e5 chore: release v4.8.0 2020-07-30 11:17:09 +02:00
MoritzandGitHub 9bc4242d85 Merge pull request #379 from wbkd/develop
feat(interaction): add paneMoveable prop #377
2020-07-30 11:11:42 +02:00
moklick f84eff1a8c feat(interaction): add paneMoveable prop #377 2020-07-30 11:10:41 +02:00
moklick 8922094312 chore: release v4.7.2 2020-07-29 11:01:45 +02:00
MoritzandGitHub 2fc37e36b6 Merge pull request #375 from wbkd/develop
Develop
2020-07-29 10:48:54 +02:00
moklick f4d1af6589 refactor(noderenderer): add viewportBox to store 2020-07-29 10:48:16 +02:00
moklick 16707eaa99 fix(onlyRenderVisibleNodes): only render nodes that are inside the viewport 2020-07-29 10:40:15 +02:00
moklick 6f71cc5d0a chore: release v4.7.1 2020-07-28 10:00:33 +02:00
MoritzandGitHub 8466200ff7 Merge pull request #374 from wbkd/develop
refactor(components): show displayName in react profiler correctly
2020-07-28 09:48:38 +02:00
MoritzandGitHub 7c920d0a86 Merge branch 'master' into develop 2020-07-28 09:41:07 +02:00
MoritzandGitHub 626a7177e0 Merge pull request #373 from andys8/patch-3
Bugfix: Update onConnect
2020-07-28 09:28:43 +02:00
Andy 7bfa18f506 Bugfix: Update onConnect
Will call setOnConnect if function passed as onConnect changes
2020-07-28 00:48:13 +02:00
moklick 30e811225a refactor(components): show displayName in react profiler correctly 2020-07-27 18:50:53 +02:00
moklick 06a95b893c chore: release v4.7.0 2020-07-27 12:57:54 +02:00
MoritzandGitHub 6f79468089 Merge pull request #371 from wbkd/develop
docs(readme): add data and classname options to edge
2020-07-27 12:54:24 +02:00
moklick 05786fcee6 docs(readme): add data and classname options to edge 2020-07-27 12:46:52 +02:00
MoritzandGitHub 0341e94c5a Merge pull request #370 from wbkd/develop
Develop
2020-07-27 12:41:52 +02:00
moklick b3391860da feat(edges): add data and classname props, unify node/edge handling closes #357 2020-07-27 12:40:39 +02:00
moklick cbc41f244e refactor(examples): cleanup 2020-07-27 12:36:47 +02:00
moklick a436260a1c refactor(controls): use memo 2020-07-27 12:36:03 +02:00
moklick 8d0e8c63fb refactor(minimap): use memo 2020-07-27 12:35:40 +02:00
dependabot-preview[bot]andGitHub f26323a1e8 Merge pull request #367 from wbkd/dependabot/npm_and_yarn/develop/rollup-2.23.0 2020-07-27 05:40:18 +00:00
dependabot-preview[bot]andGitHub 0f2d399e15 Merge pull request #368 from wbkd/dependabot/npm_and_yarn/develop/welldone-software/why-did-you-render-4.2.7 2020-07-27 05:40:03 +00:00
dependabot-preview[bot]andGitHub 6775cc59ea Merge pull request #369 from wbkd/dependabot/npm_and_yarn/develop/cypress-4.11.0 2020-07-27 05:36:38 +00:00
dependabot-preview[bot]andGitHub f5aae23776 chore(deps-dev): bump rollup from 2.22.1 to 2.23.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.22.1 to 2.23.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.22.1...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:34:09 +00:00
dependabot-preview[bot]andGitHub c1b83845f8 chore(deps): bump @welldone-software/why-did-you-render
Bumps [@welldone-software/why-did-you-render](https://github.com/welldone-software/why-did-you-render) from 4.2.6 to 4.2.7.
- [Release notes](https://github.com/welldone-software/why-did-you-render/releases)
- [Commits](https://github.com/welldone-software/why-did-you-render/compare/v4.2.6...v4.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:33:00 +00:00
dependabot-preview[bot]andGitHub 401de8ace0 Merge pull request #366 from wbkd/dependabot/npm_and_yarn/develop/rollup-plugin-serve-1.0.3 2020-07-27 05:32:19 +00:00
dependabot-preview[bot]andGitHub 0f494a9e56 Merge pull request #365 from wbkd/dependabot/npm_and_yarn/develop/release-it-13.6.6 2020-07-27 05:32:05 +00:00
dependabot-preview[bot]andGitHub ff96a493e9 Merge pull request #364 from wbkd/dependabot/npm_and_yarn/develop/d3-selection-1.4.2 2020-07-27 05:31:02 +00:00
dependabot-preview[bot]andGitHub 8397aee176 chore(deps-dev): bump cypress from 4.10.0 to 4.11.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Commits](https://github.com/cypress-io/cypress/compare/v4.10.0...v4.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:30:25 +00:00
dependabot-preview[bot]andGitHub b239346a2a chore(deps-dev): bump rollup-plugin-serve from 1.0.2 to 1.0.3
Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/thgh/rollup-plugin-serve/releases)
- [Changelog](https://github.com/thgh/rollup-plugin-serve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thgh/rollup-plugin-serve/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:28:04 +00:00
dependabot-preview[bot]andGitHub 4d908a1c0f chore(deps-dev): bump release-it from 13.6.5 to 13.6.6
Bumps [release-it](https://github.com/release-it/release-it) from 13.6.5 to 13.6.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/13.6.5...13.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:27:32 +00:00
dependabot-preview[bot]andGitHub cd0b6a7db5 chore(deps): bump d3-selection from 1.4.1 to 1.4.2
Bumps [d3-selection](https://github.com/d3/d3-selection) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/d3/d3-selection/releases)
- [Commits](https://github.com/d3/d3-selection/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:26:53 +00:00
moklick 71f7af41ec chore: release v4.6.0 2020-07-26 17:21:36 +02:00