Christopher Möller
|
02cd3cb891
|
Update README.md
|
2022-03-14 11:44:28 +01:00 |
|
moklick
|
64a3c2d48a
|
chore(attribution): update options
|
2022-03-06 15:14:14 +01:00 |
|
moklick
|
466a0afd36
|
chore(version): bump
|
2022-03-06 12:38:04 +01:00 |
|
moklick
|
1424cf82a2
|
chore(version): bump
|
2022-03-06 12:33:47 +01:00 |
|
Moritz Klack
|
5cc3502f23
|
Merge pull request #1947 from Himself65/v10-fix
fix: type error
|
2022-03-06 12:32:02 +01:00 |
|
Himself65
|
a48276e475
|
fix: type error
|
2022-03-05 17:12:09 -06:00 |
|
moklick
|
414d7ec993
|
refactor(useReactFlow): pass generic nodedata and edgedata closes #1944
|
2022-03-05 12:49:26 +01:00 |
|
Moritz Klack
|
7fc7dc3f9d
|
Merge branch 'main' into v10
|
2022-03-03 17:15:17 +01:00 |
|
moklick
|
ebf10fa26d
|
refactor(rollup): treeshakable
|
2022-03-02 19:31:34 +01:00 |
|
moklick
|
67428d8fcc
|
fix(nocss): use correct entry points
|
2022-03-02 18:04:32 +01:00 |
|
moklick
|
9156a22a28
|
refactor(builds): drop cjs bundle, add type=module
|
2022-03-02 17:18:14 +01:00 |
|
Christopher Möller
|
6e30d0d9fd
|
Update README.md
|
2022-03-02 15:44:30 +01:00 |
|
Christopher Möller
|
bb72ec504b
|
Update README.md
|
2022-03-02 14:52:43 +01:00 |
|
Christopher Möller
|
4ac0c76594
|
Update README.md
|
2022-03-02 14:51:59 +01:00 |
|
Christopher Möller
|
c431fe3d0a
|
Update README.md
|
2022-03-02 14:35:12 +01:00 |
|
Christopher Möller
|
bd9d3e4dce
|
Update README.md
|
2022-03-02 12:56:42 +01:00 |
|
Christopher Möller
|
c3c96e4ff2
|
Update README.md
|
2022-03-02 00:01:52 +01:00 |
|
Christopher Möller
|
bc1e78cd8a
|
Update README.md
|
2022-03-01 23:58:01 +01:00 |
|
Christopher Möller
|
f5b8aed67c
|
Update README.md
|
2022-03-01 23:40:21 +01:00 |
|
Christopher Möller
|
d7514eac8f
|
Update README.md
|
2022-03-01 23:35:26 +01:00 |
|
Christopher Möller
|
55016966c5
|
Update README.md
|
2022-03-01 23:25:00 +01:00 |
|
Christopher Möller
|
d25c95cb4f
|
Update README.md
|
2022-03-01 23:21:09 +01:00 |
|
Christopher Möller
|
354bbae7d4
|
Update README.md
|
2022-03-01 23:03:20 +01:00 |
|
Christopher Möller
|
f2f659f0ff
|
Update README.md
|
2022-03-01 22:52:44 +01:00 |
|
Christopher Möller
|
f55e5d4c46
|
Update README.md
|
2022-03-01 22:48:26 +01:00 |
|
moklick
|
36fdf209b8
|
chore(version): bump
|
2022-02-25 20:40:44 +01:00 |
|
moklick
|
2d9f04c1ad
|
refactor(rollup): define all deps as external
|
2022-02-25 20:14:37 +01:00 |
|
moklick
|
ca307937af
|
chore(readme): add useUndoable
|
2022-02-22 21:46:21 +01:00 |
|
Moritz Klack
|
ce2aa46efc
|
chore(readme): add useUndoable
|
2022-02-22 21:45:48 +01:00 |
|
moklick
|
fe5337d1b8
|
refactor(keys): accept null as key #1463
|
2022-02-22 21:23:22 +01:00 |
|
moklick
|
6630935d9e
|
refactor(nodeTypes/edgeTypes): show warning when not memoized closes #1620
|
2022-02-22 18:33:59 +01:00 |
|
moklick
|
a45af5f0f8
|
refactor(handle): only listen to left click events closes #1852
|
2022-02-22 17:53:50 +01:00 |
|
moklick
|
67b71a9190
|
fix(selection-change): only trigger once
|
2022-02-22 17:49:10 +01:00 |
|
moklick
|
007bdabb89
|
fix(selection): deselect nodes when select edge and vice versa closes #1899
|
2022-02-22 17:38:53 +01:00 |
|
moklick
|
a514c0ea84
|
refactor(onmove-handler): pass source event #1676
|
2022-02-22 17:08:09 +01:00 |
|
moklick
|
8e41c0d729
|
fix(types): onEdgesDelete
|
2022-02-22 16:30:03 +01:00 |
|
moklick
|
c599a453f6
|
chore(version): bump
|
2022-02-21 20:30:43 +01:00 |
|
Moritz Klack
|
714c4cafb6
|
Merge pull request #1918 from Himself65/v10-type
fix: export type OnNodesDelete and OnEdgesDelete
|
2022-02-21 20:29:47 +01:00 |
|
Himself65
|
76ff49196d
|
fix: export type OnNodesDelete and OnEdgesDelete
|
2022-02-21 13:24:34 -06:00 |
|
moklick
|
e011375c3d
|
feat(props): add onNodesDelete and onEdgesDelete handler
|
2022-02-20 21:17:59 +01:00 |
|
moklick
|
f7dd26bb21
|
chore(version): bump
|
2022-02-10 12:55:49 +01:00 |
|
moklick
|
522780eac9
|
fix(ts): dont make viewport optional for move callbacks
|
2022-02-10 12:54:50 +01:00 |
|
moklick
|
d609f27a6b
|
Merge branch 'main' into v10
|
2022-02-09 15:51:49 +01:00 |
|
Moritz Klack
|
3f2d606f8d
|
Delete dependabot.yml
|
2022-02-09 00:35:01 +01:00 |
|
moklick
|
18f8cfeaa8
|
chore: release v9.7.4
|
2022-02-08 16:44:47 +01:00 |
|
moklick
|
eba8513648
|
chore(examples): update
|
2022-02-08 16:37:18 +01:00 |
|
Moritz Klack
|
b1db370c7c
|
Update bug_report.yml
|
2022-02-08 16:24:27 +01:00 |
|
Moritz Klack
|
d97cb25a3e
|
Merge pull request #1884 from weisjohn/fix/useZoomPanHelper-transform-missing-duration
fix(zoomPanHelper): fix missing duration on transform #1883
|
2022-02-08 16:19:49 +01:00 |
|
Moritz Klack
|
a9ea944e42
|
Merge pull request #1864 from wbkd/dependabot/npm_and_yarn/main/release-it-14.12.4
chore(deps-dev): bump release-it from 14.11.8 to 14.12.4
|
2022-02-08 16:19:33 +01:00 |
|
dependabot[bot]
|
2b3495ba37
|
chore(deps-dev): bump release-it from 14.11.8 to 14.12.4
Bumps [release-it](https://github.com/release-it/release-it) from 14.11.8 to 14.12.4.
- [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.8...14.12.4)
---
updated-dependencies:
- dependency-name: release-it
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-08 15:19:26 +00:00 |
|