Skip to content

Commit

Permalink
chore: Release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jul 10, 2021
1 parent da34e18 commit f7ae9b9
Show file tree
Hide file tree
Showing 29 changed files with 35,674 additions and 681 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/

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@ 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.26.0] - 2021-07-11
* `moveable` 0.26.0
* `react-moveable` 0.29.0
* `preact-moveable` 0.28.0
* `ngx-moveable` 0.22.0
* `svelte-moveable` 0.17.0
* `lit-moveable` 0.3.0
* `vue-moveable` 2.0.0-beta.0
* `vue3-moveable` 0.1.0

### Added
* Add `vue-moveable` package
* Add `vue3-moveable` package
* Support multi state

### Fixed
* Fix svg matrix #498
* prevent click event for capturing #490
* Fix types


## [0.25.3] - 2021-06-18
* `moveable` 0.25.3
Expand Down
Loading

0 comments on commit f7ae9b9

Please sign in to comment.