Commit Graph

2894 Commits

Author SHA1 Message Date
moklick
ed0e88b9fe chore(changesets): add gh changelog package 2022-08-17 13:06:06 +02:00
moklick
0d269b74e7 chore(packages): cleanup package.jsons and readme files 2022-08-17 12:45:15 +02:00
moklick
86ea34b470 refactor(dev-warnings): cleanup 2022-08-17 11:55:37 +02:00
moklick
ab14be02f4 feat(nodes): add nodeOrigin prop 2022-08-17 11:43:52 +02:00
moklick
d2d4b76e65 feat(a11y): add aria live message on move by keyboard 2022-08-16 18:21:20 +02:00
moklick
ee5352df8f feat(nodes,edges): add deletable flag 2022-08-16 17:27:01 +02:00
moklick
aa175b4bef refactor(styles): cleanup 2022-08-16 16:39:06 +02:00
Moritz Klack
5dae758361 Merge pull request #2367 from wbkd/feat/hooks
Feat: create useOnViewportChange and useOnSelectionChange hooks
2022-08-16 15:50:13 +02:00
moklick
87a9abfc6f chore(examples): useCallback for useOnViewport handlers 2022-08-16 15:49:45 +02:00
moklick
fc69860b9d Merge branch 'main' into feat/hooks 2022-08-16 14:26:23 +02:00
moklick
2b096766dd chore(tasks): add packages task 2022-08-16 14:23:29 +02:00
moklick
5cde8d4f16 chore(yarn): add plugins 2022-08-16 14:21:05 +02:00
moklick
2ca2996711 chore: release v10.3.15 2022-08-16 14:09:37 +02:00
moklick
d074cba5ec chore(deps): add types to dependencies closes #1015, closes #2362 2022-08-16 13:01:16 +02:00
moklick
cb698975e4 refactor(useUpdateNodeInternals): make it easier to use #2008 2022-08-16 12:58:33 +02:00
moklick
bb00e871c0 fix(useReactFlow): prevent unnecessary re-renderings 2022-08-16 12:44:47 +02:00
moklick
820cb1c880 feat(hooks): add useOnViewportChange 2022-08-10 16:01:29 +02:00
moklick
196f225aac chore(issue-templates): always use title case 2022-08-10 10:45:55 +02:00
Moritz Klack
a5a9a60c11 Merge pull request #2357 from wbkd/refactor/styling
Refactor: don't inject styles anymore
2022-08-09 18:57:09 +02:00
moklick
b2d730d9cc chore(example): update deps 2022-08-09 18:56:03 +02:00
moklick
0f835a2961 chore(examples): only use bundle 2022-08-09 18:55:32 +02:00
moklick
affae72f7e refactor(deps): cleanup 2022-08-09 18:47:36 +02:00
moklick
94463cd0be refactor(styling): dont inject styles 2022-08-09 18:42:12 +02:00
moklick
a541eb99a5 chore(examples): add prettier 2022-08-08 17:35:13 +02:00
moklick
b21e126c2e chore(node-renderer): cleanup types 2022-08-08 17:34:55 +02:00
moklick
ff79bb8f03 chore(edge-renderer): cleanup types 2022-08-08 17:31:04 +02:00
moklick
72a3700a22 refactor(internalsSymbol): use Symbol.for 2022-08-08 17:25:04 +02:00
moklick
b4dd777238 chore(postcss): put config in root 2022-08-08 16:27:07 +02:00
Christopher Möller
8bbead4328 Merge pull request #2352 from wbkd/chrtze-patch-1
Update and rename feature_request.md to feature_request.yml
2022-08-08 16:08:53 +02:00
Christopher Möller
df5929f945 Update and rename feature_request.md to feature_request.yml 2022-08-08 16:07:53 +02:00
Christopher Möller
d21815dbf7 Update feature_request.md 2022-08-08 15:55:46 +02:00
moklick
887f040cca chore(dot-files): cleanup 2022-08-08 15:50:53 +02:00
Christopher Möller
ba649467a4 Merge pull request #2350 from wbkd/chrtze-patch-1
Update issue templates
2022-08-08 15:48:20 +02:00
Christopher Möller
5ff801b960 Update issue templates 2022-08-08 15:48:03 +02:00
moklick
c7a3052ba0 chore(changeset): adjust config 2022-08-08 15:24:39 +02:00
moklick
ae4ac1f550 chore(repo): add changesets 2022-08-08 15:20:54 +02:00
moklick
8d873068cc chore(ts/lint): cleanup 2022-08-08 15:14:34 +02:00
moklick
293fa3637d refactor(bg): cleanup 2022-08-08 15:14:20 +02:00
moklick
8dd88224c8 refactor(controls): cleanup 2022-08-08 15:14:08 +02:00
moklick
817cd2038b refactor(minimap): cleanup 2022-08-08 15:13:44 +02:00
moklick
7150e0369e feat(linting): add eslint 2022-08-08 13:34:00 +02:00
Moritz Klack
f5c8a89582 Merge pull request #2345 from wbkd/chore/zustand-4.0
Chore: upgrade zustand v4.0
2022-08-08 11:25:46 +02:00
moklick
29013155fd chore(store-updater): cleanup 2022-08-06 18:00:07 +02:00
moklick
5cf4520992 refactor(useStore): show troubleshooting link 2022-08-06 17:19:54 +02:00
moklick
753f442468 chore(zustand): upgrade to v4 2022-08-06 16:57:32 +02:00
moklick
e93db697fe chore: release v10.3.14 2022-08-05 19:21:49 +02:00
moklick
daf677dfb8 fix(store): set domNode 2022-08-05 19:19:41 +02:00
moklick
6f6af23bf5 Merge branch 'main' into v11 2022-08-05 19:09:09 +02:00
Moritz Klack
97c22ace71 Refactor: CSS handling (#2344)
* refactor(css): only load base styles, add css task, cleanup exports
* style(base): add edge label bg
* refactor(css): use css-utils
* feat(core): add Panel component
* refactor(background): cleanup
* refactor(css-handling): cleanup
2022-08-05 18:36:32 +02:00
moklick
46ba0dee9d chore: release v10.3.13 2022-08-05 18:13:32 +02:00