Commit 2f5e6804e3833334e8af607f9b7c604f40d648ed

Authored by ly525
1 parent 3b6b4d3b

chore(release): 1.10.2

Showing 2 changed files with 20 additions and 1 deletions
CHANGELOG.md
@@ -2,6 +2,25 @@ @@ -2,6 +2,25 @@
2 2
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. 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.2](https://github.com/ly525/luban-h5/compare/v1.10.1...v1.10.2) (2020-08-02)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* raido&checkbox not show ([3b6b4d3](https://github.com/ly525/luban-h5/commit/3b6b4d3))
  11 +* **preview:** [#196](https://github.com/ly525/luban-h5/issues/196); !#zh: 预览模块支持长页面 !#en: support long page ([10fc6e3](https://github.com/ly525/luban-h5/commit/10fc6e3))
  12 +* [#185](https://github.com/ly525/luban-h5/issues/185) [#145](https://github.com/ly525/luban-h5/issues/145) !#zh: 修正预览页文字模块双击后出现富文本编辑问题 ([b39f638](https://github.com/ly525/luban-h5/commit/b39f638))
  13 +* [#189](https://github.com/ly525/luban-h5/issues/189); !#zh: 修正点击左侧组件,在画布中组件会出现2次 ([2a3a7df](https://github.com/ly525/luban-h5/commit/2a3a7df))
  14 +* [#190](https://github.com/ly525/luban-h5/issues/190) ([abe1aa8](https://github.com/ly525/luban-h5/commit/abe1aa8))
  15 +
  16 +
  17 +### Features
  18 +
  19 +* **component:** add map component; !#zh: 添加地图组件 ([f723096](https://github.com/ly525/luban-h5/commit/f723096))
  20 +* **prop:** add visible config ([3b894fd](https://github.com/ly525/luban-h5/commit/3b894fd))
  21 +* support drag&drop element from the left panel to the canvas; !#: 支持从左侧元素列表中拖拽元素至中间画布 ([67b129a](https://github.com/ly525/luban-h5/commit/67b129a))
  22 +* **PropTypes:** add excel editor ([16dad6a](https://github.com/ly525/luban-h5/commit/16dad6a))
  23 +
5 ### [1.10.1](https://github.com/ly525/luban-h5/compare/v1.10.0...v1.10.1) (2020-06-14) 24 ### [1.10.1](https://github.com/ly525/luban-h5/compare/v1.10.0...v1.10.1) (2020-06-14)
6 25
7 26
package.json
1 { 1 {
2 "name": "luban-h5", 2 "name": "luban-h5",
3 - "version": "1.10.1", 3 + "version": "1.10.2",
4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.", 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 "dependencies": { 5 "dependencies": {
6 "flightplan": "^0.6.20", 6 "flightplan": "^0.6.20",