Commit Graph

  • da5b8bf867 v0.4.0-16 Braks 2022-03-29 12:20:19 +02:00
  • a5a918a39b regression(nodes,edges): use computed to get current node/edge Braks 2022-03-29 12:19:14 +02:00
  • 202773144f fix(handle): prevent onClick from creating edges inside same node Braks 2022-03-29 12:06:56 +02:00
  • 5ba7170242 v0.4.0-15 Braks 2022-03-29 11:05:56 +02:00
  • 0d6bc39e49 fix(nodes,edges): try to resolve component before falling back to default Braks 2022-03-29 10:52:51 +02:00
  • 897f662c29 v0.4.0-14 Braks 2022-03-28 19:36:31 +02:00
  • e136c28f0e fix(flow): check if scope exists before accessing id Braks 2022-03-28 19:35:48 +02:00
  • 9b940142a7 fix(edges): use empty string instead of null when source-/target-handle is not present Braks 2022-03-28 19:25:11 +02:00
  • c955d19263 update(store): rename update to updates (to fit arr type) Braks 2022-03-28 19:24:51 +02:00
  • b46445e204 chore(nodes): Move watcher and computed to bottom Braks 2022-03-28 19:24:27 +02:00
  • cb3e1232b2 fix(flow): change modelValue/node-/edge-prop when elements are added to state Braks 2022-03-28 19:23:58 +02:00
  • 544a62ecc4 update(flow): try fetching instance when out of scope Braks 2022-03-27 17:03:15 +02:00
  • fa6c7b736c fix: check if window exists before binding event listener for keypress Braks 2022-03-27 16:51:23 +02:00
  • 47646eac84 v0.4.0-13 Braks 2022-03-26 21:28:44 +01:00
  • 88a8ecbdeb feat(examples): Add ResizableNode to Basic example Braks 2022-03-26 21:24:44 +01:00
  • 0e48b77e14 regression: calculate handle bounds regardless of update Braks 2022-03-26 11:58:01 +01:00
  • 9a47c15662 regression: add slot to connection line Braks 2022-03-26 11:47:53 +01:00
  • ae2867976c chore: fix lint issues Braks 2022-03-25 23:08:49 +01:00
  • 7623ad4715 chore(docs): Add comments Braks 2022-03-25 22:54:04 +01:00
  • aaba123bbc refactor: remove background variant none Braks 2022-03-25 22:42:59 +01:00
  • 874684de15 v0.4.0-12 Braks 2022-03-25 22:26:44 +01:00
  • fddebb9393 fix(flow): cleanup of state Braks 2022-03-25 22:19:00 +01:00
  • 8b213dfee8 chore(docs): add comments to flow props Braks 2022-03-25 22:10:24 +01:00
  • 0a079afcee refactor(nodes)!: Change children API to parentNode API Braks 2022-03-25 21:58:56 +01:00
  • 0d0ac9d2e6 fix(flow): check for scope before trying injection Braks 2022-03-25 21:43:06 +01:00
  • 095afc63ab chore: remove unused var Braks 2022-03-25 21:31:32 +01:00
  • c3c86c6179 v0.4.0-11 Braks 2022-03-25 19:08:07 +01:00
  • 37382881af chore: remove unused var Braks 2022-03-25 18:44:50 +01:00
  • 43692aa8ef fix: add no pan class name to nodes selection Braks 2022-03-25 18:12:43 +01:00
  • 271d793327 fix: edges not selected on user selection Braks 2022-03-25 18:07:48 +01:00
  • da2e95a517 refactor(store): rename selectionActive to userSelectionActive Braks 2022-03-25 18:05:13 +01:00
  • 024a434918 update: move mounted hooks up Braks 2022-03-25 17:31:01 +01:00
  • 7747456771 feat(nodes): Add dimensions to nodeprops Braks 2022-03-25 17:22:49 +01:00
  • aa44fc300d v0.4.0-10 Braks 2022-03-25 17:19:31 +01:00
  • 70a349f7e1 fix(zoom): prevent scroll when zoom on scroll is false Braks 2022-03-25 17:14:45 +01:00
  • de534e9a5f fix(edges): missing source/target node props on smoothstep edges Braks 2022-03-25 17:01:00 +01:00
  • f72e7dced3 v0.4.0-9 Braks 2022-03-25 16:54:53 +01:00
  • f30288da78 fix(nodes): check if prop label exists before using dynamic component Braks 2022-03-25 16:48:29 +01:00
  • 66743501af fix(edges): use correct vars for center in straight edge Braks 2022-03-25 16:48:10 +01:00
  • 3acb43d000 fix(edges): use correct functions for center/path in simple bezier edge Braks 2022-03-25 16:47:34 +01:00
  • 2b2aad8cdc fix: default prop value for zoomActivationKeyCode Braks 2022-03-25 16:47:08 +01:00
  • afdf0b1d99 chore: remove logs Braks 2022-03-25 16:43:10 +01:00
  • 38b910ba3b chore: fix lint issues Braks 2022-03-25 16:42:59 +01:00
  • 56f7e3b0c2 feat: Add SimpleBezierEdge Braks 2022-03-25 16:24:09 +01:00
  • 7d91aa28c2 refactor(zoom): make zoomActivationKeyCode non-optional again Braks 2022-03-25 16:03:17 +01:00
  • a5e853cdc3 feat(zoom): Add d3zoom event to hooks Braks 2022-03-25 16:02:25 +01:00
  • 4af0ee02c1 refactor(zoom): make zoomActivationKeyCode non-optional again Braks 2022-03-25 16:01:54 +01:00
  • 0bb54d6d36 refactor(zoom): Rename paneMovable to panOnDrag Braks 2022-03-25 16:01:18 +01:00
  • c544a02344 feat(zoom): Add noPanClassName, noWheelClassName & noDragClassName Braks 2022-03-25 16:00:54 +01:00
  • 9a8bf69848 feat: Add default edge options Braks 2022-03-25 15:21:56 +01:00
  • aba67a4852 feat(edges): Add base edge Braks 2022-03-25 15:08:41 +01:00
  • e5f6b4593c refactor(edges): Remove scaling from edge text Braks 2022-03-25 15:08:24 +01:00
  • 2b4dbba737 update: add edge text to exports Braks 2022-03-25 15:07:35 +01:00
  • 18758facbd feat(edges): Add & export bezierCenter function Braks 2022-03-25 14:59:07 +01:00
  • e9f4b5f022 fix(edges): source/targetHandle type Braks 2022-03-25 14:58:41 +01:00
  • c75f00a744 refactor: remove node and edges export Braks 2022-03-25 14:03:24 +01:00
  • af5b048391 update(context): remove typecast Braks 2022-03-25 14:03:09 +01:00
  • 833cf5e489 update(store): set vueFlow var to null on scope dispose Braks 2022-03-25 14:01:53 +01:00
  • 35f3d89240 refactor(nodes): Reduce node props Braks 2022-03-25 13:48:00 +01:00
  • cd6b03d4ae fix(edges): destructure useHandle Braks 2022-03-24 22:24:59 +01:00
  • 66a166dea9 fix: connection line style prop Braks 2022-03-24 22:24:39 +01:00
  • b42c1b02de feat(handle): Add onClick handler Braks 2022-03-24 22:18:22 +01:00
  • 728046505c refactor(store): use null instead of undefined for optional state properties Braks 2022-03-24 21:36:53 +01:00
  • 188156dd0b fix(store): setting store state after init Braks 2022-03-24 20:44:43 +01:00
  • 4644af5736 fix(nodes): expand nodes correctly when prop enabled Braks 2022-03-24 20:23:22 +01:00
  • 266678d6a8 fix(nodes): pass parentNode id instead of parentNode to components Braks 2022-03-24 20:22:51 +01:00
  • c818a5863c fix(nodes): pass all required props to node components Braks 2022-03-24 19:57:57 +01:00
  • 7d4a5fdead refactor(store): shorten setState Braks 2022-03-24 18:57:36 +01:00
  • 0093df43a9 feat(nodes, edges, store): Add updateNodeDimensions actions Braks 2022-03-24 18:53:23 +01:00
  • 5cc0da29c0 refactor: shorten watcher Braks 2022-03-24 16:56:31 +01:00
  • 3539937752 refactor(store): shorten default state setter function Braks 2022-03-24 16:52:52 +01:00
  • 9a8caf444c feat(store): Enable using a parentNode / parentNodeId to add child nodes Braks 2022-03-23 17:43:27 +01:00
  • 6a2c1b00d7 feat: Enable passing components as node/edge-types Braks 2022-03-23 15:49:00 +01:00
  • f3b3062970 v0.4.0-8 Braks 2022-03-23 13:03:05 +01:00
  • f7c939e683 fix(edges): edges not connecting when mixed with top/btm & left/right Braks 2022-03-22 17:19:07 +01:00
  • ea93d553b8 fix(background): use rect only if bgColor is present Braks 2022-03-22 15:22:54 +01:00
  • c43b94c932 chore: merge shims into single file Braks 2022-03-22 15:22:35 +01:00
  • 3f5c7ea186 update: return vueFlow even if scope doesnt exist Braks 2022-03-17 18:30:36 +01:00
  • 8dcbb9704a chore: remove log Braks 2022-03-17 17:23:11 +01:00
  • d9c67bef60 update(background): use bgColor on extra rect Braks 2022-03-17 17:22:01 +01:00
  • 65d079db20 feat: use a storage class to map flow instances Braks 2022-03-17 16:34:16 +01:00
  • 11da181d0f v0.4.0-7 Braks 2022-03-16 16:08:01 +01:00
  • dcd2ec471e update: Remove useWindow export Braks 2022-03-16 16:06:42 +01:00
  • 05929299d3 refactor(zoom): Move paneReady event to transformation pane mounted hook Braks 2022-03-16 16:02:26 +01:00
  • 93e3d8b84f v0.4.0-6 Braks 2022-03-14 21:28:27 +01:00
  • 6729588504 update: remove exports field Braks 2022-03-14 21:25:32 +01:00
  • 79bac64cc9 v0.4.0-5 Braks 2022-03-14 20:43:07 +01:00
  • c70c816f4b chore: update auto-imports.d.ts Braks 2022-03-14 20:42:30 +01:00
  • ac9f380d15 update: fix export order Braks 2022-03-14 20:23:35 +01:00
  • f3b1c5e79a v0.4.0-4 Braks 2022-03-14 18:28:40 +01:00
  • c21ac7dca4 feat(docs): Add comments to types Braks 2022-03-14 15:40:53 +01:00
  • 3b8c49e654 feat(theme): use postcss to parse default theme into a simple css file Braks 2022-03-14 15:06:46 +01:00
  • 25e5b92843 feat(docs): Add typedoc Braks 2022-03-14 13:32:27 +01:00
  • 2fa7e22b5f feat(background): Allow background height/width to be set Braks 2022-03-14 13:08:02 +01:00
  • d948f5eef4 feat(zoom): Allow zoomOnScroll & panOnScroll to be used without an activation key Braks 2022-03-14 13:07:01 +01:00
  • 9317f786b3 update(examples): Use Shift for panOnScroll on Windows OS Braks 2022-03-12 18:38:30 +01:00
  • afaa038584 fix(zoom): prevent zoom when zoomOnScroll is disabled Braks 2022-03-12 18:28:35 +01:00
  • e4e5e67687 v0.4.0-3 bcakmakoglu 2022-03-08 18:45:05 +01:00
  • 40bb91f608 update(store): deprecare setElements action bcakmakoglu 2022-03-08 18:44:14 +01:00
  • fd951e8bb8 fix(zoom): fitViewOnInit not passed to zoomPane bcakmakoglu 2022-03-08 17:29:29 +01:00