Skip to content

Commit

Permalink
chore: Release 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jun 4, 2023
1 parent 8d65572 commit 631fd6f
Show file tree
Hide file tree
Showing 11 changed files with 225 additions and 0 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,63 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.48.0](https://github.com/daybrush/moveable/compare/0.47.9...0.48.0) (2023-06-04)
### :sparkles: Packages
* `croact-moveable` 0.4.0
* `@moveable/helper` 0.1.2
* `lit-moveable` 0.25.0
* `moveable` 0.48.0
* `preact-moveable` 0.50.0
* `react-moveable` 0.51.0
* `svelte-moveable` 0.40.0
* `vue-moveable` 2.0.0-beta.76
* `vue3-moveable` 0.23.0
* `ngx-moveable` 0.45.0


### :rocket: New Features

* `react-moveable`, `moveable`, `croact-moveable`
* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))
* `react-moveable`, `ngx-moveable`
* add useDefaultGroupRotate prop #929 ([5846e50](https://github.com/daybrush/moveable/commit/5846e50c18dc2e1aa628e41a8d235ee4851325db))
* `react-moveable`
* add hideThrottleDragRotateLine prop #923 ([e091d39](https://github.com/daybrush/moveable/commit/e091d396f2436ef0ad8d8dfa8922dcd86ec08bfd))
* add isDisplayGridGuidelines prop #935 ([589bb9d](https://github.com/daybrush/moveable/commit/589bb9d888b99768be153a8c0a8dc89ec3fe238a))
* add snapRotationThreshold, snapRotationDegress #928 ([d63283c](https://github.com/daybrush/moveable/commit/d63283c604d3aea9e4f60f8c72f64c2fa2cde0e9))
* add transformObject property in render events #933 ([317ddde](https://github.com/daybrush/moveable/commit/317ddde1e65a2104b0c05ec331d5f468a85fb0b8))
* `svelte-moveable`
* support svelte type ([2022d49](https://github.com/daybrush/moveable/commit/2022d49ae2ebf5daaf21edb4043a557ff3f6eac5))


### :bug: Bug Fix

* `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`, `@moveable/helper`
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))
* `react-moveable`, `preact-moveable`, `croact-moveable`
* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
* `react-moveable`, `lit-moveable`, `croact-moveable`
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
* `react-moveable`
* add defense code for `.stopDrag` #930 ([be743bc](https://github.com/daybrush/moveable/commit/be743bcb1ab211a647da4d53f7d34570e25ac4be))
* fix bounds keepRatio sign #924 ([8ccc8fd](https://github.com/daybrush/moveable/commit/8ccc8fdfbf71079417194f1b1dbef9a797726788))
* fix keepRatio for zero scale #927 ([7b936ac](https://github.com/daybrush/moveable/commit/7b936ac77eb8e48d1f736e2a4dd0141946d3d968))
* support iframe #932 ([7b4cbad](https://github.com/daybrush/moveable/commit/7b4cbad8548e717f6ec31c14f939cbdfaffb650c))
* `vue-moveable`
* fix vue prerelease ([ad7ea7c](https://github.com/daybrush/moveable/commit/ad7ea7ce85c79f6283b668228eb68358a05c4f3e))
* `ngx-moveable`
* support angular 16 ([d41af9c](https://github.com/daybrush/moveable/commit/d41af9c141785c272eb4148270feb8dc11e5d46c))


### :mega: Other

* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`
* update packages ([8d65572](https://github.com/daybrush/moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
* `svelte-moveable`, `ngx-moveable`
* update packages ([9e137aa](https://github.com/daybrush/moveable/commit/9e137aa7455fdf85766ca1ff77dd3d8ea2a4c1c9))



## [0.47.9](https://github.com/daybrush/moveable/compare/0.47.8...0.47.9) (2023-05-16)
### :sparkles: Packages
* `croact-moveable` 0.3.8
Expand Down
21 changes: 21 additions & 0 deletions packages/croact-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.4.0) (2023-06-04)


### :rocket: New Features

* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))


### :bug: Bug Fix

* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [0.3.8](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.3.8) (2023-05-16)


Expand Down
9 changes: 9 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-06-04)


### :bug: Bug Fix

* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/3e87cc7fed43160ca342630fed2f413876f8a518))



## [0.1.2](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-05-16)

**Note:** Version bump only for package @moveable/helper
Expand Down
15 changes: 15 additions & 0 deletions packages/lit-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.25.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.25.0) (2023-06-04)


### :bug: Bug Fix

* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [0.24.9](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.24.9) (2023-05-16)


Expand Down
19 changes: 19 additions & 0 deletions packages/moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.48.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.48.0) (2023-06-04)


### :rocket: New Features

* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))


### :bug: Bug Fix

* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [0.47.9](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.47.9) (2023-05-16)


Expand Down
21 changes: 21 additions & 0 deletions packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.45.0](https://github.com/daybrush/moveable/compare/[email protected]@0.45.0) (2023-06-04)


### :rocket: New Features

* add useDefaultGroupRotate prop #929 ([5846e50](https://github.com/daybrush/moveable/commit/5846e50c18dc2e1aa628e41a8d235ee4851325db))


### :bug: Bug Fix

* support angular 16 ([d41af9c](https://github.com/daybrush/moveable/commit/d41af9c141785c272eb4148270feb8dc11e5d46c))
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
* update packages ([9e137aa](https://github.com/daybrush/moveable/commit/9e137aa7455fdf85766ca1ff77dd3d8ea2a4c1c9))



## [0.44.9](https://github.com/daybrush/moveable/compare/[email protected]@0.44.9) (2023-05-16)


Expand Down
15 changes: 15 additions & 0 deletions packages/preact-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.50.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.50.0) (2023-06-04)


### :bug: Bug Fix

* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [0.49.7](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.49.7) (2023-05-16)


Expand Down
30 changes: 30 additions & 0 deletions packages/react-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.51.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.51.0) (2023-06-04)


### :rocket: New Features

* add hideThrottleDragRotateLine prop #923 ([e091d39](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/e091d396f2436ef0ad8d8dfa8922dcd86ec08bfd))
* add isDisplayGridGuidelines prop #935 ([589bb9d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/589bb9d888b99768be153a8c0a8dc89ec3fe238a))
* add snapRotationThreshold, snapRotationDegress #928 ([d63283c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/d63283c604d3aea9e4f60f8c72f64c2fa2cde0e9))
* add transformObject property in render events #933 ([317ddde](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/317ddde1e65a2104b0c05ec331d5f468a85fb0b8))
* add useDefaultGroupRotate prop #929 ([5846e50](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/5846e50c18dc2e1aa628e41a8d235ee4851325db))
* support drag api #920 ([8f1a839](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8f1a8396c429cf108da5417bc36cccd3ef46013c))


### :bug: Bug Fix

* add defense code for `.stopDrag` #930 ([be743bc](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/be743bcb1ab211a647da4d53f7d34570e25ac4be))
* fix bounds keepRatio sign #924 ([8ccc8fd](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8ccc8fdfbf71079417194f1b1dbef9a797726788))
* fix keepRatio for zero scale #927 ([7b936ac](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7b936ac77eb8e48d1f736e2a4dd0141946d3d968))
* fix ownerDocument css #932 ([76a852a](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/76a852ade3ffb41a1b246649945994f50e52b1f0))
* support iframe #932 ([15abedb](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/15abedb5f5770b8380d0b6ebedbc4ab7834cb9e8))
* support iframe #932 ([7b4cbad](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7b4cbad8548e717f6ec31c14f939cbdfaffb650c))
* support iframe context #932 ([3e87cc7](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/3e87cc7fed43160ca342630fed2f413876f8a518))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [0.50.7](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.50.7) (2023-05-16)


Expand Down
15 changes: 15 additions & 0 deletions packages/svelte-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.40.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.40.0) (2023-06-04)


### :rocket: New Features

* support svelte type ([2022d49](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/2022d49ae2ebf5daaf21edb4043a557ff3f6eac5))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))
* update packages ([9e137aa](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/9e137aa7455fdf85766ca1ff77dd3d8ea2a4c1c9))



## [0.39.9](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.39.9) (2023-05-16)


Expand Down
14 changes: 14 additions & 0 deletions packages/vue-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### :bug: Bug Fix

* fix vue prerelease ([ad7ea7c](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/ad7ea7ce85c79f6283b668228eb68358a05c4f3e))


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [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)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue3-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.23.0) (2023-06-04)


### :mega: Other

* update packages ([8d65572](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/8d65572384ae0fdff288fe78fbeb5d249b070eb7))



## [0.22.9](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.22.9) (2023-05-16)


Expand Down

0 comments on commit 631fd6f

Please sign in to comment.