Commit 08b74da57eecdb34a6cb2903f6bed2a73db6a41e
1 parent
1faf8079
chore(release): 1.7.3
Showing
2 changed files
with
21 additions
and
1 deletions
CHANGELOG.md
| @@ -2,6 +2,26 @@ | @@ -2,6 +2,26 @@ | ||
| 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.7.3](https://github.com/ly525/luban-h5/compare/v1.7.2...v1.7.3) (2019-12-21) | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +### Bug Fixes | ||
| 9 | + | ||
| 10 | +* [#118](https://github.com/ly525/luban-h5/issues/118) ([425e44d](https://github.com/ly525/luban-h5/commit/425e44d)) | ||
| 11 | +* add landing page host ([79ec52a](https://github.com/ly525/luban-h5/commit/79ec52a)) | ||
| 12 | +* **engine:** add $message function to display message ([fad25b8](https://github.com/ly525/luban-h5/commit/fad25b8)) | ||
| 13 | +* **engine:** click the next or prev not working; (zh) 修正预览弹窗中,点击上一页和下一页失败的问题 ([3eab119](https://github.com/ly525/luban-h5/commit/3eab119)) | ||
| 14 | +* **plugin:submit-button:** add disabled prop to disable submit form in edit mode ([230d5bb](https://github.com/ly525/luban-h5/commit/230d5bb)) | ||
| 15 | +* [#113](https://github.com/ly525/luban-h5/issues/113) ([a2fb4ac](https://github.com/ly525/luban-h5/commit/a2fb4ac)) | ||
| 16 | +* [#62](https://github.com/ly525/luban-h5/issues/62) display a message if user delete the page if only one page; ([bbe623b](https://github.com/ly525/luban-h5/commit/bbe623b)) | ||
| 17 | + | ||
| 18 | + | ||
| 19 | +### Features | ||
| 20 | + | ||
| 21 | +* show form stat results; (zh) 显示表单统计结果 ([f5e1385](https://github.com/ly525/luban-h5/commit/f5e1385)) | ||
| 22 | +* **docs:** use strapi documentation plugin to generate api your documentation(swagger ui); 使用strapi document plugin 自动生成API 文档(由swagger ui 驱动) ([cb6cf47](https://github.com/ly525/luban-h5/commit/cb6cf47)) | ||
| 23 | +* **preview:** set page title for released page; (zh) 为发布的作品设置页面标题 ([e8e0117](https://github.com/ly525/luban-h5/commit/e8e0117)) | ||
| 24 | + | ||
| 5 | ### [1.7.2](https://github.com/ly525/luban-h5/compare/v1.7.1...v1.7.2) (2019-12-08) | 25 | ### [1.7.2](https://github.com/ly525/luban-h5/compare/v1.7.1...v1.7.2) (2019-12-08) |
| 6 | 26 | ||
| 7 | 27 |
package.json
| 1 | { | 1 | { |
| 2 | "name": "luban-h5", | 2 | "name": "luban-h5", |
| 3 | - "version": "1.7.2", | 3 | + "version": "1.7.3", |
| 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", |