Skip to content

Commit

Permalink
chore: Release 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jul 21, 2022
1 parent da24696 commit 7bbf614
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.0](https://github.com/daybrush/moveable/compare/0.31.2...0.32.0) (2022-07-21)
### :sparkles: Packages
* `lit-moveable` 0.9.0
* `moveable` 0.32.0
* `preact-moveable` 0.34.0
* `react-compat-moveable` 0.20.0
* `react-moveable` 0.35.0
* `svelte-moveable` 0.24.0
* `vue-moveable` 2.0.0-beta.26
* `vue3-moveable` 0.7.0
* `ngx-moveable` 0.29.0


### :rocket: New Features

* `react-moveable`
* add `keepRatioFinally` prop #698 ([bf29635](https://github.com/daybrush/moveable/commit/bf29635ab8a160c9e938213b2477cfec73e8401d))
* add move cursor style with edgeDraggable #703 ([9901deb](https://github.com/daybrush/moveable/commit/9901deb3dd51f449edcd75e4f147b9fa671d951e))
* support object self type #701 ([99967c2](https://github.com/daybrush/moveable/commit/99967c28f9f0f09ef1891ea1ece4b16a6c10ef43))


### :bug: Bug Fix

* `vue3-moveable`, `vue-moveable`
* fix files field in package.json #700 ([5130109](https://github.com/daybrush/moveable/commit/51301099b5a9a9764500c09ce61e4bf65c7c60ef))
* `react-moveable`
* calculate size more accurately #698 ([4dd4038](https://github.com/daybrush/moveable/commit/4dd4038c82c9dff272226e3911549249743dff50))
* enhance bounds accuracy #699 ([9aee6bd](https://github.com/daybrush/moveable/commit/9aee6bdf0cd9105ef3ef653e18363e21ad4c4b3f))
* support shadow root #684 ([8502d07](https://github.com/daybrush/moveable/commit/8502d0795c903e7894d0fad9a6a130cbc543f301))


### :mega: Other

* All
* publish packages ([da24696](https://github.com/daybrush/moveable/commit/da24696977c24b6ea54a433192d15bb7ecbc62e9))
* `vue3-moveable`, `react-moveable`, `react-compat-moveable`, `moveable`
* update `react-compat-moveable` ([712ae6f](https://github.com/daybrush/moveable/commit/712ae6fb49dec3f4e40a3cd664f63625d7cd5669))



## [0.31.2](https://github.com/daybrush/moveable/compare/0.31.0...0.31.2) (2022-07-17)
### :sparkles: Packages
* `lit-moveable` 0.8.2
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.9.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.8.2...lit-moveable@0.9.0) (2022-07-21)


### :mega: Other

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



## [0.8.2](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.8.0...lit-moveable@0.8.2) (2022-07-17)


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

## [0.32.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.31.2...moveable@0.32.0) (2022-07-21)


### :mega: Other

* publish packages ([da24696](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/da24696977c24b6ea54a433192d15bb7ecbc62e9))
* update `react-compat-moveable` ([712ae6f](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/712ae6fb49dec3f4e40a3cd664f63625d7cd5669))



## [0.31.2](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.31.0...moveable@0.31.2) (2022-07-17)


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.29.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.28.2...ngx-moveable@0.29.0) (2022-07-21)


### :mega: Other

* publish packages ([da24696](https://github.com/daybrush/moveable/commit/da24696977c24b6ea54a433192d15bb7ecbc62e9))



## [0.28.2](https://github.com/daybrush/moveable/compare/ngx-moveable@0.28.0...ngx-moveable@0.28.2) (2022-07-17)


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.34.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.33.2...preact-moveable@0.34.0) (2022-07-21)


### :mega: Other

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



## [0.33.2](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.33.0...preact-moveable@0.33.2) (2022-07-17)


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

## [0.20.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.19.2...react-compat-moveable@0.20.0) (2022-07-21)


### :mega: Other

* publish packages ([da24696](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/da24696977c24b6ea54a433192d15bb7ecbc62e9))
* update `react-compat-moveable` ([712ae6f](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/712ae6fb49dec3f4e40a3cd664f63625d7cd5669))



## [0.19.2](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.19.0...react-compat-moveable@0.19.2) (2022-07-17)


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

## [0.35.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.34.2...react-moveable@0.35.0) (2022-07-21)


### :rocket: New Features

* add `keepRatioFinally` prop #698 ([bf29635](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/bf29635ab8a160c9e938213b2477cfec73e8401d))
* add move cursor style with edgeDraggable #703 ([9901deb](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9901deb3dd51f449edcd75e4f147b9fa671d951e))
* support object self type #701 ([99967c2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/99967c28f9f0f09ef1891ea1ece4b16a6c10ef43))


### :bug: Bug Fix

* calculate size more accurately #698 ([4dd4038](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/4dd4038c82c9dff272226e3911549249743dff50))
* enhance bounds accuracy #699 ([9aee6bd](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9aee6bdf0cd9105ef3ef653e18363e21ad4c4b3f))
* support shadow root #684 ([8502d07](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8502d0795c903e7894d0fad9a6a130cbc543f301))


### :mega: Other

* publish packages ([da24696](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/da24696977c24b6ea54a433192d15bb7ecbc62e9))
* update `react-compat-moveable` ([712ae6f](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/712ae6fb49dec3f4e40a3cd664f63625d7cd5669))



## [0.34.2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.34.0...react-moveable@0.34.2) (2022-07-17)


Expand Down
9 changes: 9 additions & 0 deletions packages/svelte-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.24.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.23.2...svelte-moveable@0.24.0) (2022-07-21)


### :mega: Other

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



## [0.23.2](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.23.0...svelte-moveable@0.23.2) (2022-07-17)


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.26](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.24...vue-moveable@2.0.0-beta.26) (2022-07-21)


### :bug: Bug Fix

* fix files field in package.json #700 ([5130109](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/51301099b5a9a9764500c09ce61e4bf65c7c60ef))


### :mega: Other

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



## [2.0.0-beta.24](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.22...vue-moveable@2.0.0-beta.24) (2022-07-17)


Expand Down
15 changes: 15 additions & 0 deletions packages/vue3-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.7.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.6.2...vue3-moveable@0.7.0) (2022-07-21)


### :bug: Bug Fix

* fix files field in package.json #700 ([5130109](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/51301099b5a9a9764500c09ce61e4bf65c7c60ef))


### :mega: Other

* publish packages ([da24696](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/da24696977c24b6ea54a433192d15bb7ecbc62e9))
* update `react-compat-moveable` ([712ae6f](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/712ae6fb49dec3f4e40a3cd664f63625d7cd5669))



## [0.6.2](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.6.0...vue3-moveable@0.6.2) (2022-07-17)


Expand Down

0 comments on commit 7bbf614

Please sign in to comment.