Skip to content

Commit

Permalink
chore: Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 22, 2019
1 parent 7d8a228 commit 3f548e5
Show file tree
Hide file tree
Showing 25 changed files with 8,192 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ node_modules/
*.DS_Store
.DS_Store
doc/
dist/

demo/dist/
packages/*/dist/
release/
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [0.11.0] - 2019-11-23
### Added
* add `baseDirection` props.
* add `offsetWidth`, `offsetHeight` in `getRect`'s method return value. #99

### Fixed
* Fix Resizable's wrong position calculation #99
* Fixed the problem that resize can't snap


## [0.10.8] - 2019-11-21
Expand Down
308 changes: 308 additions & 0 deletions dist/moveable.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/moveable.cjs.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3f548e5

Please sign in to comment.