moklick
|
ee87ce64db
|
style(minimap): transparent mask
|
2020-11-10 18:40:45 +01:00 |
|
moklick
|
75a7825d2f
|
refactor(NodeRenderer): cleanup
|
2020-11-10 18:37:43 +01:00 |
|
moklick
|
ae6ce3cd05
|
feat(panOnScroll): add mode options free, vertical and horizontal
|
2020-11-10 17:56:19 +01:00 |
|
moklick
|
8bba855a17
|
8.0.0-next.2
|
2020-11-10 17:06:58 +01:00 |
|
moklick
|
5e28762f53
|
refactor(nodes): don't re-render on pan #677
|
2020-11-10 17:06:18 +01:00 |
|
moklick
|
959216f6fc
|
refactor(keycodes): allow strings and numbers as key codes
|
2020-11-10 14:27:15 +01:00 |
|
Christopher Möller
|
965fb2a212
|
chore: release v8.0.0-next.1
|
2020-11-10 13:03:10 +01:00 |
|
Christopher Möller
|
7cd0d4e563
|
change release:next npm task
|
2020-11-10 13:01:39 +01:00 |
|
Christopher Möller
|
e088287370
|
fix(useKeyPress): reset key when window loses focus #641
|
2020-11-10 12:58:15 +01:00 |
|
moklick
|
0fbefe5a58
|
refactor(GraphView): reduce amounts of re-renderings
|
2020-11-09 22:24:12 +01:00 |
|
moklick
|
d06868ecde
|
refactor(graphview): extend react flow props
|
2020-11-09 22:00:26 +01:00 |
|
moklick
|
e1ae70e779
|
refactor(zoomPanHelper): export and simplify
|
2020-11-09 19:30:21 +01:00 |
|
moklick
|
c7bf8ffbcc
|
refactor(initD3): pass initial transform
|
2020-11-09 18:27:41 +01:00 |
|
moklick
|
7cc2306975
|
feat(reactflowInstance): add toObject function closes #603
|
2020-11-09 18:17:36 +01:00 |
|
moklick
|
2db5a7bce2
|
refactor(getElements): use internal node position #603
|
2020-11-09 17:48:51 +01:00 |
|
Christopher Möller
|
cf87acc89b
|
chore: release v8.0.0-next.0
|
2020-11-09 17:29:27 +01:00 |
|
Christopher Möller
|
cf38388f14
|
refactor(zoom): move zoom methods into own hook, detatch from store
|
2020-11-09 17:23:59 +01:00 |
|
Christopher Möller
|
803a4aea57
|
chore: release v7.1.2
|
2020-11-09 13:44:40 +01:00 |
|
 Christopher MöllerandGitHub
|
c38a2d2e3c
|
Merge pull request #669 from wbkd/dependabot/npm_and_yarn/main/types/react-16.9.56
chore(deps-dev): bump @types/react from 16.9.55 to 16.9.56
|
2020-11-09 13:25:14 +01:00 |
|
 Christopher MöllerandGitHub
|
2fee739741
|
Merge pull request #670 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.12.5
chore(deps): bump @babel/runtime from 7.12.1 to 7.12.5
|
2020-11-09 13:24:25 +01:00 |
|
 dependabot-preview[bot]andGitHub
|
71b76b20e5
|
chore(deps): bump @babel/runtime from 7.12.1 to 7.12.5
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.1 to 7.12.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.12.5/packages/babel-runtime)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-09 12:23:22 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
a23b05b0dc
|
chore(deps-dev): bump @types/react from 16.9.55 to 16.9.56
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.55 to 16.9.56.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-09 12:23:16 +00:00 |
|
 Christopher MöllerandGitHub
|
efe86eaf30
|
Merge pull request #671 from wbkd/dependabot/npm_and_yarn/main/babel/preset-react-7.12.5
chore(deps-dev): bump @babel/preset-react from 7.12.1 to 7.12.5
|
2020-11-09 13:21:29 +01:00 |
|
 Christopher MöllerandGitHub
|
d61c9fa5d0
|
Merge pull request #672 from wbkd/dependabot/npm_and_yarn/main/rollup-2.33.1
chore(deps-dev): bump rollup from 2.33.0 to 2.33.1
|
2020-11-09 13:21:10 +01:00 |
|
Christopher Möller
|
c746fdc741
|
fix type definition for d3-zoom handler
|
2020-11-09 13:16:33 +01:00 |
|
Christopher Möller
|
6cb9c384c9
|
Merge branch 'dependabot/npm_and_yarn/main/types/d3-6.0.0' into main
|
2020-11-09 13:14:38 +01:00 |
|
Christopher Möller
|
3a6085e3e3
|
Merge branch 'main' into dependabot/npm_and_yarn/main/types/d3-6.0.0
|
2020-11-09 13:14:15 +01:00 |
|
Christopher Möller
|
cf34c8f48e
|
fix(panOnScroll): normalize scroll speed in different browsers closes #665
|
2020-11-09 12:39:21 +01:00 |
|
 dependabot-preview[bot]andGitHub
|
62cf898217
|
chore(deps-dev): bump @types/d3 from 5.16.3 to 6.0.0
Bumps [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3) from 5.16.3 to 6.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-09 05:07:42 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
39edf2055b
|
chore(deps-dev): bump rollup from 2.33.0 to 2.33.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.0 to 2.33.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.33.0...v2.33.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-09 05:06:59 +00:00 |
|
 dependabot-preview[bot]andGitHub
|
b133088771
|
chore(deps-dev): bump @babel/preset-react from 7.12.1 to 7.12.5
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.1 to 7.12.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.12.5/packages/babel-preset-react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-09 05:05:53 +00:00 |
|
moklick
|
c9267a1a28
|
7.1.1
|
2020-11-05 17:59:00 +01:00 |
|
moklick
|
7981230a57
|
fix(panOnScroll): use deltaX instead of wheelDeltaX event prop
|
2020-11-05 17:56:38 +01:00 |
|
moklick
|
81fecd9362
|
7.1.0
|
2020-11-05 15:43:56 +01:00 |
|
 Moritz KlackandGitHub
|
fb92677f2f
|
Merge pull request #663 from wbkd/feat/multiselect
Feat/multiselect
|
2020-11-05 15:38:51 +01:00 |
|
moklick
|
0a77162ddb
|
refactor(nodes): handle selection when selectNodesOnDrag=false
|
2020-11-05 15:36:35 +01:00 |
|
moklick
|
fe3db783f1
|
refactor(global-keyhandler): cleanup
|
2020-11-05 15:32:23 +01:00 |
|
moklick
|
4a49149aee
|
test(interaction): zoom out before check double click zoom
|
2020-11-05 15:27:56 +01:00 |
|
moklick
|
84334e4b32
|
test(nodes): multi select by click
|
2020-11-05 15:24:20 +01:00 |
|
moklick
|
7e55f8c07f
|
fix(nodes): always drag draggable node even if not selected
|
2020-11-05 14:36:26 +01:00 |
|
moklick
|
0774d35846
|
feat(nodes): multi drag
|
2020-11-05 14:32:10 +01:00 |
|
moklick
|
7d4a6d7c36
|
Merge branch 'main' into feat/multiselect
|
2020-11-05 14:19:09 +01:00 |
|
moklick
|
8cdd9fd800
|
fix(selection): unset selection when shift pressed #641
|
2020-11-05 14:14:10 +01:00 |
|
 Moritz KlackandGitHub
|
40ef6e076e
|
Merge pull request #662 from justrhysism/feat/forward-node-position-661
Forward position to NodeComponent
|
2020-11-05 11:50:49 +01:00 |
|
 Moritz KlackandGitHub
|
e1ade2e97f
|
Merge pull request #660 from justrhysism/fix/659
fix: Set border-box explicitly on Controls
|
2020-11-05 11:42:03 +01:00 |
|
Rhys Lloyd
|
20c7f1622c
|
Resolve #661
Forward positional data to Node Component.
|
2020-11-05 09:14:45 +10:30 |
|
 Rhys LloydandGitHub
|
4a5f0b5a76
|
Resolve #659
Set border-box explicitly so upstream frameworks don't upset the layout.
|
2020-11-05 08:08:56 +10:30 |
|
Christopher Möller
|
156835cfac
|
chore: release v7.0.0
|
2020-11-03 17:58:26 +01:00 |
|
 Christopher MöllerandGitHub
|
61360a3cc6
|
Merge pull request #652 from wbkd/dependabot/npm_and_yarn/main/rollup/plugin-commonjs-16.0.0
chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
|
2020-11-03 17:46:16 +01:00 |
|
 Christopher MöllerandGitHub
|
2504c74857
|
Merge pull request #654 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.29.0
chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
|
2020-11-03 17:46:02 +01:00 |
|