|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## [0.53.0](https://github.com/daybrush/moveable/compare/0.52.0...0.53.0) (2023-12-03) |
| 7 | +### :sparkles: Packages |
| 8 | +* `croact-moveable` 0.9.0 |
| 9 | +* `@moveable/helper` 0.1.3 |
| 10 | +* `lit-moveable` 0.30.0 |
| 11 | +* `moveable` 0.53.0 |
| 12 | +* `preact-moveable` 0.55.0 |
| 13 | +* `react-moveable` 0.56.0 |
| 14 | +* `svelte-moveable` 0.45.0 |
| 15 | +* `vue-moveable` 2.0.0-beta.87 |
| 16 | +* `vue3-moveable` 0.28.0 |
| 17 | +* `ngx-moveable` 0.50.0 |
| 18 | + |
| 19 | + |
| 20 | +### :rocket: New Features |
| 21 | + |
| 22 | +* `react-moveable`, `ngx-moveable` |
| 23 | + * expose gesto preventRightClick and preventWheelClick props (#1040) ([9f4c9f4](https://github.com/daybrush/moveable/commit/9f4c9f452470026ecea3f7a0b1aff91c22444868)) |
| 24 | +* `react-moveable` |
| 25 | + * add snapHorizontalThreshold, snapVerticalThreshold #1044 ([6cd5114](https://github.com/daybrush/moveable/commit/6cd51145ec81b3294c0ba9968d6530748ae46beb)) |
| 26 | + |
| 27 | + |
| 28 | +### :bug: Bug Fix |
| 29 | + |
| 30 | +* `react-moveable` |
| 31 | + * fix dragTarget in control box #1054 ([f4e3232](https://github.com/daybrush/moveable/commit/f4e3232c787f50f9a9947c45307870e5ad5c87ef)) |
| 32 | + * fix names ([7722add](https://github.com/daybrush/moveable/commit/7722addf758da09480808f1e03c5b9e3061f855b)) |
| 33 | + * fix svg origin for viewbox and foreignbox #1048 ([6c27742](https://github.com/daybrush/moveable/commit/6c2774205077fa982bf140a413fdef1b6f2f8a7a)) |
| 34 | + * updateSelector's update #1055 ([fc9da03](https://github.com/daybrush/moveable/commit/fc9da032daa1c721cf47e3c97434f698849137ad)) |
| 35 | + |
| 36 | + |
| 37 | +### :house: Code Refactoring |
| 38 | + |
| 39 | +* `react-moveable`, `moveable` |
| 40 | + * let the target be passed into dragStart (#1050) ([786fc0c](https://github.com/daybrush/moveable/commit/786fc0cd4cb3f3f67719740aa953231b7d410815)) |
| 41 | + |
| 42 | + |
| 43 | +### :mega: Other |
| 44 | + |
| 45 | +* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable` |
| 46 | + * publish packages ([f9a0eed](https://github.com/daybrush/moveable/commit/f9a0eed9db93c1fa3522138e9c7604287f0ce21f)) |
| 47 | +* `react-moveable`, `croact-moveable` |
| 48 | + * update gesto version ([4d12e48](https://github.com/daybrush/moveable/commit/4d12e484ea08bc1630c6a301b86c34a5d7a023c2)) |
| 49 | + |
| 50 | + |
| 51 | + |
6 | 52 | ## [0.52.0](https://github.com/daybrush/moveable/compare/0.51.2...0.52.0) (2023-10-28)
|
7 | 53 | ### :sparkles: Packages
|
8 | 54 | * `croact-moveable` 0.8.0
|
|
0 commit comments