Braks
efad878cd4
chore(resize-rotate-node): Add vue-types to deps dev
2022-05-22 22:46:47 +02:00
Braks
bc0bd3a812
chore: Move env.d.ts to root
2022-05-22 22:46:47 +02:00
Braks
233f5cd078
chore(examples): Update vue-flow pkg alias path
2022-05-22 22:46:47 +02:00
Braks
37bc17f6c0
feat(resize-rotate-node): Add onResize handler
2022-05-22 22:46:47 +02:00
Braks
b120c22174
feat: Add moveable to ResizeRotateNode.vue
2022-05-22 22:46:47 +02:00
Braks
0e00a41d44
chore: cleanup deps
2022-05-22 22:46:47 +02:00
Braks
66312b5d4b
feat: Add resize-rotate-node pkg
2022-05-22 22:46:47 +02:00
Braks
796aeaa139
chore: add release script
2022-05-22 22:46:47 +02:00
Braks
70a148d082
chore: move vue-flow to dev-deps
2022-05-22 22:46:47 +02:00
Braks
3b0e301bf1
chore: add dependency to types pipeline
2022-05-22 22:46:47 +02:00
Braks
36b3729a2b
chore: update pathfinding edge pkg
2022-05-22 22:46:47 +02:00
Braks
cbb94ba7c8
chore: update tsconfig, remove license
2022-05-22 22:46:47 +02:00
Braks
a90bbb9b5e
chore: lint files
2022-05-22 22:46:47 +02:00
Braks
4ee7eb909a
feat(pkg): Add pathfinding edge pkg to packages dir
2022-05-22 22:46:47 +02:00
Braks
b9dbb97374
refactor(pkg): Move vue-flow into separate pkg directory
2022-05-22 22:46:47 +02:00
Braks
df43ff3b8b
chore: Update CHANGELOG.md
2022-05-14 18:29:00 +02:00
Braks
9627f236c7
v0.4.10
2022-05-14 18:28:54 +02:00
Braks
d36402e537
fix(edges): Check if connection exists for new connection
2022-05-14 18:26:55 +02:00
Braks
1d2322eb46
examples: Update node example color
2022-05-14 18:26:55 +02:00
Braks
8459476a98
chore: Update CHANGELOG.md
2022-05-11 22:12:58 +02:00
Braks
bcaf346926
v0.4.9
2022-05-11 22:12:52 +02:00
Braks
36de50ede9
chore(pkg): update typedoc & unplugin-auto-import
2022-05-11 22:10:40 +02:00
Braks
75390a75e7
chore(pkg): update vite
2022-05-11 22:10:40 +02:00
Braks
75a94e7b22
chore(pkg): remove "private" interfaces from components
2022-05-11 22:10:40 +02:00
Braks
c396b4fc3c
chore(deps,deps-dev): update pkg and root deps
2022-05-11 22:10:40 +02:00
Braks
69ed530198
chore(pkg): explicitly export defaults from vue files
2022-05-11 22:10:40 +02:00
Braks
ca552dc8ae
chore(pkg): update eslint config
2022-05-11 22:10:40 +02:00
Braks
22845c210d
chore: lint files
2022-05-11 22:10:40 +02:00
Braks
447d24c5a8
chore(deps-dev): update eslint, prettier & antfu/eslint-config
2022-05-11 22:10:40 +02:00
Braks
be2a37246a
feat: export base edge
2022-05-11 22:10:40 +02:00
Braks
8e91e4a8e5
refactor: use watchEffect for keypress
2022-05-11 22:10:40 +02:00
Braks
412c0e500f
feat: Export storage class
...
# What's changed?
* Export storage class as GlobalVueFlowStorage
* For possible global access of all currently active stores
2022-05-11 22:10:40 +02:00
Braks
1fab0317d5
refactor(edges): update edge type to include default edge types
2022-05-11 22:10:40 +02:00
Braks
e2e3a650c1
fix(edges): Add edges not respecting default edge options
2022-05-11 22:10:40 +02:00
Braks
152801edac
feat: Add pattern slot to background
...
# What's changed?
* Add a slot named pattern to background
* Allows for icons or similar things to be passed as bg pattern
2022-05-11 22:10:40 +02:00
Braks
5fb0280e5b
fix: fit view not respecting options nodes
2022-05-11 22:10:40 +02:00
Braks
b68dc4c032
fix: wrong elements removed when index can't be found
2022-05-11 22:10:40 +02:00
Braks
b8abc78307
chore: Update CHANGELOG.md
2022-04-24 13:35:40 +02:00
Braks
892728717e
v0.4.8
2022-04-24 13:34:22 +02:00
Braks
18f0d2f1ce
chore: move changelog update to postrelease
2022-04-24 13:34:22 +02:00
Braks
c4f9b2c780
fix: ensure scope dispose is run
2022-04-24 13:34:22 +02:00
Braks
1b97109b94
refactor: remove scoped slot props from handles
2022-04-24 13:34:22 +02:00
Braks
9cc7806972
fix(edges): Cancel edge update if connection exists
2022-04-24 13:34:22 +02:00
Braks
0becad73ad
refactor(nodes): minimize position change loops
...
# What's changed?
* Only loop selected nodes instead of all nodes when determining position changes
2022-04-24 13:34:22 +02:00
Braks
e2fd3b44ef
refactor(edges): defer grouping to next tick
2022-04-24 13:34:22 +02:00
Braks
f5d245322b
feat: Add emits property to store
...
# What's changed?
* For easier access (and shorter syntax) of event emitters add emits property to store
* Change instance, zoom, hooks, emits and onEvent triggers to readonly
2022-04-24 13:34:22 +02:00
Braks
c6840a31ad
fix: missing mouseevent on minimap node click
2022-04-24 13:34:22 +02:00
Braks
aaccbb4b3e
chore: update README.md
2022-04-24 13:34:22 +02:00
Braks
b6848e37c8
refactor(nodes,edges): Pass type component as prop
...
# What's changed?
* Pass component as prop
* Reduce watcher and computed
* Add reactivity transform macros to examples
2022-04-24 13:34:22 +02:00
Braks
2918b689fe
tests: update tests to work with removed store property
2022-04-24 13:34:22 +02:00