Commit 1d818804cc0def873f16cffff1be33a7081678b5

Authored by ly525
1 parent 38daec85

chore(release): 1.10.1

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.10.1](https://github.com/ly525/luban-h5/compare/v1.10.0...v1.10.1) (2020-06-14)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* [#170](https://github.com/ly525/luban-h5/issues/170) ([dca845f](https://github.com/ly525/luban-h5/commit/dca845f))
  11 +* [#171](https://github.com/ly525/luban-h5/issues/171) ([1c3d39f](https://github.com/ly525/luban-h5/commit/1c3d39f))
  12 +
  13 +
  14 +### Features
  15 +
  16 +* add customStyle for component to fit size; !#zh: 增加 customStyle 属性,以支持元素自定义大小 ([4632288](https://github.com/ly525/luban-h5/commit/4632288))
  17 +* add shortcutProps to support shortcut themes; !#zh: 增加 shortcutProps 以支持快捷面板定制化/主题化 ([1070215](https://github.com/ly525/luban-h5/commit/1070215))
  18 +* props item support custom layout; !#zh: 组件属性编辑器 支持表单子项目自定义布局 ([6bc3011](https://github.com/ly525/luban-h5/commit/6bc3011))
  19 +* support resize the props panel; !#zh: 支持拖动调整右侧编辑面板 ([45f3bfc](https://github.com/ly525/luban-h5/commit/45f3bfc))
  20 +* **element:** add defaultStyle for seperate element; ([4d86e95](https://github.com/ly525/luban-h5/commit/4d86e95))
  21 +* **plugin:** add rate componnet; #!zh: 增加评分组件 ([3d813db](https://github.com/ly525/luban-h5/commit/3d813db))
  22 +
5 23 ## [1.10.0](https://github.com/ly525/luban-h5/compare/v1.9.0...v1.10.0) (2020-05-17)
6 24  
7 25  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.10.0",
  3 + "version": "1.10.1",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...