thomasmountford and Braks
0bb2dd7530
Added docs for EdgeUpdatable
2022-08-30 22:16:10 +02:00
thomasmountford and Braks
485d7b2dd3
Updated UpdatableEdgeExample to still have a label on the updatable edge
2022-08-30 22:16:10 +02:00
thomasmountford and Braks
7732ad9b76
Added docs for type EdgeUpdatable
...
Implemented type EdgeUdatable in global configuration for VueFlow instance
2022-08-30 22:16:10 +02:00
thomasmountford and Braks
bf519e1f75
Changed updatable prop from boolean to type
...
Updatable
Wrapper.ts now checks for either true, 'target' or 'source'
true enables both markers on edge to be draggable
'target' enables target
'source' enables source
2022-08-30 22:16:10 +02:00
braks
5f5dd49ed6
refactor(resize-rotate): set fixed styles on resize rotate node
2022-08-30 22:16:10 +02:00
braks
dd62165443
feat(resize-rotate): add snappable
2022-08-30 22:16:10 +02:00
braks
9440d4fe85
fix: cast watchable props to ref
2022-08-30 22:16:10 +02:00
braks
a204f861b7
fix: watch translate extent separately
2022-08-30 22:16:10 +02:00
braks
18a31d21a3
docs: update node guide
2022-08-30 22:16:10 +02:00
braks
d7c7ae152c
docs: update yarn install guide
2022-08-30 22:16:10 +02:00
braks
b48234ec91
chore(deps): upgrade deps
2022-08-30 22:16:10 +02:00
Git Cliff
feb1dd6a36
chore: update CHANGELOG.md
2022-08-09 20:52:24 +00:00
braks
3e398d451a
chore: bump version
2022-08-09 22:51:44 +02:00
braks
6221663448
fix(nodes): pass node as prop to wrapper
...
# What's changed?
* instead of computed getter use prop to pass node
* avoids error when node gets deleting from custom node with `removeNodes`
2022-08-09 22:49:41 +02:00
Git Cliff
3255f95df9
chore: update CHANGELOG.md
2022-08-08 17:21:53 +00:00
braks
f1a1321117
chore: bump version
2022-08-08 19:21:14 +02:00
braks
80fd818359
fix(nodes): use flush timing post in NodeWrapper.vue
2022-08-08 19:18:51 +02:00
braks
a9dc02df8d
chore: add .pnpm-store to .gitignore file
2022-08-08 19:18:51 +02:00
Git Cliff
4683b4af16
chore: update CHANGELOG.md
2022-08-03 14:36:42 +00:00
braks
16b6f429a1
chore: bump version
2022-08-03 16:36:08 +02:00
braks
8b6afd3d07
refactor: move watch flush timing to pre
2022-08-03 16:33:40 +02:00
braks
250965d18f
feat(viewpane): block keypress on inputs and .nokey elements
...
# What's changed?
* revert keypress listener on input elements (except button)
* skip keypress events on elements with `.nokey` classname
2022-08-03 16:33:40 +02:00
braks
3638e598e4
docs: update intro links
2022-08-01 21:25:48 +02:00
Git Cliff
a986a6b2c6
chore: update CHANGELOG.md
2022-08-01 19:13:10 +00:00
braks
f473dacffe
chore: bump version
2022-08-01 21:12:34 +02:00
braks
9031b46b57
fix(store): cleanup default change handlers on watch scope dispose
2022-08-01 21:10:14 +02:00
braks
a5d5da54cc
chore: remove unused code
2022-08-01 21:10:14 +02:00
braks
10c34bb9fe
chore: update pnpm-lock.yaml
2022-08-01 21:10:14 +02:00
braks
d077d41d71
docs: update links and headlines
2022-08-01 21:10:14 +02:00
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