Braks
ffdadda051
update!: Rename Flow container to VueFlow
...
* Export renamed to VueFlow
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 20:34:02 +01:00
Braks
98d7053951
update(docs): Remove docs dir
...
* Docs are in a dedicated repo now
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 20:07:03 +01:00
Braks
dec2774145
update(edge): hide edge if source/target pos are NaN-ish
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 14:31:54 +01:00
Braks
d6ee5f8868
fix: wrong watch source in nodes
...
* causes console warnings
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 12:50:03 +01:00
Braks
9c3eeef5eb
fix: warnings when NaN values are passed to svg transformations
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 12:44:09 +01:00
Braks
3705a39fa8
refactor: perfomance optimisations through less dependency tracking
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 11:22:56 +01:00
Braks
482a1aa4af
fix(examples): Proper events for listeners
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-15 10:43:58 +01:00
Braks
4d7712fdb2
v0.0.1
2021-11-06 17:04:31 +01:00
Braks
9f329c8802
feat(docs): Add docs index page
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 15:42:05 +01:00
Braks
066155b9f7
feat: copy default theme css file separately to dist
...
* to enable overwriting the default theme export it separately
* add rollup plugin copy for copying the css file
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 15:42:05 +01:00
Braks
1b0602dcce
update(docs): README.md
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 15:42:05 +01:00
Braks
412a84a898
update(docs): styling of sidebar and header
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
update(docs): target server generation
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 15:42:05 +01:00
Braks
ea7db92b6e
fix: draggable not updating on nodes
...
* remove alias for dagre
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 09:43:31 +01:00
Braks
aaf5f608f5
feat: add path alias for src
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 09:38:02 +01:00
Braks
27c72e0022
update: remove examples-app dir
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 09:38:02 +01:00
Braks
5437d48325
fix: custom node example not fitting view
...
* fit view can't work (for the onLoad event) for elements assigned after the host has mounted (onMounted hook) as we can't calculate a rect of elements that don't exist at flow creation
* in this case just trigger fit view __after__ elements have been created/passed to the flow
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 08:54:35 +01:00
Braks
a8f7cc2389
fix: zoom pane not scaling
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 08:54:35 +01:00
Braks
3931a59524
fix(docs): dedupe and add alias for vue
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com >
2021-11-06 08:54:35 +01:00
Braks
ae0772b6d4
update(docs): fix view height
2021-11-06 08:54:35 +01:00
Braks
67876cdd1b
update(docs): disable ssr
2021-11-06 08:54:35 +01:00
Braks
c21ad948c8
update: use yarn instead of pnpm
2021-11-06 08:54:35 +01:00
Braks
e99dfc3dd2
update(docs): Add all examples
2021-11-06 08:54:35 +01:00
Braks
61779638ac
update(dist): Remove rollup and use vite to build lib
...
* Remove custom tsconfig paths to avoid resolving issues on published package
2021-11-06 08:54:35 +01:00
Braks
64df75d405
feat(docs): Initial commit for docs in nuxt 3
2021-11-06 08:54:35 +01:00
Braks
6ec8258f33
fix: typings
2021-10-22 14:29:27 +02:00
Braks
cb96b1ab00
fix: missing node id in node components/slots
2021-10-22 13:04:33 +02:00
Braks
ee07affa89
fix: missing bgcolor in background
2021-10-22 13:03:25 +02:00
Braks
8779a58bab
update(examples): Add validation and zoom pan helper example
2021-10-22 13:03:14 +02:00
Braks
babcbd0e1f
update: Flow instance provides update node internals func
...
* Rename onLoadParams to FlowInstance
* Pass update node internals to instance
2021-10-22 12:39:55 +02:00
Braks
cd32f14a5a
update(examples): Add update node example
2021-10-22 11:05:27 +02:00
Braks
0cc7ef4805
update(examples): Add Unidirectional and updatable edge example
2021-10-22 10:46:54 +02:00
Braks
3ee3843af6
fix: Edge updates not triggering properly
...
update(types): Add FlowEvents type
2021-10-22 10:46:12 +02:00
Braks
c23bbfaa4a
update(examples): Add switch example
2021-10-22 10:00:38 +02:00
Braks
5611f79ea8
update(examples): Add stress example
2021-10-22 10:00:21 +02:00
Braks
89efc0b7e4
update: disable no-console rule
2021-10-22 10:00:21 +02:00
Braks
3f863ef71c
update(examples): Add Save & Restore example
...
* add localforage to dev deps
2021-10-22 10:00:21 +02:00
Braks
eb9714b898
update(examples): Add Provider example
...
* Provider example shows usage of store outside of Flow
2021-10-22 10:00:20 +02:00
Braks
0a45e09c32
feat: Add node/edge types id
...
* ID can be used to switch between different types of nodes/edges
* Add example
2021-10-22 08:49:53 +02:00
Braks
26b3901bd5
fix: node not updating handlebounds when handle pos changes
...
* watch source & target pos and update node dimensions on next tick
2021-10-22 08:16:32 +02:00
Braks
9532615cfd
chore(deps): Downgrade draggale to 0.2.5 due to transformation issue with current version
2021-10-21 18:03:06 +02:00
Braks
20e9d1d396
update: fix names
2021-10-21 17:42:33 +02:00
Braks
e9392b13c5
chore(deps): update draggable
2021-10-21 16:35:05 +02:00
Braks
cd02dd0444
fix: node type change not triggering recalculation of node dimensions
2021-10-21 16:23:23 +02:00
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