Skip to content

Commit ebafece

Browse files
committed
chore: Release 0.39.0
1 parent 0780d7a commit ebafece

File tree

11 files changed

+152
-0
lines changed

11 files changed

+152
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
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.39.0](https://github.com/daybrush/moveable/compare/0.38.1...0.39.0) (2022-11-13)
7+
### :sparkles: Packages
8+
* `@moveable/helper` 0.0.4
9+
* `lit-moveable` 0.16.0
10+
* `moveable` 0.39.0
11+
* `preact-moveable` 0.41.0
12+
* `react-compat-moveable` 0.27.0
13+
* `react-moveable` 0.42.0
14+
* `svelte-moveable` 0.31.0
15+
* `vue-moveable` 2.0.0-beta.48
16+
* `vue3-moveable` 0.14.0
17+
* `ngx-moveable` 0.36.0
18+
19+
20+
### :rocket: New Features
21+
22+
* `react-moveable`
23+
* add `stopDrag` method #787 ([1c1d54d](https://github.com/daybrush/moveable/commit/1c1d54d7b6c3baff62bac34b439244c20a18c3c0))
24+
* add cssText on clip event ([90e5397](https://github.com/daybrush/moveable/commit/90e539751a5e505257702dba6a09c96cd71d3f50))
25+
* support group persist #780 ([40a23db](https://github.com/daybrush/moveable/commit/40a23dbc31d08ac22a85e5dc807ccb16e0604b4c))
26+
27+
28+
### :bug: Bug Fix
29+
30+
* `react-moveable`, `react-compat-moveable`
31+
* update gesto, dragscroll dependencies ([0f33358](https://github.com/daybrush/moveable/commit/0f333589574f509d1e3058b77ec9df6b18d7fee6))
32+
* `react-moveable`
33+
* fix edgeDraggable #695 ([9ebfae5](https://github.com/daybrush/moveable/commit/9ebfae559c978d5354ba5244ada6e22d20cdc83a))
34+
* fix persist group ([d1c9e2c](https://github.com/daybrush/moveable/commit/d1c9e2cab1183b89f346daac5c02dbf531bb53e8))
35+
* fix snap bug for rotated group #786 ([3ac47da](https://github.com/daybrush/moveable/commit/3ac47da798cb655d37903ea9a8574ae62d1a7844))
36+
* fix snap for fixed position #791 ([05f6f22](https://github.com/daybrush/moveable/commit/05f6f221fbdc971ca21b7bf27b24c91b1e722057))
37+
* fix throttleDrag #789 ([8f4659e](https://github.com/daybrush/moveable/commit/8f4659e2531d9cdba9593509c87f0c2915a28ae9))
38+
39+
40+
### :mega: Other
41+
42+
* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `react-compat-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`
43+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
44+
45+
46+
647
## [0.38.1](https://github.com/daybrush/moveable/compare/0.38.0...0.38.1) (2022-11-06)
748
### :sparkles: Packages
849
* `@moveable/helper` 0.0.4

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.0.4](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2022-11-13)
7+
8+
**Note:** Version bump only for package @moveable/helper
9+
10+
11+
12+
13+
614
## [0.0.4](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2022-11-06)
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.16.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.16.0) (2022-11-13)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
12+
13+
14+
615
## [0.15.1](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.15.1) (2022-11-06)
716

817

packages/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.39.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.39.0) (2022-11-13)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
12+
13+
14+
615
## [0.38.1](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.38.1) (2022-11-06)
716

817

packages/ngx-moveable/projects/ngx-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.36.0](https://github.com/daybrush/moveable/compare/[email protected]@0.36.0) (2022-11-13)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
12+
13+
14+
615
## [0.35.1](https://github.com/daybrush/moveable/compare/[email protected]@0.35.1) (2022-11-06)
716

817

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.41.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.41.0) (2022-11-13)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
12+
13+
14+
615
## [0.40.1](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.40.1) (2022-11-06)
716

817

packages/react-compat-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.27.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/[email protected]@0.27.0) (2022-11-13)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* update gesto, dragscroll dependencies ([0f33358](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/0f333589574f509d1e3058b77ec9df6b18d7fee6))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
17+
18+
19+
620
## [0.26.1](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/[email protected]@0.26.1) (2022-11-06)
721

822

packages/react-moveable/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.42.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.42.0) (2022-11-13)
7+
8+
9+
### :rocket: New Features
10+
11+
* add `stopDrag` method #787 ([1c1d54d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/1c1d54d7b6c3baff62bac34b439244c20a18c3c0))
12+
* add cssText on clip event ([90e5397](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/90e539751a5e505257702dba6a09c96cd71d3f50))
13+
* support group persist #780 ([40a23db](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/40a23dbc31d08ac22a85e5dc807ccb16e0604b4c))
14+
15+
16+
### :bug: Bug Fix
17+
18+
* fix edgeDraggable #695 ([9ebfae5](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9ebfae559c978d5354ba5244ada6e22d20cdc83a))
19+
* fix persist group ([d1c9e2c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/d1c9e2cab1183b89f346daac5c02dbf531bb53e8))
20+
* fix snap bug for rotated group #786 ([3ac47da](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/3ac47da798cb655d37903ea9a8574ae62d1a7844))
21+
* fix snap for fixed position #791 ([05f6f22](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/05f6f221fbdc971ca21b7bf27b24c91b1e722057))
22+
* fix throttleDrag #789 ([8f4659e](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8f4659e2531d9cdba9593509c87f0c2915a28ae9))
23+
* update gesto, dragscroll dependencies ([0f33358](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/0f333589574f509d1e3058b77ec9df6b18d7fee6))
24+
25+
26+
### :mega: Other
27+
28+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
29+
30+
31+
632
## [0.41.1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.41.1) (2022-11-06)
733

834

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.31.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.31.0) (2022-11-13)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
12+
13+
14+
615
## [0.30.1](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.30.1) (2022-11-06)
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.48](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.48) (2022-11-13)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([0780d7a](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/0780d7a204e5f1fa13070d4fa3ca657dfe3ee4af))
12+
13+
14+
615
## [2.0.0-beta.47](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.47) (2022-11-06)
716

817

0 commit comments

Comments
 (0)