Skip to content

Commit 7506910

Browse files
committed
chore: Release 0.53.0
1 parent f9a0eed commit 7506910

File tree

11 files changed

+166
-0
lines changed

11 files changed

+166
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.0](https://github.com/daybrush/moveable/compare/0.52.0...0.53.0) (2023-12-03)
7+
### :sparkles: Packages
8+
* `croact-moveable` 0.9.0
9+
* `@moveable/helper` 0.1.3
10+
* `lit-moveable` 0.30.0
11+
* `moveable` 0.53.0
12+
* `preact-moveable` 0.55.0
13+
* `react-moveable` 0.56.0
14+
* `svelte-moveable` 0.45.0
15+
* `vue-moveable` 2.0.0-beta.87
16+
* `vue3-moveable` 0.28.0
17+
* `ngx-moveable` 0.50.0
18+
19+
20+
### :rocket: New Features
21+
22+
* `react-moveable`, `ngx-moveable`
23+
* expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868))
24+
* `react-moveable`
25+
* add snapHorizontalThreshold, snapVerticalThreshold #1044 ([6cd5114](https://github.com/daybrush/moveable/commit/6cd51145ec81b3294c0ba9968d6530748ae46beb))
26+
27+
28+
### :bug: Bug Fix
29+
30+
* `react-moveable`
31+
* fix dragTarget in control box #1054 ([f4e3232](https://github.com/daybrush/moveable/commit/f4e3232c787f50f9a9947c45307870e5ad5c87ef))
32+
* fix names ([7722add](https://github.com/daybrush/moveable/commit/7722addf758da09480808f1e03c5b9e3061f855b))
33+
* fix svg origin for viewbox and foreignbox #1048 ([6c27742](https://github.com/daybrush/moveable/commit/6c2774205077fa982bf140a413fdef1b6f2f8a7a))
34+
* updateSelector's update #1055 ([fc9da03](https://github.com/daybrush/moveable/commit/fc9da032daa1c721cf47e3c97434f698849137ad))
35+
36+
37+
### :house: Code Refactoring
38+
39+
* `react-moveable`, `moveable`
40+
* let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815))
41+
42+
43+
### :mega: Other
44+
45+
* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`
46+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
47+
* `react-moveable`, `croact-moveable`
48+
* update gesto version ([4d12e48](https://github.com/daybrush/moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2))
49+
50+
51+
652
## [0.52.0](https://github.com/daybrush/moveable/compare/0.51.2...0.52.0) (2023-10-28)
753
### :sparkles: Packages
854
* `croact-moveable` 0.8.0

packages/croact-moveable/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.8.0...croact-moveable@0.9.0) (2023-12-03)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
12+
* update gesto version ([4d12e48](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2))
13+
14+
15+
616
## [0.8.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.7.2...croact-moveable@0.8.0) (2023-10-28)
717

818

packages/helper/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/helper@0.1.3...@moveable/helper@0.1.3) (2023-12-03)
7+
8+
**Note:** Version bump only for package @moveable/helper
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/helper@0.1.3...@moveable/helper@0.1.3) (2023-10-28)
715

816
**Note:** Version bump only for package @moveable/helper

packages/lit-moveable/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.29.0...lit-moveable@0.30.0) (2023-12-03)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
12+
13+
14+
615
## [0.29.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.28.2...lit-moveable@0.29.0) (2023-10-28)
716

817

packages/moveable/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.52.0...moveable@0.53.0) (2023-12-03)
7+
8+
9+
### :house: Code Refactoring
10+
11+
* let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
17+
18+
19+
620
## [0.52.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.51.2...moveable@0.52.0) (2023-10-28)
721

822

packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.50.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.49.0...ngx-moveable@0.50.0) (2023-12-03)
7+
8+
9+
### :rocket: New Features
10+
11+
* expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
17+
18+
19+
620
## [0.49.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.48.2...ngx-moveable@0.49.0) (2023-10-28)
721

822

packages/preact-moveable/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.55.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.54.0...preact-moveable@0.55.0) (2023-12-03)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
12+
13+
14+
615
## [0.54.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.53.2...preact-moveable@0.54.0) (2023-10-28)
716

817

packages/react-moveable/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.56.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.55.0...react-moveable@0.56.0) (2023-12-03)
7+
8+
9+
### :rocket: New Features
10+
11+
* add snapHorizontalThreshold, snapVerticalThreshold #1044 ([6cd5114](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/6cd51145ec81b3294c0ba9968d6530748ae46beb))
12+
* expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868))
13+
14+
15+
### :bug: Bug Fix
16+
17+
* fix dragTarget in control box #1054 ([f4e3232](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/f4e3232c787f50f9a9947c45307870e5ad5c87ef))
18+
* fix names ([7722add](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7722addf758da09480808f1e03c5b9e3061f855b))
19+
* fix svg origin for viewbox and foreignbox #1048 ([6c27742](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/6c2774205077fa982bf140a413fdef1b6f2f8a7a))
20+
* updateSelector's update #1055 ([fc9da03](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/fc9da032daa1c721cf47e3c97434f698849137ad))
21+
22+
23+
### :house: Code Refactoring
24+
25+
* let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815))
26+
27+
28+
### :mega: Other
29+
30+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
31+
* update gesto version ([4d12e48](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2))
32+
33+
34+
635
## [0.55.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.54.2...react-moveable@0.55.0) (2023-10-28)
736

837

packages/svelte-moveable/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.45.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.44.0...svelte-moveable@0.45.0) (2023-12-03)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
12+
13+
14+
615
## [0.44.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.43.3...svelte-moveable@0.44.0) (2023-10-28)
716

817

packages/vue-moveable/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0-beta.87](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.86...vue-moveable@2.0.0-beta.87) (2023-12-03)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
12+
13+
14+
615
## [2.0.0-beta.86](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.85...vue-moveable@2.0.0-beta.86) (2023-10-28)
716

817

0 commit comments

Comments
 (0)