diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d721ef34..3f9188e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,52 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.49.1](https://github.com/daybrush/moveable/compare/0.49.0...0.49.1) (2023-06-28) +### :sparkles: Packages +* `croact-moveable` 0.5.1 +* `@moveable/helper` 0.1.3 +* `lit-moveable` 0.26.1 +* `moveable` 0.49.1 +* `preact-moveable` 0.51.1 +* `react-moveable` 0.52.1 +* `svelte-moveable` 0.41.1 +* `vue-moveable` 2.0.0-beta.78 +* `vue3-moveable` 0.24.1 +* `ngx-moveable` 0.46.1 + + +### :bug: Bug Fix + +* `react-moveable`, `moveable` + * fix dragTarget's unset #960 ([8e60b38](https://github.com/daybrush/moveable/commit/8e60b385b8931a3aab953b315618ec15f9360611)) +* `react-moveable` + * fix helper alias ([ee5bf0b](https://github.com/daybrush/moveable/commit/ee5bf0b958a49694e4eed111755d1ef5ba5c6dc9)) + + +### :memo: Documentation + +* update CHANGELOG.md (#959) ([145d5a3](https://github.com/daybrush/moveable/commit/145d5a3abfc2e6e1823a889eba528c77cb761afa)) + + +### :house: Code Refactoring + +* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable` + * change rollup to vite ([213f346](https://github.com/daybrush/moveable/commit/213f346257289eaec6f3f6f618e8fba33859c384)) +* `ngx-moveable` + * update angular 15 version, use standalone ([226ea64](https://github.com/daybrush/moveable/commit/226ea643cb5c12315fc96e334a4bfa920f78d8aa)) + + +### :mega: Other + +* `vue3-moveable`, `vue-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`, `@moveable/helper` + * fix update modules ([bb608dc](https://github.com/daybrush/moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable` + * publish packages ([510d7cd](https://github.com/daybrush/moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) +* `react-moveable` + * fix ts-loader version ([429ae5f](https://github.com/daybrush/moveable/commit/429ae5faa48fa9bedfc2463c1aaaebc58575bf80)) + + + ## [0.49.0](https://github.com/daybrush/moveable/compare/0.48.0...0.49.0) (2023-06-25) ### :sparkles: Packages * `croact-moveable` 0.5.0 diff --git a/packages/croact-moveable/CHANGELOG.md b/packages/croact-moveable/CHANGELOG.md index 40f03f301..e796bbfa6 100644 --- a/packages/croact-moveable/CHANGELOG.md +++ b/packages/croact-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.5.1](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.5.0...croact-moveable@0.5.1) (2023-06-28) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.5.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.4.0...croact-moveable@0.5.0) (2023-06-25) diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 771d8e4f4..087db68f6 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -3,6 +3,26 @@ 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/helper@0.1.2...@moveable/helper@0.1.3) (2023-06-28) + + +### :rocket: New Features + +* add group, ungroup in helper ([8434ed1](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/8434ed19853a158739b3e9b936d63825c6824c96)) + + +### :bug: Bug Fix + +* fix helper rollup config ([c8ee6a7](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/c8ee6a7b78f7bbb4606b997d1fdae2ebc2d8ff21)) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* Release 0.49.0 ([9300af7](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/9300af7b4297f6dfe9160aee87a1b810490c2753)) + + + ## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/helper@0.1.2...@moveable/helper@0.1.3) (2023-06-25) diff --git a/packages/lit-moveable/CHANGELOG.md b/packages/lit-moveable/CHANGELOG.md index 390dbc72b..59ffc5e3a 100644 --- a/packages/lit-moveable/CHANGELOG.md +++ b/packages/lit-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.26.1](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.26.0...lit-moveable@0.26.1) (2023-06-28) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.26.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.25.0...lit-moveable@0.26.0) (2023-06-25) diff --git a/packages/moveable/CHANGELOG.md b/packages/moveable/CHANGELOG.md index ed9dfbc11..d2025cdf9 100644 --- a/packages/moveable/CHANGELOG.md +++ b/packages/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.49.1](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.49.0...moveable@0.49.1) (2023-06-28) + + +### :bug: Bug Fix + +* fix dragTarget's unset #960 ([8e60b38](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/8e60b385b8931a3aab953b315618ec15f9360611)) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.49.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.48.0...moveable@0.49.0) (2023-06-25) diff --git a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md b/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md index 9692a48c8..e7a2906f8 100644 --- a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md +++ b/packages/ngx-moveable/projects/ngx-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.46.1](https://github.com/daybrush/moveable/compare/ngx-moveable@0.46.0...ngx-moveable@0.46.1) (2023-06-28) + + +### :house: Code Refactoring + +* update angular 15 version, use standalone ([226ea64](https://github.com/daybrush/moveable/commit/226ea643cb5c12315fc96e334a4bfa920f78d8aa)) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.46.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.45.0...ngx-moveable@0.46.0) (2023-06-25) diff --git a/packages/preact-moveable/CHANGELOG.md b/packages/preact-moveable/CHANGELOG.md index 4efb2c652..d43948cf3 100644 --- a/packages/preact-moveable/CHANGELOG.md +++ b/packages/preact-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.51.1](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.51.0...preact-moveable@0.51.1) (2023-06-28) + + +### :house: Code Refactoring + +* change rollup to vite ([213f346](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/213f346257289eaec6f3f6f618e8fba33859c384)) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.51.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.50.0...preact-moveable@0.51.0) (2023-06-25) diff --git a/packages/react-moveable/CHANGELOG.md b/packages/react-moveable/CHANGELOG.md index a4bb0ba5f..b70748c0b 100644 --- a/packages/react-moveable/CHANGELOG.md +++ b/packages/react-moveable/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.52.1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.52.0...react-moveable@0.52.1) (2023-06-28) + + +### :bug: Bug Fix + +* fix dragTarget's unset #960 ([8e60b38](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/8e60b385b8931a3aab953b315618ec15f9360611)) +* fix helper alias ([ee5bf0b](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/ee5bf0b958a49694e4eed111755d1ef5ba5c6dc9)) + + +### :house: Code Refactoring + +* change rollup to vite ([213f346](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/213f346257289eaec6f3f6f618e8fba33859c384)) + + +### :mega: Other + +* fix ts-loader version ([429ae5f](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/429ae5faa48fa9bedfc2463c1aaaebc58575bf80)) +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.52.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.51.0...react-moveable@0.52.0) (2023-06-25) diff --git a/packages/svelte-moveable/CHANGELOG.md b/packages/svelte-moveable/CHANGELOG.md index 644f5beb9..e3ba368d4 100644 --- a/packages/svelte-moveable/CHANGELOG.md +++ b/packages/svelte-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. +## [0.41.1](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.41.0...svelte-moveable@0.41.1) (2023-06-28) + + +### :house: Code Refactoring + +* change rollup to vite ([213f346](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/213f346257289eaec6f3f6f618e8fba33859c384)) + + +### :mega: Other + +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.41.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.40.0...svelte-moveable@0.41.0) (2023-06-25) diff --git a/packages/vue-moveable/CHANGELOG.md b/packages/vue-moveable/CHANGELOG.md index 55e0d797f..7d8d50274 100644 --- a/packages/vue-moveable/CHANGELOG.md +++ b/packages/vue-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. +## [2.0.0-beta.78](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.77...vue-moveable@2.0.0-beta.78) (2023-06-28) + + +### :house: Code Refactoring + +* change rollup to vite ([213f346](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/213f346257289eaec6f3f6f618e8fba33859c384)) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [2.0.0-beta.77](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.76...vue-moveable@2.0.0-beta.77) (2023-06-25) diff --git a/packages/vue3-moveable/CHANGELOG.md b/packages/vue3-moveable/CHANGELOG.md index 3e3bb56fc..b5253b3b6 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.24.1](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.24.0...vue3-moveable@0.24.1) (2023-06-28) + + +### :house: Code Refactoring + +* change rollup to vite ([213f346](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/213f346257289eaec6f3f6f618e8fba33859c384)) + + +### :mega: Other + +* fix update modules ([bb608dc](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/bb608dc0d1d9eb13e538d1026c05809d89757b1d)) +* publish packages ([510d7cd](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/510d7cdf76eef4a17cc75d95634ebcb6d9688f8e)) + + + ## [0.24.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.23.0...vue3-moveable@0.24.0) (2023-06-25)