diff --git a/CHANGELOG.md b/CHANGELOG.md index bb842b6ee..65f77394d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/lit-moveable/CHANGELOG.md b/packages/lit-moveable/CHANGELOG.md index 899db3635..206afc740 100644 --- a/packages/lit-moveable/CHANGELOG.md +++ b/packages/lit-moveable/CHANGELOG.md @@ -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) diff --git a/packages/moveable/CHANGELOG.md b/packages/moveable/CHANGELOG.md index 480b37576..1a349b0df 100644 --- a/packages/moveable/CHANGELOG.md +++ b/packages/moveable/CHANGELOG.md @@ -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) diff --git a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md b/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md index fe6b4bf54..98e6f1b93 100644 --- a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md +++ b/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md @@ -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) diff --git a/packages/preact-moveable/CHANGELOG.md b/packages/preact-moveable/CHANGELOG.md index 3de04c1dd..364000861 100644 --- a/packages/preact-moveable/CHANGELOG.md +++ b/packages/preact-moveable/CHANGELOG.md @@ -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) diff --git a/packages/react-compat-moveable/CHANGELOG.md b/packages/react-compat-moveable/CHANGELOG.md index ef75d43ca..6ead370e8 100644 --- a/packages/react-compat-moveable/CHANGELOG.md +++ b/packages/react-compat-moveable/CHANGELOG.md @@ -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) diff --git a/packages/react-moveable/CHANGELOG.md b/packages/react-moveable/CHANGELOG.md index 401ce0bbb..b3864eb07 100644 --- a/packages/react-moveable/CHANGELOG.md +++ b/packages/react-moveable/CHANGELOG.md @@ -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) diff --git a/packages/svelte-moveable/CHANGELOG.md b/packages/svelte-moveable/CHANGELOG.md index 8a2c8b4d4..1bfb97ea4 100644 --- a/packages/svelte-moveable/CHANGELOG.md +++ b/packages/svelte-moveable/CHANGELOG.md @@ -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) diff --git a/packages/vue-moveable/CHANGELOG.md b/packages/vue-moveable/CHANGELOG.md index 5f595bc01..1fba17776 100644 --- a/packages/vue-moveable/CHANGELOG.md +++ b/packages/vue-moveable/CHANGELOG.md @@ -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) diff --git a/packages/vue3-moveable/CHANGELOG.md b/packages/vue3-moveable/CHANGELOG.md index 1cd601da9..89ebd6599 100644 --- a/packages/vue3-moveable/CHANGELOG.md +++ b/packages/vue3-moveable/CHANGELOG.md @@ -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)