Skip to content

Commit

Permalink
chore: Release 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Sep 15, 2022
1 parent e5774a9 commit 2ad0177
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.36.0](https://github.com/daybrush/moveable/compare/0.35.4...0.36.0) (2022-09-15)
### :sparkles: Packages
* `@moveable/helper` 0.0.4
* `lit-moveable` 0.13.0
* `moveable` 0.36.0
* `preact-moveable` 0.38.0
* `react-compat-moveable` 0.24.0
* `react-moveable` 0.39.0
* `svelte-moveable` 0.28.0
* `vue-moveable` 2.0.0-beta.37
* `vue3-moveable` 0.11.0
* `ngx-moveable` 0.33.0


### :rocket: New Features

* `react-moveable`
* add `moveableTarget` property in click event ([ee3d9f2](https://github.com/daybrush/moveable/commit/ee3d9f2153ad70f86548f73412fad9d255d80760))
* add `updateSelectors` method ([90f40e2](https://github.com/daybrush/moveable/commit/90f40e2b500bce6564f878294e1a0aaf27dd5b69))
* support multiple group #566 #731 ([0bb7977](https://github.com/daybrush/moveable/commit/0bb79772fc956f5f38ed540f4de9382d8e5567fd))
* `@moveable/helper`
* add helper package ([0ade16e](https://github.com/daybrush/moveable/commit/0ade16e9f0dd3adfe41a0ea92d2eb4a81d5aaade))


### :bug: Bug Fix

* `react-moveable`, `react-compat-moveable`, `preact-moveable`
* fix shadow dom css #729 ([7581afc](https://github.com/daybrush/moveable/commit/7581afc13a7c5f9f749b22d7bd3160de0972d112))
* `react-moveable`
* fix defaultGroupRotate action ([1f6709a](https://github.com/daybrush/moveable/commit/1f6709a9ddbdd5fe8cc6381cc7c0dac68ab42a70))
* fix dragtarget #468 ([c662cca](https://github.com/daybrush/moveable/commit/c662cca73f6f64a6df38936ce97d756e5197d55e))
* fix multiple group ([20af5c1](https://github.com/daybrush/moveable/commit/20af5c113fb6b250be27dd427c3fa6a4146bf958))
* fix overflow auto target #730 ([1e0ae91](https://github.com/daybrush/moveable/commit/1e0ae91df7baed8a7ae11e96c29a3f3f4cb9b8c6))
* fix rotatable throttling ([b18f16a](https://github.com/daybrush/moveable/commit/b18f16a93d853621f3883da16bfc3e6d0cd6db94))
* fix rotate group origin #733 ([3e9e8e5](https://github.com/daybrush/moveable/commit/3e9e8e5f59ca65584e3c709544c1d43734086d82))
* `svelte-moveable`
* fix moveable container #732 ([d2fec43](https://github.com/daybrush/moveable/commit/d2fec43aeed2e935a9315003f2876b7b99a46ac4))


### :mega: Other

* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `react-compat-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`
* update packages ([e5774a9](https://github.com/daybrush/moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.35.4](https://github.com/daybrush/moveable/compare/0.35.3...0.35.4) (2022-08-24)
### :sparkles: Packages
* `lit-moveable` 0.12.4
Expand Down
11 changes: 11 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.4 (2022-09-15)


### :rocket: New Features

* add helper package ([0ade16e](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/0ade16e9f0dd3adfe41a0ea92d2eb4a81d5aaade))
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.13.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.13.0) (2022-09-15)


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.12.4](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.12.4) (2022-08-24)


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.36.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.36.0) (2022-09-15)


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.35.4](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.35.4) (2022-08-24)


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.33.0](https://github.com/daybrush/moveable/compare/[email protected]@0.33.0) (2022-09-15)


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.32.4](https://github.com/daybrush/moveable/compare/[email protected]@0.32.4) (2022-08-24)


Expand Down
14 changes: 14 additions & 0 deletions packages/preact-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.

## [0.38.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.38.0) (2022-09-15)


### :bug: Bug Fix

* fix shadow dom css #729 ([7581afc](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/7581afc13a7c5f9f749b22d7bd3160de0972d112))


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.37.4](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.37.4) (2022-08-24)


Expand Down
14 changes: 14 additions & 0 deletions packages/react-compat-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.

## [0.24.0](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/[email protected]@0.24.0) (2022-09-15)


### :bug: Bug Fix

* fix shadow dom css #729 ([7581afc](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/7581afc13a7c5f9f749b22d7bd3160de0972d112))


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.23.4](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/[email protected]@0.23.4) (2022-08-24)


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

## [0.39.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.39.0) (2022-09-15)


### :rocket: New Features

* add `moveableTarget` property in click event ([ee3d9f2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/ee3d9f2153ad70f86548f73412fad9d255d80760))
* add `updateSelectors` method ([90f40e2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/90f40e2b500bce6564f878294e1a0aaf27dd5b69))
* support multiple group #566 #731 ([0bb7977](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/0bb79772fc956f5f38ed540f4de9382d8e5567fd))


### :bug: Bug Fix

* fix defaultGroupRotate action ([1f6709a](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/1f6709a9ddbdd5fe8cc6381cc7c0dac68ab42a70))
* fix dragtarget #468 ([c662cca](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/c662cca73f6f64a6df38936ce97d756e5197d55e))
* fix multiple group ([20af5c1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/20af5c113fb6b250be27dd427c3fa6a4146bf958))
* fix overflow auto target #730 ([1e0ae91](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/1e0ae91df7baed8a7ae11e96c29a3f3f4cb9b8c6))
* fix rotatable throttling ([b18f16a](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/b18f16a93d853621f3883da16bfc3e6d0cd6db94))
* fix rotate group origin #733 ([3e9e8e5](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/3e9e8e5f59ca65584e3c709544c1d43734086d82))
* fix shadow dom css #729 ([7581afc](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7581afc13a7c5f9f749b22d7bd3160de0972d112))


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.38.4](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.38.4) (2022-08-24)


Expand Down
14 changes: 14 additions & 0 deletions packages/svelte-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.

## [0.28.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.28.0) (2022-09-15)


### :bug: Bug Fix

* fix moveable container #732 ([d2fec43](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/d2fec43aeed2e935a9315003f2876b7b99a46ac4))


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.27.4](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.27.4) (2022-08-24)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue-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.

## [2.0.0-beta.37](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.37) (2022-09-15)


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [2.0.0-beta.36](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.36) (2022-08-24)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue3-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.11.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.11.0) (2022-09-15)


### :mega: Other

* update packages ([e5774a9](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/e5774a9becd500d154e8d354017dcbd80505ba13))



## [0.10.4](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.10.4) (2022-08-24)


Expand Down

0 comments on commit 2ad0177

Please sign in to comment.