diff --git a/CHANGELOG.md b/CHANGELOG.md index ee884046c..22ae08db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,58 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.31.0](https://github.com/daybrush/moveable/compare/0.30.0...0.31.0) (2022-07-17) +### :sparkles: Packages +* `lit-moveable` 0.8.0 +* `moveable` 0.31.0 +* `preact-moveable` 0.33.0 +* `react-compat-moveable` 0.19.0 +* `react-moveable` 0.34.0 +* `svelte-moveable` 0.23.0 +* `vue-moveable` 2.0.0-beta.22 +* `vue3-moveable` 0.6.0 +* `ngx-moveable` 0.28.0 + + +### :rocket: New Features + +* `react-moveable` + * add hideChildMoveableDefaultLines prop #692 ([c691403](https://github.com/daybrush/moveable/commit/c6914031e75712eef6a574d6aaf04645535f59d3)) + * add setFixedDirection on rotateStart #670 ([093d0b1](https://github.com/daybrush/moveable/commit/093d0b1303c9742a79f73071470ec73306ff2de6)) + * support edge prop's object type #695 ([699997d](https://github.com/daybrush/moveable/commit/699997d7426110cb199094cd7ac56682723d1cae)) +* Other + * add Snappable ([c7bbd98](https://github.com/daybrush/moveable/commit/c7bbd98393f1e8f45219a5dab9e1337187366ab5)) + + +### :bug: Bug Fix + +* `svelte-moveable`, `react-moveable`, `react-compat-moveable`, `lit-moveable` + * fix floating point for min limit size ([766561c](https://github.com/daybrush/moveable/commit/766561c0e785098720c5a0ae6d9da1e2d9d7b879)) +* `svelte-moveable` + * change dependencies #680 ([7c01017](https://github.com/daybrush/moveable/commit/7c010170642f68b2ec52cf0ea8e2b569fcd2b634)) +* `react-moveable` + * fix guidelines for edgeDraggable #694 ([80f2b44](https://github.com/daybrush/moveable/commit/80f2b44643a0d804df6a65f72583c4d7f6d8ddf7)) + * fix safari 15 consts ([a140e5b](https://github.com/daybrush/moveable/commit/a140e5b77f623973cf6d27d0ff8ab12e63901004)) + * fix transform behavior in safari 15 #696 ([eb0a71c](https://github.com/daybrush/moveable/commit/eb0a71cb8aa11c100a3cf2f85e007d6fdb45a2d7)) + * stop propagation for click control #690 ([1a8f697](https://github.com/daybrush/moveable/commit/1a8f6978ba267632282049b61753bc062d69266f)) + + +### :memo: Documentation + +* `react-moveable` + * add hideChildMoveableDefaultLines docs ([9e02faa](https://github.com/daybrush/moveable/commit/9e02faa5cbd4f5e529a1a58647afd519b0672d3b)) + * fix typo #685 ([c591b1d](https://github.com/daybrush/moveable/commit/c591b1d8a410a3fa6115fcec51ae21d4027aeaa7)) + + +### :mega: Other + +* All + * publish packages ([2a4940f](https://github.com/daybrush/moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) +* `react-moveable`, `react-compat-moveable` + * update overlap-area ([be8c4dc](https://github.com/daybrush/moveable/commit/be8c4dc19dbd6d6d7f782c73272cb9878ca21982)) + + + ## [0.30.0](https://github.com/daybrush/moveable/compare/0.29.9...0.30.0) (2022-06-09) ### :sparkles: Packages * `lit-moveable` 0.7.0 diff --git a/package.json b/package.json index aed3d7571..f02e9c0bd 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ }, "devDependencies": { "@daybrush/jsdoc": "^0.4.0", - "@daybrush/release": "^0.5.0", + "@daybrush/release": "^0.5.2", "cpx": "1.5.0", "daybrush-jsdoc-template": "^1.7.0", "gh-pages": "^2.0.1", diff --git a/packages/lit-moveable/CHANGELOG.md b/packages/lit-moveable/CHANGELOG.md index 7f905c124..a0e5f85dd 100644 --- a/packages/lit-moveable/CHANGELOG.md +++ b/packages/lit-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.8.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.7.0...lit-moveable@0.8.0) (2022-07-17) + + +### :bug: Bug Fix + +* fix floating point for min limit size ([766561c](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/766561c0e785098720c5a0ae6d9da1e2d9d7b879)) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [0.7.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.6.9...lit-moveable@0.7.0) (2022-06-09) diff --git a/packages/moveable/CHANGELOG.md b/packages/moveable/CHANGELOG.md index 19de27e5d..b93453ea5 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.31.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.30.0...moveable@0.31.0) (2022-07-17) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [0.30.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.29.9...moveable@0.30.0) (2022-06-09) diff --git a/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md b/packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md index 80c12454a..c595a7a2a 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.28.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.27.0...ngx-moveable@0.28.0) (2022-07-17) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [0.27.0](https://github.com/daybrush/moveable/compare/ngx-moveable@0.26.9...ngx-moveable@0.27.0) (2022-06-09) diff --git a/packages/preact-moveable/CHANGELOG.md b/packages/preact-moveable/CHANGELOG.md index 571dce641..63cf68d0b 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.33.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.32.0...preact-moveable@0.33.0) (2022-07-17) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [0.32.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.31.9...preact-moveable@0.32.0) (2022-06-09) diff --git a/packages/react-compat-moveable/CHANGELOG.md b/packages/react-compat-moveable/CHANGELOG.md index ce6e61268..b3db08bac 100644 --- a/packages/react-compat-moveable/CHANGELOG.md +++ b/packages/react-compat-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.19.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.18.0...react-compat-moveable@0.19.0) (2022-07-17) + + +### :bug: Bug Fix + +* fix floating point for min limit size ([766561c](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/766561c0e785098720c5a0ae6d9da1e2d9d7b879)) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) +* update overlap-area ([be8c4dc](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/be8c4dc19dbd6d6d7f782c73272cb9878ca21982)) + + + ## [0.18.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.17.9...react-compat-moveable@0.18.0) (2022-06-09) diff --git a/packages/react-moveable/CHANGELOG.md b/packages/react-moveable/CHANGELOG.md index 28995cc2c..72df5794f 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.34.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.33.0...react-moveable@0.34.0) (2022-07-17) + + +### :rocket: New Features + +* add hideChildMoveableDefaultLines prop #692 ([c691403](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/c6914031e75712eef6a574d6aaf04645535f59d3)) +* add setFixedDirection on rotateStart #670 ([093d0b1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/093d0b1303c9742a79f73071470ec73306ff2de6)) +* support edge prop's object type #695 ([699997d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/699997d7426110cb199094cd7ac56682723d1cae)) + + +### :bug: Bug Fix + +* fix floating point for min limit size ([766561c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/766561c0e785098720c5a0ae6d9da1e2d9d7b879)) +* fix guidelines for edgeDraggable #694 ([80f2b44](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/80f2b44643a0d804df6a65f72583c4d7f6d8ddf7)) +* fix safari 15 consts ([a140e5b](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/a140e5b77f623973cf6d27d0ff8ab12e63901004)) +* fix transform behavior in safari 15 #696 ([eb0a71c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/eb0a71cb8aa11c100a3cf2f85e007d6fdb45a2d7)) +* stop propagation for click control #690 ([1a8f697](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/1a8f6978ba267632282049b61753bc062d69266f)) + + +### :memo: Documentation + +* add hideChildMoveableDefaultLines docs ([9e02faa](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9e02faa5cbd4f5e529a1a58647afd519b0672d3b)) +* fix typo #685 ([c591b1d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/c591b1d8a410a3fa6115fcec51ae21d4027aeaa7)) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) +* update overlap-area ([be8c4dc](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/be8c4dc19dbd6d6d7f782c73272cb9878ca21982)) + + + ## [0.33.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.32.9...react-moveable@0.33.0) (2022-06-09) diff --git a/packages/svelte-moveable/CHANGELOG.md b/packages/svelte-moveable/CHANGELOG.md index bb1c112b0..0cee1afff 100644 --- a/packages/svelte-moveable/CHANGELOG.md +++ b/packages/svelte-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.23.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.22.0...svelte-moveable@0.23.0) (2022-07-17) + + +### :bug: Bug Fix + +* change dependencies #680 ([7c01017](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/7c010170642f68b2ec52cf0ea8e2b569fcd2b634)) +* fix floating point for min limit size ([766561c](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/766561c0e785098720c5a0ae6d9da1e2d9d7b879)) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [0.22.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.21.9...svelte-moveable@0.22.0) (2022-06-09) diff --git a/packages/vue-moveable/CHANGELOG.md b/packages/vue-moveable/CHANGELOG.md index 484b44c4e..8ef4212fb 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.22](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.21...vue-moveable@2.0.0-beta.22) (2022-07-17) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [2.0.0-beta.21](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.20...vue-moveable@2.0.0-beta.21) (2022-06-09) diff --git a/packages/vue3-moveable/CHANGELOG.md b/packages/vue3-moveable/CHANGELOG.md index 6e9823205..55c238bdc 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.6.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.5.0...vue3-moveable@0.6.0) (2022-07-17) + + +### :mega: Other + +* publish packages ([2a4940f](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/2a4940f74997fae24c7d77c553a6bc6be1301d40)) + + + ## [0.5.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.4.9...vue3-moveable@0.5.0) (2022-06-09) diff --git a/yarn.lock b/yarn.lock index b05d01a84..b47b03d91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1759,10 +1759,10 @@ gh-pages "^2.0.1" sync-exec "^0.6.2" -"@daybrush/release@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@daybrush/release/-/release-0.5.0.tgz#d1770d826b258f263341269affcb24ab4cff6676" - integrity sha512-dXtcd+9zKkTx1MCTmY0GLroR/8JITUFSA/aicbRyS6gmHWBJ4KmFvzN/f/xt3E6Hm1MzOYfZOAJ+80uH/qxOSw== +"@daybrush/release@^0.5.2": + version "0.5.2" + resolved "https://registry.yarnpkg.com/@daybrush/release/-/release-0.5.2.tgz#c23c3694f5c88785a1db7dc17abd725950d86a45" + integrity sha512-Hzmki/CiUHg+YD46xdpN+sTE3+SYg7llzRjH8bAOOizdcqWQiGTJD8HkpizcBo3L+Mwb/S/v9PEyuDwDyUm3SA== dependencies: args "^5.0.1" commander "9.2.0"