|
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.49.0](https://github.com/daybrush/moveable/compare/0.48.0...0.49.0) (2023-06-25) |
| 7 | +### :sparkles: Packages |
| 8 | +* `croact-moveable` 0.5.0 |
| 9 | +* `@moveable/helper` 0.1.3 |
| 10 | +* `lit-moveable` 0.26.0 |
| 11 | +* `moveable` 0.49.0 |
| 12 | +* `preact-moveable` 0.51.0 |
| 13 | +* `react-moveable` 0.52.0 |
| 14 | +* `svelte-moveable` 0.41.0 |
| 15 | +* `vue-moveable` 2.0.0-beta.77 |
| 16 | +* `vue3-moveable` 0.24.0 |
| 17 | +* `ngx-moveable` 0.46.0 |
| 18 | + |
| 19 | + |
| 20 | +### :rocket: New Features |
| 21 | + |
| 22 | +* `react-moveable` |
| 23 | + * add direciton on snap event #949 ([69312fd](https://github.com/daybrush/moveable/commit/69312fd6eb0c3ca48f446bcc680f91abab189dfd)) |
| 24 | + * export matrixes in getElementInfo ([c1aad6a](https://github.com/daybrush/moveable/commit/c1aad6a0aa19c9f5060fe9d9c3277c95a0ad2c5f)) |
| 25 | + * setMin, setMax scale size in onScaleStart ([ea4cd95](https://github.com/daybrush/moveable/commit/ea4cd9527cd599fec9f211f0713dbccb9e2ec343)) |
| 26 | + * support multiple dragTarget type #953 ([4a347d2](https://github.com/daybrush/moveable/commit/4a347d2b7f36570ba882cfe7894207210650d3ec)) |
| 27 | + * support snappable in request #954 ([863ad42](https://github.com/daybrush/moveable/commit/863ad42876e08c0e1cea6324e241dba0d6842946)) |
| 28 | +* `@moveable/helper` |
| 29 | + * add group, ungroup in helper ([8434ed1](https://github.com/daybrush/moveable/commit/8434ed19853a158739b3e9b936d63825c6824c96)) |
| 30 | + |
| 31 | + |
| 32 | +### :bug: Bug Fix |
| 33 | + |
| 34 | +* `react-moveable`, `ngx-moveable` |
| 35 | + * fix props and event types missing #941 ([bd91b08](https://github.com/daybrush/moveable/commit/bd91b08ba04a50644e3d1ed91729563260b5a01b)) |
| 36 | + * fix typo (degress => degrees) #928 ([835be5b](https://github.com/daybrush/moveable/commit/835be5be701c8b3740ff9dfc16101a9b9ed60cbb)) |
| 37 | +* `react-moveable` |
| 38 | + * bump react-selecto version ([c3eb9c7](https://github.com/daybrush/moveable/commit/c3eb9c7e52e7144f7accdd8298cd44e00b092d0f)) |
| 39 | + * fix isRequest naming ([fb90fbd](https://github.com/daybrush/moveable/commit/fb90fbddc94698cf9c88b1e9d8b54a8182f03d88)) |
| 40 | + * fix max scale size ([9cd9761](https://github.com/daybrush/moveable/commit/9cd9761ad109bd941ef474d7af940dbc086251a2)) |
| 41 | + * fix padding for scalized target #951 ([70d938f](https://github.com/daybrush/moveable/commit/70d938fe3255ae5f4cc875c9213412ad5ad09740)) |
| 42 | + * fix ResizeObserver, MutationObserver contexts ([71152cb](https://github.com/daybrush/moveable/commit/71152cbb055b0148ebf501d9156b9af6a542fc69)) |
| 43 | + * fix scalable group's negative scale dist #950 ([f4bb504](https://github.com/daybrush/moveable/commit/f4bb504d7f7f537d63f44f74a90f0cbe59886a16)) |
| 44 | + * support useMutationObserver in Group ([def4db3](https://github.com/daybrush/moveable/commit/def4db354db052379789cfc7e342d36f7b781699)) |
| 45 | +* `croact-moveable` |
| 46 | + * fix croact peerDependencies #937 ([6554cc7](https://github.com/daybrush/moveable/commit/6554cc7828a5ed5f883d0f9bc35ecd913795dd84)) |
| 47 | +* `@moveable/helper` |
| 48 | + * fix helper rollup config ([c8ee6a7](https://github.com/daybrush/moveable/commit/c8ee6a7b78f7bbb4606b997d1fdae2ebc2d8ff21)) |
| 49 | +* `ngx-moveable` |
| 50 | + * **ngx-moveable:** reduce change detection cycles (#939) ([b8ff60c](https://github.com/daybrush/moveable/commit/b8ff60cfda90aac4a5420c3620f798a8a184cdb9)) |
| 51 | + |
| 52 | + |
| 53 | +### :mega: Other |
| 54 | + |
| 55 | +* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable` |
| 56 | + * publish packages ([f893cca](https://github.com/daybrush/moveable/commit/f893ccaa176d31ef9ddb241d2cd4a1fb098cdae0)) |
| 57 | +* `react-moveable` |
| 58 | + * bump croffle version ([0a0cb93](https://github.com/daybrush/moveable/commit/0a0cb931bff2d4cdb7809351212f83cd59fd047c)) |
| 59 | + |
| 60 | + |
| 61 | + |
6 | 62 | ## [0.48.0](https://github.com/daybrush/moveable/compare/0.47.9...0.48.0) (2023-06-04) |
7 | 63 | ### :sparkles: Packages |
8 | 64 | * `croact-moveable` 0.4.0 |
|
0 commit comments