Skip to content

Commit fbfa2ef

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 2c3ea83 commit fbfa2ef

File tree

5 files changed

+16
-21
lines changed

5 files changed

+16
-21
lines changed

.changeset/fast-shoes-beam.md

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

.changeset/nice-lobsters-develop.md

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

.changeset/stupid-bags-dance.md

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

packages/core/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#378](https://github.com/bcakmakoglu/vue-flow/pull/378) [`9089861c`](https://github.com/bcakmakoglu/vue-flow/commit/9089861ce78584cb524c3da178cd1c0252ccee30) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Disable user selection if `elementsSelectable` is false
8+
9+
- [#378](https://github.com/bcakmakoglu/vue-flow/pull/378) [`9089861c`](https://github.com/bcakmakoglu/vue-flow/commit/9089861ce78584cb524c3da178cd1c0252ccee30) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent node selection box from appearing before mouseup
10+
11+
- [#380](https://github.com/bcakmakoglu/vue-flow/pull/380) [`2c3ea836`](https://github.com/bcakmakoglu/vue-flow/commit/2c3ea836f1b62fb808f1f7a00bae5b2e917381bb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use shallowRef for node/edge data and event objects so they trigger a re-render on custom nodes/edges
12+
313
## 1.2.0
414

515
### Minor Changes
@@ -72,12 +82,12 @@
7282

7383
```vue
7484
<script lang="ts" setup>
75-
import { Handle, HandleConnectable } from '@vue-flow/core'
85+
import { Handle, HandleConnectable } from '@vue-flow/core'
7686
77-
const handleConnectable: HandleConnectable = (node, connectedEdges) => {
78-
console.log(node, connectedEdges)
79-
return true
80-
}
87+
const handleConnectable: HandleConnectable = (node, connectedEdges) => {
88+
console.log(node, connectedEdges)
89+
return true
90+
}
8191
</script>
8292
<template>
8393
<!-- single connection -->

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.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)