Braks
560bdc203b
update(script-setup): Refactor remaining files to script setup style
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
e0bc7e2c96
update(example): Add measurment (px) to nodes width and font size
2021-08-17 19:47:49 +02:00
Braks
23c5d2415c
feat(example): Add interaction demo
...
* Showcase how to dynamically activate/deactivate different options of the flowchart
2021-08-16 21:51:53 +02:00
Braks
e4a094017d
feat(example): Add hidden example
...
* Check if node/edge is hidden before rendering
2021-08-16 21:41:16 +02:00
Braks
489e12a8a7
feat(example): Add empty canvas example
...
* Add nodes on button click to an otherwise empty flowchart canvas
2021-08-16 21:27:22 +02:00
Braks
384c05240f
feat(example): Add edge types example (stress tests)
...
* Remove a lot of computed functions or merge them into existing ones
*
2021-08-16 21:17:38 +02:00
Braks
15f968c607
fix(example): Header showing an empty option
2021-08-08 23:05:10 +02:00
Braks
156b312336
update: button edge example to remove edge on click
2021-08-08 20:33:55 +02:00
Braks
74a2a3d8c3
feat: add edge with button example
2021-08-08 20:25:44 +02:00
Braks
6912993ebd
update(example): redirect to basic example as default
2021-08-08 19:33:44 +02:00
Braks
9e397e6817
fix(example): custom edges not displayed correctly
2021-08-08 19:28:45 +02:00
Braks
e7513b898c
fix(example): Custom node positions
2021-08-08 19:28:45 +02:00
Braks
2188c5d3d3
feat(example): Add custom edge example
...
update(example): fit view on custom node example
* node selection to use hooks
* dev script to use vue-tsc
2021-08-08 19:28:45 +02:00
Braks
83216f8ece
fix: custom nodes not getting styled properly
...
* BezierEdge.tsx not drawing paths correctly
2021-08-08 19:28:45 +02:00
Braks
1d542aba65
refactor: back to jsx 🥇
2021-08-08 19:28:45 +02:00
Braks
25c92ecd84
update: Remove wrapEdge and wrapNode files
...
* implement Edge.tsx and Node.vue to wrap the components accordingly
refactor!: Removing callbacks from props in favor of events
chore: upgrade vue and vite vue plugin
2021-08-08 19:28:45 +02:00
Braks
ffd41fb679
refactor: Refactor some jsx files to vue files
...
feat: add global hooks to emulate sort of an event bus between components
* global hooks are not exposed to user but emit events upward from Revue-flow component, just more convenient
2021-08-08 19:28:45 +02:00
Braks
b4fcab4004
fix: inject store instance components
...
chore: update revue-draggable to next tag
2021-07-20 20:01:10 +02:00
Braks
8cfbc89d23
chore: remove some logs
...
fix: inject store instance to handle component
2021-07-17 23:19:50 +02:00
Braks
528f8f4420
refactor: remove passing props to reactive obj instead use props directly again (sort of breaks reactivity in some cases...)
...
fix: node selection not displaying correct rect after mouseup
2021-07-17 20:30:58 +02:00
Braks
9b78c0f5d2
feat: add drag n drop example
2021-07-15 23:33:17 +02:00
Braks
c7fda830a6
update: use store injection in UserSelection component
...
fix: keypress not displaying working properly
2021-07-14 23:48:19 +02:00
Braks
f5580b6d96
feat: Add revue-draggable
...
refactor: remove vue-draggable
* couple of prop default changes
2021-07-14 15:41:59 +02:00
Braks
8f727a4d93
update: base page to basic (no overview currently)
2021-07-11 18:06:12 +02:00
Braks
d491c0196c
update: renaming stuff from react flow to revue flow
2021-07-11 18:03:46 +02:00
Braks
e4f57c79e8
feat: Create examples directory and add some examples
...
* Add svg plugins for vite & rollup
update: more bundle stuff
2021-07-10 23:51:04 +02:00