Commit Graph

195 Commits

Author SHA1 Message Date
Braks
636eeff9fe feat: use v-html for node labels
* add span tag as wrapper for node labels

feat(examples):

* Add overview example
2021-10-21 15:29:17 +02:00
Braks
a9f187697a update(examples): remove "hack" from layouting example 2021-10-21 15:11:10 +02:00
Braks
e11fddf70a fix: valid connection func in handle 2021-10-21 15:10:42 +02:00
Braks
0a9c1b0717 update(examples): Add multi flows example 2021-10-21 14:55:19 +02:00
Braks
712cf3ef66 update(examples): Add layouting example 2021-10-21 14:47:32 +02:00
Braks
6d197d7f2a update: remove nodes selection props 2021-10-21 14:38:27 +02:00
Braks
0e79718720 update: Add validConnectFunc as prop to handle 2021-10-21 14:28:11 +02:00
Braks
24316e1386 update: background properties 2021-10-21 13:57:20 +02:00
Braks
ca2901bc01 fix: zoom pan helper not being initialized timely 2021-10-21 13:46:15 +02:00
Braks
c062601874 fix: nodeposdiff not updating correctly on node selection 2021-10-21 12:49:11 +02:00
Braks
5d3845b91c update: remove babel (no jsx used anymore) 2021-10-21 12:48:54 +02:00
Braks
77d2e01fc0 update: types
* Add elements to flowoptions type
* add window interface to custom shims
2021-10-21 00:24:59 +02:00
Braks
31c896edb5 update: replace vue version when rolling bundle
* remove vue jsx
2021-10-21 00:09:23 +02:00
Braks
5f500bca18 fix: store actions blocking main thread
* map function overwriting nodes causes main thread to be blocked
* instead use splice
2021-10-20 23:46:47 +02:00
Braks
ff7ee5c7fe fix: label type in edges 2021-10-20 23:09:36 +02:00
Braks
2bfecf7148 update: change name to vue flow
* Add gif to readme

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-10-20 22:39:54 +02:00
Braks
64a4b8c418 fix: nodes as fragments
feat: accept vnode as edge text
2021-10-20 22:39:54 +02:00
Braks
b2b1fe822f feat: add useStore and useHooks composables that provide default store/hooks 2021-10-20 22:39:54 +02:00
Braks
61dc9dea33 fix: edges and edge anchors not re-calculating correctly 2021-10-20 22:39:54 +02:00
Braks
7ecbcba7eb fix: edge anchor 2021-10-20 22:39:54 +02:00
Braks
8c54daedc0 feat: scope edge and node slots by name
* node, edge names slots scoped as `edge/node-${edge/node-type}`
2021-10-20 22:39:54 +02:00
Braks
9d9a90e9a7 update: Add slots to CustomConnectionLine.vue, Edge.vue, Node.vue 2021-10-20 22:39:54 +02:00
Braks
b3d276bfb8 fix: clamp transform values 2021-10-20 22:39:54 +02:00
Braks
cfc8f7782f update: remove render tracking hooks 2021-10-20 22:39:54 +02:00
Braks
9373533e0e update: disable vue-tsc for now 2021-10-20 22:39:54 +02:00
Braks
6cfe5f6d43 chore(deps): remove unused deps
* update deps
* some ts fixes
2021-10-20 22:39:54 +02:00
Braks
17f2517ab4 fix: too many re-render on edges and nodes 2021-10-20 22:39:54 +02:00
Braks
fede792a37 fix: correct event listeners in examples 2021-10-20 22:39:54 +02:00
Braks
c3fb3cd10a fix: zoom pan helper 2021-10-20 22:39:54 +02:00
Braks
a895853b64 update: Add injection keys 2021-10-20 22:39:54 +02:00
Braks
1853c21353 update: add slots to Background.vue, Controls.vue and MiniMap.vue 2021-10-20 22:39:54 +02:00
Braks
6b4e7ab3ce fix: Minimap 2021-10-20 22:39:54 +02:00
Braks
29c6df1755 update(examples): Fix examples 2021-10-20 22:39:54 +02:00
Braks
a5ae6a4e48 update(deps): Add unplugin-components
fix: Excessive rerender of edge texts
update(script-setup): Update some examples

* Remove more jsx files
2021-10-20 22:39:54 +02:00
Braks
1ff3a8dc9c update(script-setup): Refactor additional-components
* Remove jsx files

fix: ConnectionLine.vue not recalculating properly
2021-10-20 22:39:54 +02:00
Braks
560bdc203b update(script-setup): Refactor remaining files to script setup style 2021-10-20 22:39:54 +02:00
Braks
9b2f4b7406 fix: return transform from useZoom 2021-10-20 22:39:54 +02:00
Braks
f8728f0d6e feat: script setup style
* Add Node.vue
2021-10-20 22:39:54 +02:00
Braks
9307c9066a feat: script setup style
* Replace jsx with script setup syntax
* Simplify logic and make it more "composable"
    * Move Zoom functions to useZoom composable
* Update eslint config & tsconfig
2021-10-20 22:39:54 +02:00
Braks
fec2ef40da refactor: update usekeypress functions 2021-10-20 22:39:54 +02:00
Braks
3557284a40 refactor(types): Split types into separate files
* for better organization split typings into separate files
* use index as barrel file
2021-10-20 22:39:54 +02:00
Braks
769378a2ea chore(deps): Use pnpm instead of yarn
* Add pnpm-lock
* update deps
2021-10-20 22:39:54 +02:00
Braks
77eac0c12a chore(lint): Update eslint rules
* Remove semi
2021-10-20 22:39:54 +02:00
Braks
5ed1094dfe feat: Add cb to useKeyPress 2021-08-18 09:51:10 +02:00
Braks
f6f7564894 update(perfomance): Fix node perfomance 2021-08-17 23:16:10 +02:00
Braks
ec17f8a879 v0.1.2 2021-08-17 22:32:52 +02:00
Braks
347f1edc32 update: Pass selection key code to zoom pane
* Use keypress handler in zoom pane instead of passing value as prop
2021-08-17 22:14:39 +02:00
Braks
d6a8ed6be5 update: Color prop optional in MarkerDefinitions 2021-08-17 22:14:02 +02:00
Braks
ece1fecbf8 fix(perfomance): Edge updating too much
* Edges update constantly even though options aren't really changing
2021-08-17 22:13:24 +02:00
Braks
e0bc7e2c96 update(example): Add measurment (px) to nodes width and font size 2021-08-17 19:47:49 +02:00