Skip to content

Commit

Permalink
chore: Release 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 3, 2023
1 parent f9a0eed commit 7506910
Show file tree
Hide file tree
Showing 11 changed files with 166 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.53.0](https://github.com/daybrush/moveable/compare/0.52.0...0.53.0) (2023-12-03)
### :sparkles: Packages
* `croact-moveable` 0.9.0
* `@moveable/helper` 0.1.3
* `lit-moveable` 0.30.0
* `moveable` 0.53.0
* `preact-moveable` 0.55.0
* `react-moveable` 0.56.0
* `svelte-moveable` 0.45.0
* `vue-moveable` 2.0.0-beta.87
* `vue3-moveable` 0.28.0
* `ngx-moveable` 0.50.0


### :rocket: New Features

* `react-moveable`, `ngx-moveable`
* expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868))
* `react-moveable`
* add snapHorizontalThreshold, snapVerticalThreshold #1044 ([6cd5114](https://github.com/daybrush/moveable/commit/6cd51145ec81b3294c0ba9968d6530748ae46beb))


### :bug: Bug Fix

* `react-moveable`
* fix dragTarget in control box #1054 ([f4e3232](https://github.com/daybrush/moveable/commit/f4e3232c787f50f9a9947c45307870e5ad5c87ef))
* fix names ([7722add](https://github.com/daybrush/moveable/commit/7722addf758da09480808f1e03c5b9e3061f855b))
* fix svg origin for viewbox and foreignbox #1048 ([6c27742](https://github.com/daybrush/moveable/commit/6c2774205077fa982bf140a413fdef1b6f2f8a7a))
* updateSelector's update #1055 ([fc9da03](https://github.com/daybrush/moveable/commit/fc9da032daa1c721cf47e3c97434f698849137ad))


### :house: Code Refactoring

* `react-moveable`, `moveable`
* let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815))


### :mega: Other

* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`
* publish packages ([f9a0eed](https://github.com/daybrush/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
* `react-moveable`, `croact-moveable`
* update gesto version ([4d12e48](https://github.com/daybrush/moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2))



## [0.52.0](https://github.com/daybrush/moveable/compare/0.51.2...0.52.0) (2023-10-28)
### :sparkles: Packages
* `croact-moveable` 0.8.0
Expand Down
10 changes: 10 additions & 0 deletions packages/croact-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.9.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.9.0) (2023-12-03)


### :mega: Other

* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
* update gesto version ([4d12e48](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2))



## [0.8.0](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/[email protected]@0.8.0) (2023-10-28)


Expand Down
8 changes: 8 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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/[email protected]...@moveable/[email protected]) (2023-12-03)

**Note:** Version bump only for package @moveable/helper





## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2023-10-28)

**Note:** Version bump only for package @moveable/helper
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.30.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.30.0) (2023-12-03)


### :mega: Other

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



## [0.29.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.29.0) (2023-10-28)


Expand Down
14 changes: 14 additions & 0 deletions packages/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.53.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.53.0) (2023-12-03)


### :house: Code Refactoring

* let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815))


### :mega: Other

* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))



## [0.52.0](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.52.0) (2023-10-28)


Expand Down
14 changes: 14 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,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.50.0](https://github.com/daybrush/moveable/compare/[email protected]@0.50.0) (2023-12-03)


### :rocket: New Features

* expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868))


### :mega: Other

* publish packages ([f9a0eed](https://github.com/daybrush/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))



## [0.49.0](https://github.com/daybrush/moveable/compare/[email protected]@0.49.0) (2023-10-28)


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.55.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.55.0) (2023-12-03)


### :mega: Other

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



## [0.54.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.54.0) (2023-10-28)


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

## [0.56.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.56.0) (2023-12-03)


### :rocket: New Features

* add snapHorizontalThreshold, snapVerticalThreshold #1044 ([6cd5114](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/6cd51145ec81b3294c0ba9968d6530748ae46beb))
* expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868))


### :bug: Bug Fix

* fix dragTarget in control box #1054 ([f4e3232](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/f4e3232c787f50f9a9947c45307870e5ad5c87ef))
* fix names ([7722add](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7722addf758da09480808f1e03c5b9e3061f855b))
* fix svg origin for viewbox and foreignbox #1048 ([6c27742](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/6c2774205077fa982bf140a413fdef1b6f2f8a7a))
* updateSelector's update #1055 ([fc9da03](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/fc9da032daa1c721cf47e3c97434f698849137ad))


### :house: Code Refactoring

* let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815))


### :mega: Other

* publish packages ([f9a0eed](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f))
* update gesto version ([4d12e48](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2))



## [0.55.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.55.0) (2023-10-28)


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.45.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.45.0) (2023-12-03)


### :mega: Other

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



## [0.44.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.44.0) (2023-10-28)


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.87](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.87) (2023-12-03)


### :mega: Other

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



## [2.0.0-beta.86](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.86) (2023-10-28)


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.28.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.28.0) (2023-12-03)


### :mega: Other

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



## [0.27.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.27.0) (2023-10-28)


Expand Down

0 comments on commit 7506910

Please sign in to comment.