Commit Graph
2047 Commits
Author SHA1 Message Date
braks 90b3bd0bc3 refactor(store): reset store on unmount and skip re-creating hooks on re-mount 2022-08-01 21:10:14 +02:00
braks 0d10adcbdb fix(nodes): force update clause in updateDimensions 2022-08-01 21:10:14 +02:00
braks 8b02d7d3b3 refactor(store): re-bind hooks on mount and use hooks ref 2022-08-01 21:10:14 +02:00
braks d468fb7f1d refactor(nodes): recreate scope on mount 2022-08-01 21:10:14 +02:00
braks 3f336a12af docs: set prevent scrolling to false 2022-08-01 21:10:14 +02:00
braks c4f9492a4f docs: remove test script 2022-08-01 21:10:14 +02:00
braks f386ea454c docs: replace vuepress specific components 2022-08-01 21:10:14 +02:00
braks af78b52233 docs: fix dead links 2022-08-01 21:10:14 +02:00
braks f2b169145c docs: replace vuepress docs dir with vitepress docs dir 2022-08-01 21:10:14 +02:00
braks 21702daf1e docs: use page layout for example pages 2022-08-01 21:10:14 +02:00
braks 74c329c143 docs: add typedocs to vitepress docs 2022-08-01 21:10:14 +02:00
braks c38787f60b docs: set repl view height 2022-08-01 21:10:14 +02:00
braks bc87e4718f docs: update homepage and styles 2022-08-01 21:10:14 +02:00
braks 4f036e7672 docs: update intro 2022-08-01 21:10:14 +02:00
braks c947d887c8 docs: add social links 2022-08-01 21:10:14 +02:00
braks 586bf5d41d docs: update layout file 2022-08-01 21:10:14 +02:00
braks f17bd16665 docs: update md files 2022-08-01 21:10:14 +02:00
braks e6bef4a9f1 docs: use vitepress 2022-08-01 21:10:14 +02:00
braks bd36253cd0 refactor(viewpane): accept KeyFilter instead of KeyCode
# What's changed?

* accept type of `KeyFilter` instead of `KeyCode` for zoom/select/delete keypress
* don't filter on input dom elements
2022-08-01 21:10:14 +02:00
Git Cliff a095052c84 chore: update CHANGELOG.md 2022-07-30 13:14:07 +00:00
braks dc0ec7a27d chore: bump version 2022-07-30 15:13:29 +02:00
braks 228b9d1753 fix(viewpane): pan on scroll blocks any zoom handling 2022-07-30 15:11:17 +02:00
braks 899d3af4ad fix(nodes): dimensions not properly set on mount 2022-07-30 15:11:17 +02:00
jayrchampandBraks 4e93b2b242 fix(nodes): fix methods (onMouseEnter, onMouseMove, onMouseLeave) not being able to emit event
#253
2022-07-30 15:11:17 +02:00
Git Cliff 91fbad4439 chore: update CHANGELOG.md 2022-07-28 21:00:03 +00:00
braks 9aa517285b chore: bump version 2022-07-28 22:59:23 +02:00
braks 6a5625173c chore: update pnpm-lock.yaml 2022-07-28 22:56:54 +02:00
braks 1db74cf8b6 fix(nodes): prevent initial dimensions being emitted twice 2022-07-28 22:54:56 +02:00
braks 5c688030f5 chore: quasar example vue flow version 2022-07-27 22:53:40 +02:00
Git Cliff 5ca61d2fb0 chore: update CHANGELOG.md 2022-07-27 20:52:05 +00:00
braks 4766510a13 chore: bump version 2022-07-27 22:51:25 +02:00
braks 20fead93c4 chore(store): initial $destroy fn 2022-07-27 22:49:00 +02:00
braks 54eef97bde fix(edges): create new effect scope when pane ready is called 2022-07-27 22:49:00 +02:00
braks d62c3304e3 fix(store): only run scope dispose on parent caller
# What's changed?

* Only run scope disposal on parent scopes
    * the uppermost `useVueFlow` call
* Do not reset store on flow unmount
* Fixes issue that flow is broken after a `v-if` toggle
2022-07-27 22:49:00 +02:00
braks 73bf4db829 feat(store): add $destroy action
# What's changed?

* add action to remove store from global storage (thus destroying it)
2022-07-27 22:49:00 +02:00
braks 98ff31154c revert(types): use state viewport zoom to calculate handlebounds 2022-07-27 22:49:00 +02:00
braks 31f0dbafa7 revert(types): explicitly bind emits 2022-07-27 22:49:00 +02:00
braks 953155dea3 feat: bind pane mouse events 2022-07-27 22:49:00 +02:00
braks 8ea21303bd feat(viewpane): add viewpane mouseevents 2022-07-27 22:49:00 +02:00
braks f2321f2626 feat(store): add findNode & findEdge actions
# What's changed?

* deprecate computed getters `getNode` & `getEdge`
* add actions instead
2022-07-27 22:49:00 +02:00
braks 49d51ccf10 chore: update pnpm-lock.yaml 2022-07-27 22:49:00 +02:00
braks 9a8459c8eb refactor: import Emits type 2022-07-27 22:49:00 +02:00
braks 3d22b879a3 chore: update vueuse 2022-07-27 22:49:00 +02:00
braks cff5e05ac9 chore(store): remove unused prop in store 2022-07-27 22:49:00 +02:00
braks 12108d092c chore: update auto-imports.d.ts 2022-07-27 22:49:00 +02:00
braks 4e7f4b5cf8 chore: symlink deps in tsconfig 2022-07-27 22:49:00 +02:00
braks b0fc5ada92 fix(store): remove generic from node getter
# What's changed?

* generic causes type problem in d.ts file
2022-07-27 22:49:00 +02:00
braks 376f91e264 feat: set vueflow & viewport elements in store 2022-07-27 22:49:00 +02:00
braks 27fa623543 chore(gh): unfreeze lockfile
# What's changed?

* until lockfile issue is sorted, use `no-frozen-lockfile`
2022-07-27 22:49:00 +02:00
braks 93a9a99a85 fix: prevent falsy values from stopping prop watcher 2022-07-27 22:49:00 +02:00