diff --git a/.changeset/calm-oranges-love.md b/.changeset/calm-oranges-love.md deleted file mode 100644 index 1737ef643..000000000 --- a/.changeset/calm-oranges-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -fix smooth step edge horizontally or vertically aligned nodes diff --git a/.changeset/clever-tables-kiss.md b/.changeset/clever-tables-kiss.md deleted file mode 100644 index ca6d7a749..000000000 --- a/.changeset/clever-tables-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": minor ---- - -Add `offsetScale` prop diff --git a/.changeset/fuzzy-bulldogs-eat.md b/.changeset/fuzzy-bulldogs-eat.md deleted file mode 100644 index fd925ad38..000000000 --- a/.changeset/fuzzy-bulldogs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix scroll speed when using Control btn on windows diff --git a/.changeset/hip-lies-protect.md b/.changeset/hip-lies-protect.md deleted file mode 100644 index cc8789c35..000000000 --- a/.changeset/hip-lies-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use os specific key defaults (Windows -> Control, Mac -> Meta) diff --git a/.changeset/honest-terms-travel.md b/.changeset/honest-terms-travel.md deleted file mode 100644 index 1a951fa76..000000000 --- a/.changeset/honest-terms-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-resizer": patch ---- - -Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary) diff --git a/.changeset/little-experts-appear.md b/.changeset/little-experts-appear.md deleted file mode 100644 index 8e2c8b5a8..000000000 --- a/.changeset/little-experts-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add role `img` to edges if not focusable diff --git a/.changeset/modern-ties-reflect.md b/.changeset/modern-ties-reflect.md deleted file mode 100644 index ff0c27991..000000000 --- a/.changeset/modern-ties-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Improve smoothstep edge label positioning diff --git a/.changeset/nervous-clouds-approve.md b/.changeset/nervous-clouds-approve.md deleted file mode 100644 index ac43f33a7..000000000 --- a/.changeset/nervous-clouds-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix horizontal scroll on windows diff --git a/.changeset/spicy-dolphins-ring.md b/.changeset/spicy-dolphins-ring.md deleted file mode 100644 index e329b8e6c..000000000 --- a/.changeset/spicy-dolphins-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Clear pressed key on keyup event, so that key combinations only work while simulteanously pressing keys diff --git a/.changeset/spotty-taxis-watch.md b/.changeset/spotty-taxis-watch.md deleted file mode 100644 index 29b847034..000000000 --- a/.changeset/spotty-taxis-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow passing key combinations as a simple string instead of wrapping in an array diff --git a/.changeset/tidy-comics-run.md b/.changeset/tidy-comics-run.md deleted file mode 100644 index 069688a37..000000000 --- a/.changeset/tidy-comics-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Pass missing minimap node props diff --git a/.changeset/yellow-tables-serve.md b/.changeset/yellow-tables-serve.md deleted file mode 100644 index b39f4c9f8..000000000 --- a/.changeset/yellow-tables-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Reset isPressed value when switching from a boolean keyFilter to another type of keyFilter diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e7bfafc7f..bc0ea3640 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @vue-flow/core +## 1.22.3 + +### Patch Changes + +- [#1064](https://github.com/bcakmakoglu/vue-flow/pull/1064) [`07387ebe`](https://github.com/bcakmakoglu/vue-flow/commit/07387ebef39c086d2d3cc51a51ea3f7eecec5016) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - fix smooth step edge horizontally or vertically aligned nodes + +- [#1082](https://github.com/bcakmakoglu/vue-flow/pull/1082) [`e3cc6ddf`](https://github.com/bcakmakoglu/vue-flow/commit/e3cc6ddf84d824be3e47952dbaa07cc610f7fa03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix scroll speed when using Control btn on windows + +- [#1081](https://github.com/bcakmakoglu/vue-flow/pull/1081) [`0d36d4cd`](https://github.com/bcakmakoglu/vue-flow/commit/0d36d4cdd991395c33c2e2248a9d4ba3f9d42538) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use os specific key defaults (Windows -> Control, Mac -> Meta) + +- [#1065](https://github.com/bcakmakoglu/vue-flow/pull/1065) [`05821407`](https://github.com/bcakmakoglu/vue-flow/commit/0582140773675df8fd117712d3837e89edb0f546) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add role `img` to edges if not focusable + +- [#1083](https://github.com/bcakmakoglu/vue-flow/pull/1083) [`13d2e2cb`](https://github.com/bcakmakoglu/vue-flow/commit/13d2e2cb75d165a67d0412df5964ea6b01dfbb42) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Improve smoothstep edge label positioning + +- [#1082](https://github.com/bcakmakoglu/vue-flow/pull/1082) [`e3cc6ddf`](https://github.com/bcakmakoglu/vue-flow/commit/e3cc6ddf84d824be3e47952dbaa07cc610f7fa03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix horizontal scroll on windows + +- [#1085](https://github.com/bcakmakoglu/vue-flow/pull/1085) [`03715134`](https://github.com/bcakmakoglu/vue-flow/commit/0371513440ce0cc4a524fc844947fb0d69c2842b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Clear pressed key on keyup event, so that key combinations only work while simulteanously pressing keys + +- [#1084](https://github.com/bcakmakoglu/vue-flow/pull/1084) [`806f2632`](https://github.com/bcakmakoglu/vue-flow/commit/806f263217906258982d96039d98b019642b63ad) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing key combinations as a simple string instead of wrapping in an array + +- [#1086](https://github.com/bcakmakoglu/vue-flow/pull/1086) [`641b4d75`](https://github.com/bcakmakoglu/vue-flow/commit/641b4d7521409ad9754f776f46c983e4c9972493) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reset isPressed value when switching from a boolean keyFilter to another type of keyFilter + ## 1.22.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3b34c9558..3e352d04e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.22.2", + "version": "1.22.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index a5c2e119b..23c6b00a4 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/minimap +## 1.2.0 + +### Minor Changes + +- [#1066](https://github.com/bcakmakoglu/vue-flow/pull/1066) [`f1421f43`](https://github.com/bcakmakoglu/vue-flow/commit/f1421f437dfea55bdeeaf9b5471f2ac466ce64be) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `offsetScale` prop + +### Patch Changes + +- [#1066](https://github.com/bcakmakoglu/vue-flow/pull/1066) [`eac7308b`](https://github.com/bcakmakoglu/vue-flow/commit/eac7308bebeb5663ff2b17f82e5e3339618bb292) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass missing minimap node props + ## 1.1.1 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 07f486669..901360384 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.1.1", + "version": "1.2.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index 35887b57c..b0a33ed8e 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.3.4 + +### Patch Changes + +- [#1087](https://github.com/bcakmakoglu/vue-flow/pull/1087) [`48bcb29c`](https://github.com/bcakmakoglu/vue-flow/commit/48bcb29c88ed24409fbca17be028c1b5b2c4ee90) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary) + ## 1.3.3 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 0b4570e18..a3a4d413d 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.3.3", + "version": "1.3.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",