Skip to content

Commit 6626c9d

Browse files
committed
chore: Release 0.6.0
1 parent 0383d8b commit 6626c9d

13 files changed

+13924
-4
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
## [0.6.0] - 2019-08-06
6+
### Added
7+
- Support SVG Elements #13
8+
- Support SVG Transform Origin in Safari, iOS #13
9+
- Add datas parameter to send data #12
10+
- Add pinchable option and events #11
11+
12+
### Fixed
13+
* The default value of `container` option is fixed to `parentElement`.
14+
* Fix Rotatable for distorted axis.
15+
516
## [0.5.0] - 2019-07-31
617
### Added
718
- Add destroy method. #14

0 commit comments

Comments
 (0)