Skip to content

Commit

Permalink
chore: Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Apr 15, 2022
1 parent 5a34a34 commit a776065
Show file tree
Hide file tree
Showing 32 changed files with 36,670 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ statistics/
*.mp4
demo/storybook
demo/storybook2
dist/

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Add `setTransform`, `setTransformIndex` event properties.
* Expand the functions of `translate` and `rotate` properties.



## [0.29.0] - 2022-04-15
* `moveable` 0.29.0
* `react-moveable` 0.32.0
* `preact-moveable` 0.31.0
* `ngx-moveable` 0.25.0
* `svelte-moveable` 0.19.0
* `lit-moveable` 0.6.0
* `vue-moveable` 2.0.0-beta.7
* `vue3-moveable` 0.4.0

### Added
* add `keepRatio` in `Resizable`, `Scalable` request #638
* add `beforeScale`, `beforeResize` events #623 #624
* add `resizeFormat` option #624
* add `beforeRotate`, `beforeRoateGroup` events

### Fixed
* fix dragArea is null #636
* fix dragStart method #629
* fix fixedDirection #624
* fix form element select #631
* fix forceUpdate types
* remove useless param

## [0.28.0] - 2022-03-14
* `moveable` 0.28.0
* `react-moveable` 0.31.1
Expand Down
Loading

0 comments on commit a776065

Please sign in to comment.