Commit f929fef0fe3532d277eb841145ff53dba51db6e0

Authored by ly525
1 parent 65311e9d

chore(release): 1.4.0

Showing 2 changed files with 19 additions and 1 deletions
CHANGELOG.md
... ... @@ -2,6 +2,24 @@
2 2  
3 3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4 4  
  5 +## [1.4.0](https://github.com/ly525/luban-h5/compare/v1.3.0...v1.4.0) (2019-09-15)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* set collapse as accordion ([e7b6ed0](https://github.com/ly525/luban-h5/commit/e7b6ed0))
  11 +* set proxy for html2canvas ([bd486ce](https://github.com/ly525/luban-h5/commit/bd486ce))
  12 +* set router-link-active for active link ([d5366ff](https://github.com/ly525/luban-h5/commit/d5366ff))
  13 +* set z-index for element ([0208a79](https://github.com/ly525/luban-h5/commit/0208a79))
  14 +
  15 +
  16 +### Features
  17 +
  18 +* show avaiable animation list ([28a7203](https://github.com/ly525/luban-h5/commit/28a7203))
  19 +* **animation:** run animations in edit mode ([58d0048](https://github.com/ly525/luban-h5/commit/58d0048))
  20 +* **animation:** run animations in preview mode ([65311e9](https://github.com/ly525/luban-h5/commit/65311e9))
  21 +* **animation:** support duration, delay, interation-count and infinite ([9e04d09](https://github.com/ly525/luban-h5/commit/9e04d09))
  22 +
5 23 ## [1.3.0](https://github.com/ly525/luban-h5/compare/v1.2.0...v1.3.0) (2019-09-06)
6 24  
7 25  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.3.0",
  3 + "version": "1.4.0",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...