Skip to content

Commit

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

## [0.52.0](https://github.com/daybrush/moveable/compare/0.51.2...0.52.0) (2023-10-28)
### :sparkles: Packages
* `croact-moveable` 0.8.0
* `@moveable/helper` 0.1.3
* `lit-moveable` 0.29.0
* `moveable` 0.52.0
* `preact-moveable` 0.54.0
* `react-moveable` 0.55.0
* `svelte-moveable` 0.44.0
* `vue-moveable` 2.0.0-beta.86
* `vue3-moveable` 0.27.0
* `ngx-moveable` 0.49.0


### :rocket: New Features

* `react-moveable`
* add snapGridAll prop #990 ([7ecd0d0](https://github.com/daybrush/moveable/commit/7ecd0d04595b72b882a1a69a4676dc140bb9eb21))


### :bug: Bug Fix

* `react-moveable`
* fix line break #1001 ([5f68143](https://github.com/daybrush/moveable/commit/5f68143289bd25c505d40684662a071b39417727))
* fix nested svg #1011 ([33366b5](https://github.com/daybrush/moveable/commit/33366b53c4871b1b7676c234168d1ef0cb0ba3c3))
* fix throttleDrag for group ([5f6d392](https://github.com/daybrush/moveable/commit/5f6d392f4731a4728b7e04e856d4a4805f7ac89b))
* fix width scale for keepRatio #1020 ([8dd5c36](https://github.com/daybrush/moveable/commit/8dd5c3613faac796021a6057d4a54ce660eac329))
* remove console.log ([56f99ea](https://github.com/daybrush/moveable/commit/56f99ea6652f23becfd88596d84194fcbaec2277))
* `vue-moveable`
* fix vue-moveable exports #1028 ([809073d](https://github.com/daybrush/moveable/commit/809073d279d8ae33b430fff2f34097403510c7ca))
* `svelte-moveable`
* support svelte 4.x #981 ([90e3f7f](https://github.com/daybrush/moveable/commit/90e3f7ff41cc7cffd44c792c2e6a7bffcfc19785))


### :mega: Other

* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`
* publish packages ([1a65454](https://github.com/daybrush/moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.51.2](https://github.com/daybrush/moveable/compare/0.51.1...0.51.2) (2023-09-19)
### :sparkles: Packages
* `croact-moveable` 0.7.2
Expand Down
9 changes: 9 additions & 0 deletions packages/croact-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.8.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.8.0) (2023-10-28)


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.7.2](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.7.2) (2023-09-19)


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

## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-10-28)

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





## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-09-19)

**Note:** Version bump only for package @moveable/helper
Expand Down
9 changes: 9 additions & 0 deletions packages/lit-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.29.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.29.0) (2023-10-28)


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.28.2](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.28.2) (2023-09-19)


Expand Down
9 changes: 9 additions & 0 deletions packages/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.52.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.52.0) (2023-10-28)


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.51.2](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.51.2) (2023-09-19)


Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.49.0](https://github.com/daybrush/moveable/compare/[email protected]@0.49.0) (2023-10-28)


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.48.2](https://github.com/daybrush/moveable/compare/[email protected]@0.48.2) (2023-09-19)


Expand Down
9 changes: 9 additions & 0 deletions packages/preact-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.54.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.54.0) (2023-10-28)


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.53.2](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.53.2) (2023-09-19)


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

## [0.55.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.55.0) (2023-10-28)


### :rocket: New Features

* add snapGridAll prop #990 ([7ecd0d0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7ecd0d04595b72b882a1a69a4676dc140bb9eb21))


### :bug: Bug Fix

* fix line break #1001 ([5f68143](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/5f68143289bd25c505d40684662a071b39417727))
* fix nested svg #1011 ([33366b5](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/33366b53c4871b1b7676c234168d1ef0cb0ba3c3))
* fix throttleDrag for group ([5f6d392](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/5f6d392f4731a4728b7e04e856d4a4805f7ac89b))
* fix width scale for keepRatio #1020 ([8dd5c36](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8dd5c3613faac796021a6057d4a54ce660eac329))
* remove console.log ([56f99ea](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/56f99ea6652f23becfd88596d84194fcbaec2277))


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.54.2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.54.2) (2023-09-19)


Expand Down
14 changes: 14 additions & 0 deletions packages/svelte-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.

## [0.44.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.44.0) (2023-10-28)


### :bug: Bug Fix

* support svelte 4.x #981 ([90e3f7f](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/90e3f7ff41cc7cffd44c792c2e6a7bffcfc19785))


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.43.3](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.43.3) (2023-09-19)


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.86](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.86) (2023-10-28)


### :bug: Bug Fix

* fix vue-moveable exports #1028 ([809073d](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/809073d279d8ae33b430fff2f34097403510c7ca))


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [2.0.0-beta.85](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.85) (2023-09-19)


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.27.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.27.0) (2023-10-28)


### :mega: Other

* publish packages ([1a65454](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/1a654540f1390648d7e4db910d0673acff190007))



## [0.26.2](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.26.2) (2023-09-19)


Expand Down

0 comments on commit a9bd966

Please sign in to comment.