diff --git a/CHANGELOG.md b/CHANGELOG.md index 1027801f3..599713baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,62 @@ 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/0.48.0...0.49.0) (2023-06-25) +### :sparkles: Packages +* `croact-moveable` 0.5.0 +* `@moveable/helper` 0.1.3 +* `lit-moveable` 0.26.0 +* `moveable` 0.49.0 +* `preact-moveable` 0.51.0 +* `react-moveable` 0.52.0 +* `svelte-moveable` 0.41.0 +* `vue-moveable` 2.0.0-beta.77 +* `vue3-moveable` 0.24.0 +* `ngx-moveable` 0.46.0 + + +### :rocket: New Features + +* `react-moveable` + * add direciton on snap event #949 ([69312fd](https://github.com/daybrush/moveable/commit/69312fd6eb0c3ca48f446bcc680f91abab189dfd)) + * export matrixes in getElementInfo ([c1aad6a](https://github.com/daybrush/moveable/commit/c1aad6a0aa19c9f5060fe9d9c3277c95a0ad2c5f)) + * setMin, setMax scale size in onScaleStart ([ea4cd95](https://github.com/daybrush/moveable/commit/ea4cd9527cd599fec9f211f0713dbccb9e2ec343)) + * support multiple dragTarget type #953 ([4a347d2](https://github.com/daybrush/moveable/commit/4a347d2b7f36570ba882cfe7894207210650d3ec)) + * support snappable in request #954 ([863ad42](https://github.com/daybrush/moveable/commit/863ad42876e08c0e1cea6324e241dba0d6842946)) +* `@moveable/helper` + * add group, ungroup in helper ([8434ed1](https://github.com/daybrush/moveable/commit/8434ed19853a158739b3e9b936d63825c6824c96)) + + +### :bug: Bug Fix + +* `react-moveable`, `ngx-moveable` + * fix props and event types missing #941 ([bd91b08](https://github.com/daybrush/moveable/commit/bd91b08ba04a50644e3d1ed91729563260b5a01b)) + * fix typo (degress => degrees) #928 ([835be5b](https://github.com/daybrush/moveable/commit/835be5be701c8b3740ff9dfc16101a9b9ed60cbb)) +* `react-moveable` + * bump react-selecto version ([c3eb9c7](https://github.com/daybrush/moveable/commit/c3eb9c7e52e7144f7accdd8298cd44e00b092d0f)) + * fix isRequest naming ([fb90fbd](https://github.com/daybrush/moveable/commit/fb90fbddc94698cf9c88b1e9d8b54a8182f03d88)) + * fix max scale size ([9cd9761](https://github.com/daybrush/moveable/commit/9cd9761ad109bd941ef474d7af940dbc086251a2)) + * fix padding for scalized target #951 ([70d938f](https://github.com/daybrush/moveable/commit/70d938fe3255ae5f4cc875c9213412ad5ad09740)) + * fix ResizeObserver, MutationObserver contexts ([71152cb](https://github.com/daybrush/moveable/commit/71152cbb055b0148ebf501d9156b9af6a542fc69)) + * fix scalable group's negative scale dist #950 ([f4bb504](https://github.com/daybrush/moveable/commit/f4bb504d7f7f537d63f44f74a90f0cbe59886a16)) + * support useMutationObserver in Group ([def4db3](https://github.com/daybrush/moveable/commit/def4db354db052379789cfc7e342d36f7b781699)) +* `croact-moveable` + * fix croact peerDependencies #937 ([6554cc7](https://github.com/daybrush/moveable/commit/6554cc7828a5ed5f883d0f9bc35ecd913795dd84)) +* `@moveable/helper` + * fix helper rollup config ([c8ee6a7](https://github.com/daybrush/moveable/commit/c8ee6a7b78f7bbb4606b997d1fdae2ebc2d8ff21)) +* `ngx-moveable` + * **ngx-moveable:** reduce change detection cycles (#939) ([b8ff60c](https://github.com/daybrush/moveable/commit/b8ff60cfda90aac4a5420c3620f798a8a184cdb9)) + + +### :mega: Other + +* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable` + * publish packages ([f893cca](https://github.com/daybrush/moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) +* `react-moveable` + * bump croffle version ([0a0cb93](https://github.com/daybrush/moveable/commit/0a0cb931bff2d4cdb7809351212f83cd59fd047c)) + + + ## [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 diff --git a/packages/croact-moveable/CHANGELOG.md b/packages/croact-moveable/CHANGELOG.md index e10113f55..40f03f301 100644 --- a/packages/croact-moveable/CHANGELOG.md +++ b/packages/croact-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.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) + + +### :bug: Bug Fix + +* fix croact peerDependencies #937 ([6554cc7](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/6554cc7828a5ed5f883d0f9bc35ecd913795dd84)) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.4.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.3.8...croact-moveable@0.4.0) (2023-06-04) diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 8429e89d2..771d8e4f4 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/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.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) + + +### :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)) + + + ## [0.1.2](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/helper@0.1.2...@moveable/helper@0.1.2) (2023-06-04) diff --git a/packages/lit-moveable/CHANGELOG.md b/packages/lit-moveable/CHANGELOG.md index b0e02d62b..390dbc72b 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.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) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.25.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.24.9...lit-moveable@0.25.0) (2023-06-04) diff --git a/packages/moveable/CHANGELOG.md b/packages/moveable/CHANGELOG.md index 39d9c4abb..ed9dfbc11 100644 --- a/packages/moveable/CHANGELOG.md +++ b/packages/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.49.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.48.0...moveable@0.49.0) (2023-06-25) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.48.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.47.9...moveable@0.48.0) (2023-06-04) diff --git a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md b/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md index dc40d34e5..9692a48c8 100644 --- a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md +++ b/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.46.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.45.0...ngx-moveable@0.46.0) (2023-06-25) + + +### :bug: Bug Fix + +* fix props and event types missing #941 ([bd91b08](https://github.com/daybrush/moveable/commit/bd91b08ba04a50644e3d1ed91729563260b5a01b)) +* fix typo (degress => degrees) #928 ([835be5b](https://github.com/daybrush/moveable/commit/835be5be701c8b3740ff9dfc16101a9b9ed60cbb)) +* **ngx-moveable:** reduce change detection cycles (#939) ([b8ff60c](https://github.com/daybrush/moveable/commit/b8ff60cfda90aac4a5420c3620f798a8a184cdb9)) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.45.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.44.9...ngx-moveable@0.45.0) (2023-06-04) diff --git a/packages/preact-moveable/CHANGELOG.md b/packages/preact-moveable/CHANGELOG.md index 039aecc70..4efb2c652 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.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) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.50.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.49.7...preact-moveable@0.50.0) (2023-06-04) diff --git a/packages/react-moveable/CHANGELOG.md b/packages/react-moveable/CHANGELOG.md index dca2a57e3..a4bb0ba5f 100644 --- a/packages/react-moveable/CHANGELOG.md +++ b/packages/react-moveable/CHANGELOG.md @@ -3,6 +3,38 @@ 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/react-moveable/compare/react-moveable@0.51.0...react-moveable@0.52.0) (2023-06-25) + + +### :rocket: New Features + +* add direciton on snap event #949 ([69312fd](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/69312fd6eb0c3ca48f446bcc680f91abab189dfd)) +* export matrixes in getElementInfo ([c1aad6a](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/c1aad6a0aa19c9f5060fe9d9c3277c95a0ad2c5f)) +* setMin, setMax scale size in onScaleStart ([ea4cd95](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/ea4cd9527cd599fec9f211f0713dbccb9e2ec343)) +* support multiple dragTarget type #953 ([4a347d2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/4a347d2b7f36570ba882cfe7894207210650d3ec)) +* support snappable in request #954 ([863ad42](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/863ad42876e08c0e1cea6324e241dba0d6842946)) + + +### :bug: Bug Fix + +* bump react-selecto version ([c3eb9c7](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/c3eb9c7e52e7144f7accdd8298cd44e00b092d0f)) +* fix isRequest naming ([fb90fbd](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/fb90fbddc94698cf9c88b1e9d8b54a8182f03d88)) +* fix max scale size ([9cd9761](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9cd9761ad109bd941ef474d7af940dbc086251a2)) +* fix padding for scalized target #951 ([70d938f](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/70d938fe3255ae5f4cc875c9213412ad5ad09740)) +* fix props and event types missing #941 ([bd91b08](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/bd91b08ba04a50644e3d1ed91729563260b5a01b)) +* fix ResizeObserver, MutationObserver contexts ([71152cb](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/71152cbb055b0148ebf501d9156b9af6a542fc69)) +* fix scalable group's negative scale dist #950 ([f4bb504](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/f4bb504d7f7f537d63f44f74a90f0cbe59886a16)) +* fix typo (degress => degrees) #928 ([835be5b](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/835be5be701c8b3740ff9dfc16101a9b9ed60cbb)) +* support useMutationObserver in Group ([def4db3](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/def4db354db052379789cfc7e342d36f7b781699)) + + +### :mega: Other + +* bump croffle version ([0a0cb93](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/0a0cb931bff2d4cdb7809351212f83cd59fd047c)) +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.51.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.50.7...react-moveable@0.51.0) (2023-06-04) diff --git a/packages/svelte-moveable/CHANGELOG.md b/packages/svelte-moveable/CHANGELOG.md index 176fca132..644f5beb9 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.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) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.40.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.39.9...svelte-moveable@0.40.0) (2023-06-04) diff --git a/packages/vue-moveable/CHANGELOG.md b/packages/vue-moveable/CHANGELOG.md index 569823775..55e0d797f 100644 --- a/packages/vue-moveable/CHANGELOG.md +++ b/packages/vue-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. +## [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) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [2.0.0-beta.76](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.75...vue-moveable@2.0.0-beta.76) (2023-06-04) diff --git a/packages/vue3-moveable/CHANGELOG.md b/packages/vue3-moveable/CHANGELOG.md index bda7b9d2a..3e3bb56fc 100644 --- a/packages/vue3-moveable/CHANGELOG.md +++ b/packages/vue3-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/vue3-moveable/compare/vue3-moveable@0.23.0...vue3-moveable@0.24.0) (2023-06-25) + + +### :mega: Other + +* publish packages ([f893cca](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) + + + ## [0.23.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.22.9...vue3-moveable@0.23.0) (2023-06-04)