Skip to content

Commit 36e977f

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: next release
1 parent ad2b09f commit 36e977f

File tree

8 files changed

+33
-45
lines changed

8 files changed

+33
-45
lines changed

.changeset/brave-carrots-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-apes-protect.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/eleven-monkeys-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fifty-jobs-train.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.changeset/tall-lizards-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-bugs-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# @vue-flow/core
22

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- [#639](https://github.com/bcakmakoglu/vue-flow/pull/639) [`ad2b09f1`](https://github.com/bcakmakoglu/vue-flow/commit/ad2b09f18ea1183a7d2a8725d8a637fec3c93871) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow setting `GraphNode` or `GraphEdge` type with a generic type
8+
9+
- [#629](https://github.com/bcakmakoglu/vue-flow/pull/629) [`c7cfcec7`](https://github.com/bcakmakoglu/vue-flow/commit/c7cfcec70a91a9c1a3ed6233be35adba103e9226) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `connectionRadius` option to global options and handle props.
10+
You can use this option to set the radius at which a connection line will snap to the closest available handle.
11+
12+
- [#613](https://github.com/bcakmakoglu/vue-flow/pull/613) [`7abd0bfd`](https://github.com/bcakmakoglu/vue-flow/commit/7abd0bfdf38a65b27f5fed7dc5a44f65dea732d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Export edge center utils `getSimpleEdgeCenter` & `getBezierEdgeCenter` from core
13+
14+
- [#634](https://github.com/bcakmakoglu/vue-flow/pull/634) [`b59dd6a7`](https://github.com/bcakmakoglu/vue-flow/commit/b59dd6a7256a1f0eb51beb7ea581383089b5e0d4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add autopan options. Pans viewport on node drag and/or when drawing a connection line.
15+
16+
### Usage
17+
18+
```ts
19+
useVueFlow({
20+
autoPanOnNodeDrag: true,
21+
autoPanOnConnect: true,
22+
})
23+
```
24+
25+
```vue
26+
<VueFlow v-model="elements" :autoPanOnNodeDrag="true" :autoPanOnConnect="true" />
27+
```
28+
29+
- [#636](https://github.com/bcakmakoglu/vue-flow/pull/636) [`e1628ec6`](https://github.com/bcakmakoglu/vue-flow/commit/e1628ec6601e50a7bc212a2ece83877dee0e9e70) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Export `isGraphNode` and `isGraphEdge` typeguards
30+
31+
### Patch Changes
32+
33+
- [#634](https://github.com/bcakmakoglu/vue-flow/pull/634) [`b59dd6a7`](https://github.com/bcakmakoglu/vue-flow/commit/b59dd6a7256a1f0eb51beb7ea581383089b5e0d4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Throw warning if viewport dimensions are 0
34+
335
## 1.12.7
436

537
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.12.7",
3+
"version": "1.13.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)