Commit Graph
2889 Commits
Author SHA1 Message Date
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 KlackandGitHub 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 KlackandGitHub 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öllerandGitHub 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öllerandGitHub df5929f945 Update and rename feature_request.md to feature_request.yml 2022-08-08 16:07:53 +02:00
Christopher MöllerandGitHub 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öllerandGitHub ba649467a4 Merge pull request #2350 from wbkd/chrtze-patch-1
Update issue templates
2022-08-08 15:48:20 +02:00
Christopher MöllerandGitHub 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 KlackandGitHub 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 KlackandGitHub 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
moklick d07e76018f fix(minZoom,maxZoom): pass min- maxZoom for initial view closes #2343 2022-08-05 18:12:02 +02:00
Moritz KlackandGitHub 9f5d610a92 Merge pull request #2324 from fbieler/main
fix(validation): Remove css-classes if mouse moves directly to different handle.
2022-08-05 17:47:06 +02:00
Christopher Möller af28431990 refactor(attribution): change link to pro website 2022-08-05 12:00:19 +02:00
Christopher Möller 0323fc4890 feat(pro): remove account type property from proOptions closes #2288 2022-08-02 12:56:28 +02:00
Christopher Möller 8fe0b97776 feat(useKeyPress): add additional check for nokey classname to support custom inputs closes #2254 2022-08-01 18:27:58 +02:00