Commit Graph
1147 Commits
Author SHA1 Message Date
Braks e714fe66dd v0.4.11 2022-05-22 22:49:42 +02:00
Braks 0a285d63c7 feat(pathfinding-edge): add and export props type 2022-05-22 22:46:47 +02:00
Braks 18cf57937c chore(vue-flow,components): use correct dbl click casing 2022-05-22 22:46:47 +02:00
Braks 263b6dff9f refactor(vue-flow,components): camelCase custom events in Controls.vue 2022-05-22 22:46:47 +02:00
Braks 045a768ab1 feat(vue-flow,components): add top slot to Controls.vue 2022-05-22 22:46:47 +02:00
Braks 0702fb80f4 feat(vue-flow,components): export ControlButton.vue 2022-05-22 22:46:47 +02:00
bcakmakoglu b263c1089d chore: move gif to root 2022-05-22 22:46:47 +02:00
bcakmakoglu e2d66a4233 chore: update README.md 2022-05-22 22:46:47 +02:00
bcakmakoglu e4c296ad46 feat: add devcontainer files 2022-05-22 22:46:47 +02:00
Braks 6879c44a12 chore(resize-rotate-node): cleanup unused refs 2022-05-22 22:46:47 +02:00
Braks e847e2cb3f chore(pathfinding-edge): update README.md 2022-05-22 22:46:47 +02:00
Braks 728d27c689 chore(resize-rotate-node): update README.md 2022-05-22 22:46:47 +02:00
Braks 8246e6e8d3 feat(resize-rotate-node): hide moveable on pane interaction 2022-05-22 22:46:47 +02:00
Braks f0e2bc02d5 fix(resize-rotate-node): regexp for replacing transform values 2022-05-22 22:46:47 +02:00
Braks 827469ec40 chore(resize-rotate-node): update examples 2022-05-22 22:46:47 +02:00
Braks b4c12fb028 feat(resize-rotate-node): implement onResize & onRotate handlers 2022-05-22 22:46:47 +02:00
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