Skip to content

Commit 631fd6f

Browse files
committed
chore: Release 0.48.0
1 parent 8d65572 commit 631fd6f

File tree

11 files changed

+225
-0
lines changed

11 files changed

+225
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,63 @@
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.48.0](https://github.com/daybrush/moveable/compare/0.47.9...0.48.0) (2023-06-04)
7+
### :sparkles: Packages
8+
* `croact-moveable` 0.4.0
9+
* `@moveable/helper` 0.1.2
10+
* `lit-moveable` 0.25.0
11+
* `moveable` 0.48.0
12+
* `preact-moveable` 0.50.0
13+
* `react-moveable` 0.51.0
14+
* `svelte-moveable` 0.40.0
15+
* `vue-moveable` 2.0.0-beta.76
16+
* `vue3-moveable` 0.23.0
17+
* `ngx-moveable` 0.45.0
18+
19+
20+
### :rocket: New Features
21+
22+
* `react-moveable`, `moveable`, `croact-moveable`
23+
* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))
24+
* `react-moveable`, `ngx-moveable`
25+
* add useDefaultGroupRotate prop #929 ([5846e50](https://github.com/daybrush/moveable/commit/5846e50c18dc2e1aa628e41a8d235ee4851325db))
26+
* `react-moveable`
27+
* add hideThrottleDragRotateLine prop #923 ([e091d39](https://github.com/daybrush/moveable/commit/e091d396f2436ef0ad8d8dfa8922dcd86ec08bfd))
28+
* add isDisplayGridGuidelines prop #935 ([589bb9d](https://github.com/daybrush/moveable/commit/589bb9d888b99768be153a8c0a8dc89ec3fe238a))
29+
* add snapRotationThreshold, snapRotationDegress #928 ([d63283c](https://github.com/daybrush/moveable/commit/d63283c604d3aea9e4f60f8c72f64c2fa2cde0e9))
30+
* add transformObject property in render events #933 ([317ddde](https://github.com/daybrush/moveable/commit/317ddde1e65a2104b0c05ec331d5f468a85fb0b8))
31+
* `svelte-moveable`
32+
* support svelte type ([2022d49](https://github.com/daybrush/moveable/commit/2022d49ae2ebf5daaf21edb4043a557ff3f6eac5))
33+
34+
35+
### :bug: Bug Fix
36+
37+
* `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`, `@moveable/helper`
38+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
39+
* `react-moveable`, `preact-moveable`, `croact-moveable`
40+
* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
41+
* `react-moveable`, `lit-moveable`, `croact-moveable`
42+
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
43+
* `react-moveable`
44+
* add defense code for `.stopDrag` #930 ([be743bc](https://github.com/daybrush/moveable/commit/be743bcb1ab211a647da4d53f7d34570e25ac4be))
45+
* fix bounds keepRatio sign #924 ([8ccc8fd](https://github.com/daybrush/moveable/commit/8ccc8fdfbf71079417194f1b1dbef9a797726788))
46+
* fix keepRatio for zero scale #927 ([7b936ac](https://github.com/daybrush/moveable/commit/7b936ac77eb8e48d1f736e2a4dd0141946d3d968))
47+
* support iframe #932 ([7b4cbad](https://github.com/daybrush/moveable/commit/7b4cbad8548e717f6ec31c14f939cbdfaffb650c))
48+
* `vue-moveable`
49+
* fix vue prerelease ([ad7ea7c](https://github.com/daybrush/moveable/commit/ad7ea7ce85c79f6283b668228eb68358a05c4f3e))
50+
* `ngx-moveable`
51+
* support angular 16 ([d41af9c](https://github.com/daybrush/moveable/commit/d41af9c141785c272eb4148270feb8dc11e5d46c))
52+
53+
54+
### :mega: Other
55+
56+
* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`
57+
* update packages ([8d65572](https://github.com/daybrush/moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
58+
* `svelte-moveable`, `ngx-moveable`
59+
* update packages ([9e137aa](https://github.com/daybrush/moveable/commit/9e137aa7455fdf85766ca1ff77dd3d8ea2a4c1c9))
60+
61+
62+
663
## [0.47.9](https://github.com/daybrush/moveable/compare/0.47.8...0.47.9) (2023-05-16)
764
### :sparkles: Packages
865
* `croact-moveable` 0.3.8

packages/croact-moveable/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.4.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.4.0) (2023-06-04)
7+
8+
9+
### :rocket: New Features
10+
11+
* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
17+
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
18+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
19+
20+
21+
### :mega: Other
22+
23+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
24+
25+
26+
627
## [0.3.8](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.3.8) (2023-05-16)
728

829

packages/helper/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.1.2](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-06-04)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
12+
13+
14+
615
## [0.1.2](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-05-16)
716

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

packages/lit-moveable/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.25.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.25.0) (2023-06-04)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
12+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
13+
14+
15+
### :mega: Other
16+
17+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
18+
19+
20+
621
## [0.24.9](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.24.9) (2023-05-16)
722

823

packages/moveable/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.48.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.48.0) (2023-06-04)
7+
8+
9+
### :rocket: New Features
10+
11+
* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
17+
18+
19+
### :mega: Other
20+
21+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
22+
23+
24+
625
## [0.47.9](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.47.9) (2023-05-16)
726

827

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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/compare/[email protected]@0.45.0) (2023-06-04)
7+
8+
9+
### :rocket: New Features
10+
11+
* add useDefaultGroupRotate prop #929 ([5846e50](https://github.com/daybrush/moveable/commit/5846e50c18dc2e1aa628e41a8d235ee4851325db))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* support angular 16 ([d41af9c](https://github.com/daybrush/moveable/commit/d41af9c141785c272eb4148270feb8dc11e5d46c))
17+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
18+
19+
20+
### :mega: Other
21+
22+
* update packages ([8d65572](https://github.com/daybrush/moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
23+
* update packages ([9e137aa](https://github.com/daybrush/moveable/commit/9e137aa7455fdf85766ca1ff77dd3d8ea2a4c1c9))
24+
25+
26+
627
## [0.44.9](https://github.com/daybrush/moveable/compare/[email protected]@0.44.9) (2023-05-16)
728

829

packages/preact-moveable/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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/blob/master/packages/preact-moveable/compare/[email protected]@0.50.0) (2023-06-04)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
12+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
13+
14+
15+
### :mega: Other
16+
17+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
18+
19+
20+
621
## [0.49.7](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.49.7) (2023-05-16)
722

823

packages/react-moveable/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.51.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.51.0) (2023-06-04)
7+
8+
9+
### :rocket: New Features
10+
11+
* add hideThrottleDragRotateLine prop #923 ([e091d39](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/e091d396f2436ef0ad8d8dfa8922dcd86ec08bfd))
12+
* add isDisplayGridGuidelines prop #935 ([589bb9d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/589bb9d888b99768be153a8c0a8dc89ec3fe238a))
13+
* add snapRotationThreshold, snapRotationDegress #928 ([d63283c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/d63283c604d3aea9e4f60f8c72f64c2fa2cde0e9))
14+
* add transformObject property in render events #933 ([317ddde](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/317ddde1e65a2104b0c05ec331d5f468a85fb0b8))
15+
* add useDefaultGroupRotate prop #929 ([5846e50](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/5846e50c18dc2e1aa628e41a8d235ee4851325db))
16+
* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))
17+
18+
19+
### :bug: Bug Fix
20+
21+
* add defense code for `.stopDrag` #930 ([be743bc](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/be743bcb1ab211a647da4d53f7d34570e25ac4be))
22+
* fix bounds keepRatio sign #924 ([8ccc8fd](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8ccc8fdfbf71079417194f1b1dbef9a797726788))
23+
* fix keepRatio for zero scale #927 ([7b936ac](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7b936ac77eb8e48d1f736e2a4dd0141946d3d968))
24+
* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
25+
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
26+
* support iframe #932 ([7b4cbad](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7b4cbad8548e717f6ec31c14f939cbdfaffb650c))
27+
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
28+
29+
30+
### :mega: Other
31+
32+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
33+
34+
35+
636
## [0.50.7](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.50.7) (2023-05-16)
737

838

packages/svelte-moveable/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.40.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.40.0) (2023-06-04)
7+
8+
9+
### :rocket: New Features
10+
11+
* support svelte type ([2022d49](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/2022d49ae2ebf5daaf21edb4043a557ff3f6eac5))
12+
13+
14+
### :mega: Other
15+
16+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
17+
* update packages ([9e137aa](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/9e137aa7455fdf85766ca1ff77dd3d8ea2a4c1c9))
18+
19+
20+
621
## [0.39.9](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.39.9) (2023-05-16)
722

823

packages/vue-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+
## [2.0.0-beta.76](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.76) (2023-06-04)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* fix vue prerelease ([ad7ea7c](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/ad7ea7ce85c79f6283b668228eb68358a05c4f3e))
12+
13+
14+
### :mega: Other
15+
16+
* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
17+
18+
19+
620
## [2.0.0-beta.75](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.75) (2023-05-16)
721

822

0 commit comments

Comments
 (0)