Skip to content

Commit 1c866d4

Browse files
committed
chore: Release 0.35.0
1 parent 80005ba commit 1c866d4

File tree

10 files changed

+137
-0
lines changed

10 files changed

+137
-0
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.35.0](https://github.com/daybrush/moveable/compare/0.34.3...0.35.0) (2022-08-06)
7+
### :sparkles: Packages
8+
* `lit-moveable` 0.12.0
9+
* `moveable` 0.35.0
10+
* `preact-moveable` 0.37.0
11+
* `react-compat-moveable` 0.23.0
12+
* `react-moveable` 0.38.0
13+
* `svelte-moveable` 0.27.0
14+
* `vue-moveable` 2.0.0-beta.32
15+
* `vue3-moveable` 0.10.0
16+
* `ngx-moveable` 0.32.0
17+
18+
19+
### :rocket: New Features
20+
21+
* `react-moveable`
22+
* add maxSnapElementGapDistance prop #707 ([5f71c30](https://github.com/daybrush/moveable/commit/5f71c304192764cd8c9261daec56f1594f13e3df))
23+
* add stopDrag event property #665 ([70f49ee](https://github.com/daybrush/moveable/commit/70f49ee4dabade6366e37fa3408421ee7d1d4931))
24+
* add waitToChangeTarget method #714 ([8e6c534](https://github.com/daybrush/moveable/commit/8e6c534010689c0c0a2a821f8ab7e3d6cf63f240))
25+
26+
27+
### :bug: Bug Fix
28+
29+
* `react-moveable`, `react-compat-moveable`
30+
* prevent click when drag & click control #713 ([2071c0d](https://github.com/daybrush/moveable/commit/2071c0dd68503d920fe9c26e53ec8c17627bee2b))
31+
* `react-moveable`
32+
* render only shortest gap guidelines #707 ([176c1b3](https://github.com/daybrush/moveable/commit/176c1b31b6c8cc3359d44474225a35014fba42d4))
33+
* Other
34+
* update type script ([106c416](https://github.com/daybrush/moveable/commit/106c4162bf388b5bf35c3e38515bebc361721cec))
35+
36+
37+
### :mega: Other
38+
39+
* All
40+
* publish packages ([80005ba](https://github.com/daybrush/moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
41+
42+
43+
644
## [0.34.3](https://github.com/daybrush/moveable/compare/0.34.2...0.34.3) (2022-08-03)
745
### :sparkles: Packages
846
* `lit-moveable` 0.11.3

packages/lit-moveable/CHANGELOG.md

+9
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.12.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.11.3...lit-moveable@0.12.0) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [0.11.3](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.11.2...lit-moveable@0.11.3) (2022-08-03)
716

817

packages/moveable/CHANGELOG.md

+9
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.35.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.34.3...moveable@0.35.0) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [0.34.3](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.34.2...moveable@0.34.3) (2022-08-03)
716

817

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

+9
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.32.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.31.3...ngx-moveable@0.32.0) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [0.31.3](https://github.com/daybrush/moveable/compare/ngx-moveable@0.31.2...ngx-moveable@0.31.3) (2022-08-03)
716

817

packages/preact-moveable/CHANGELOG.md

+9
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.37.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.36.3...preact-moveable@0.37.0) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [0.36.3](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.36.2...preact-moveable@0.36.3) (2022-08-03)
716

817

packages/react-compat-moveable/CHANGELOG.md

+14
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.23.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.22.3...react-compat-moveable@0.23.0) (2022-08-06)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* prevent click when drag & click control #713 ([2071c0d](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/2071c0dd68503d920fe9c26e53ec8c17627bee2b))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
17+
18+
19+
620
## [0.22.3](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.22.2...react-compat-moveable@0.22.3) (2022-08-03)
721

822

packages/react-moveable/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.38.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.37.3...react-moveable@0.38.0) (2022-08-06)
7+
8+
9+
### :rocket: New Features
10+
11+
* add maxSnapElementGapDistance prop #707 ([5f71c30](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/5f71c304192764cd8c9261daec56f1594f13e3df))
12+
* add stopDrag event property #665 ([70f49ee](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/70f49ee4dabade6366e37fa3408421ee7d1d4931))
13+
* add waitToChangeTarget method #714 ([8e6c534](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8e6c534010689c0c0a2a821f8ab7e3d6cf63f240))
14+
15+
16+
### :bug: Bug Fix
17+
18+
* prevent click when drag & click control #713 ([2071c0d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/2071c0dd68503d920fe9c26e53ec8c17627bee2b))
19+
* render only shortest gap guidelines #707 ([176c1b3](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/176c1b31b6c8cc3359d44474225a35014fba42d4))
20+
21+
22+
### :mega: Other
23+
24+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
25+
26+
27+
628
## [0.37.3](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.37.2...react-moveable@0.37.3) (2022-08-03)
729

830

packages/svelte-moveable/CHANGELOG.md

+9
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.27.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.26.3...svelte-moveable@0.27.0) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [0.26.3](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.26.2...svelte-moveable@0.26.3) (2022-08-03)
716

817

packages/vue-moveable/CHANGELOG.md

+9
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.32](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.31...vue-moveable@2.0.0-beta.32) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [2.0.0-beta.31](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.30...vue-moveable@2.0.0-beta.31) (2022-08-03)
716

817

packages/vue3-moveable/CHANGELOG.md

+9
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.10.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.9.3...vue3-moveable@0.10.0) (2022-08-06)
7+
8+
9+
### :mega: Other
10+
11+
* publish packages ([80005ba](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/80005bada5651afd0c5487a193ab321b22ab1b55))
12+
13+
14+
615
## [0.9.3](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.9.2...vue3-moveable@0.9.3) (2022-08-03)
716

817

0 commit comments

Comments
 (0)