Skip to content

Commit 8caf946

Browse files
committed
chore: Release 0.13.0
1 parent a7c9c69 commit 8caf946

File tree

20 files changed

+8354
-50
lines changed

20 files changed

+8354
-50
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node_modules/
22
*.DS_Store
33
.DS_Store
44
doc/
5-
dist/
5+
66
demo/dist/
77
packages/*/dist/
88
release/

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66

7+
## [0.13.0] - 2019-12-12
8+
* `moveable` 0.13.0
9+
* `react-moveable` 0.16.1
10+
* `preact-moveable` 0.15.0
11+
* `ngx-moveable` 0.9.0
12+
* `svelte-movable` 0.4.0
13+
14+
### Added
15+
* Add `snapVertical`, `snapHorizontal`, `snapElement` props. #119
16+
* Add `set` method on rotateGroup event. #107
17+
* Add dashed line in element guidelines. #120
18+
19+
### Fixed
20+
* moveable-control is abnormally rotated. #115
21+
* Element snaps with elementGuideline and verticalGuideline at the same posiiton #121
22+
* Huge width value on resizing rotated element on guidelines #122
23+
* Weird snapping with rotated groupables #112
24+
* Input box failed to get focus #110
25+
* Snappable with Scalable does not work. #108
26+
727
## [0.12.0] - 2019-11-28
828
### Added
929
* Add `defaultGroupRotate` props. #102

dist/moveable.cjs.js

Lines changed: 308 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/moveable.cjs.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)