Skip to content

Commit

Permalink
chore: Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jul 25, 2022
1 parent 63e03d1 commit e607dc1
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,51 @@
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/compare/0.32.0...0.33.0) (2022-07-25)
### :sparkles: Packages
* `lit-moveable` 0.10.0
* `moveable` 0.33.0
* `preact-moveable` 0.35.0
* `react-compat-moveable` 0.21.0
* `react-moveable` 0.36.0
* `svelte-moveable` 0.25.0
* `vue-moveable` 2.0.0-beta.27
* `vue3-moveable` 0.8.0
* `ngx-moveable` 0.30.0


### :rocket: New Features

* `react-moveable`
* add `cssText`, `style` property on events ([7a9012e](https://github.com/daybrush/moveable/commit/7a9012e4fcdc9a37bb2096bcf37e8e4d25310a8b))
* add `rotateAroundControls` prop ([d473ffa](https://github.com/daybrush/moveable/commit/d473ffa76a5c390945c320ee8ee8b6f671a0fbed))
* add style, cssText, afterTransform properties ([68b4a92](https://github.com/daybrush/moveable/commit/68b4a925b75f599924628425b4da5cfd5424ad71))
* support pos guideline info #707 ([1cd1b81](https://github.com/daybrush/moveable/commit/1cd1b8134419df88b16ffb9aaa412ebb9048b379))
* Support rotate and resize together #467 ([24482a6](https://github.com/daybrush/moveable/commit/24482a68ac2611507e2fa9e6673f969bc1c65cff))
* use edge at the same tiem #706 ([c273703](https://github.com/daybrush/moveable/commit/c273703e5b62ea41ec9df441158a77cb0bf835c1))


### :bug: Bug Fix

* `vue3-moveable`, `vue-moveable`, `react-moveable`
* remove wrong react types #703 ([25dced4](https://github.com/daybrush/moveable/commit/25dced4f1531cc46d77601f71674031aa58fdf0b))


### :memo: Documentation

* `vue3-moveable`
* Update Vue3-moveable code example (#704) ([21c7629](https://github.com/daybrush/moveable/commit/21c76295808454d158a36fb74028b3dbe7b3466f))


### :mega: Other

* All
* publish packages ([63e03d1](https://github.com/daybrush/moveable/commit/63e03d1d5f69e56c7df6d357c58d7acd06932e80))
* `react-moveable`, `react-compat-moveable`
* update dragscroll module version ([e9b5864](https://github.com/daybrush/moveable/commit/e9b5864c83853578c4190e792543019e30b017eb))



## [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
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.10.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.9.0...lit-moveable@0.10.0) (2022-07-25)


### :mega: Other

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



## [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)


Expand Down
9 changes: 9 additions & 0 deletions packages/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.33.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.32.0...moveable@0.33.0) (2022-07-25)


### :mega: Other

* publish packages ([63e03d1](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/63e03d1d5f69e56c7df6d357c58d7acd06932e80))



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


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


### :mega: Other

* publish packages ([63e03d1](https://github.com/daybrush/moveable/commit/63e03d1d5f69e56c7df6d357c58d7acd06932e80))



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


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


### :mega: Other

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



## [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)


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.21.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/react-compat-moveable@0.20.0...react-compat-moveable@0.21.0) (2022-07-25)


### :mega: Other

* publish packages ([63e03d1](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/63e03d1d5f69e56c7df6d357c58d7acd06932e80))
* update dragscroll module version ([e9b5864](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/e9b5864c83853578c4190e792543019e30b017eb))



## [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)


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

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


### :rocket: New Features

* add `cssText`, `style` property on events ([7a9012e](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7a9012e4fcdc9a37bb2096bcf37e8e4d25310a8b))
* add `rotateAroundControls` prop ([d473ffa](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/d473ffa76a5c390945c320ee8ee8b6f671a0fbed))
* add style, cssText, afterTransform properties ([68b4a92](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/68b4a925b75f599924628425b4da5cfd5424ad71))
* support pos guideline info #707 ([1cd1b81](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/1cd1b8134419df88b16ffb9aaa412ebb9048b379))
* Support rotate and resize together #467 ([24482a6](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/24482a68ac2611507e2fa9e6673f969bc1c65cff))
* use edge at the same tiem #706 ([c273703](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/c273703e5b62ea41ec9df441158a77cb0bf835c1))


### :bug: Bug Fix

* remove wrong react types #703 ([25dced4](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/25dced4f1531cc46d77601f71674031aa58fdf0b))


### :mega: Other

* publish packages ([63e03d1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/63e03d1d5f69e56c7df6d357c58d7acd06932e80))
* update dragscroll module version ([e9b5864](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/e9b5864c83853578c4190e792543019e30b017eb))



## [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)


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.25.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.24.0...svelte-moveable@0.25.0) (2022-07-25)


### :mega: Other

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



## [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)


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


### :bug: Bug Fix

* remove wrong react types #703 ([25dced4](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/25dced4f1531cc46d77601f71674031aa58fdf0b))


### :mega: Other

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



## [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)


Expand Down
19 changes: 19 additions & 0 deletions packages/vue3-moveable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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/vue3-moveable/compare/vue3-moveable@0.7.0...vue3-moveable@0.8.0) (2022-07-25)


### :bug: Bug Fix

* remove wrong react types #703 ([25dced4](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/25dced4f1531cc46d77601f71674031aa58fdf0b))


### :memo: Documentation

* Update Vue3-moveable code example (#704) ([21c7629](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/21c76295808454d158a36fb74028b3dbe7b3466f))


### :mega: Other

* publish packages ([63e03d1](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/63e03d1d5f69e56c7df6d357c58d7acd06932e80))



## [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)


Expand Down

0 comments on commit e607dc1

Please sign in to comment.