Skip to content

Commit d9a133b

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 763f107 commit d9a133b

7 files changed

+17
-26
lines changed

.changeset/four-deers-judge.md

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

.changeset/good-turtles-accept.md

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

.changeset/moody-apricots-rhyme.md

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

.changeset/silly-days-sniff.md

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

.changeset/tiny-peaches-dance.md

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

packages/core/CHANGELOG.md

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

3+
## 1.39.0
4+
5+
### Minor Changes
6+
7+
- [#1542](https://github.com/bcakmakoglu/vue-flow/pull/1542) [`de75620`](https://github.com/bcakmakoglu/vue-flow/commit/de756206ccdbfa364d8382c7fef51104aceb1c4d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `paneClickDistance` option. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default `0`)
8+
9+
- [#1535](https://github.com/bcakmakoglu/vue-flow/pull/1535) [`1a812f3`](https://github.com/bcakmakoglu/vue-flow/commit/1a812f31ddafd008082fc8d0378ec880a1b57a33) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `autoPanSpeed` prop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-drag
10+
11+
### Patch Changes
12+
13+
- [#1536](https://github.com/bcakmakoglu/vue-flow/pull/1536) [`235d564`](https://github.com/bcakmakoglu/vue-flow/commit/235d564fcf2bcd7036f9f0bb40c9f32d4d5af014) Thanks [@github-actions](https://github.com/apps/github-actions)! - Dispatch click if drag move was attempted and threshold was not crossed, ignoring any movement that's too small to be considered a drag at all
14+
15+
- [#1545](https://github.com/bcakmakoglu/vue-flow/pull/1545) [`2910992`](https://github.com/bcakmakoglu/vue-flow/commit/2910992c2d59789c5c8cf537655d2d6032471aa7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent calling `onSelectionEnd` when clicking a selection
16+
17+
- [#1543](https://github.com/bcakmakoglu/vue-flow/pull/1543) [`85c8d2d`](https://github.com/bcakmakoglu/vue-flow/commit/85c8d2ddc0612f9831d55f074c1e0d4a4ceca814) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Handle pointer capture for selection on drag
18+
319
## 1.38.5
420

521
### 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.38.5",
3+
"version": "1.39.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

0 commit comments

Comments
 (0)