鲁班H5 1.5.0 发布,可以理解为开源版本的易企秀
~~
鲁班H5 1.7.0 发布,可以理解为开源版本的易企秀
【鲁班H5】前后端都开源的h5快速制作平台,类似于开源版本的易企秀、人人秀,可以通过拖拽的形式,快速生成H5
1.7.0 更新的内容有 (2019-11-23)
Bug Fixes
- #107 (0bf1d9e)
- 修正Checkbox Group、Radio Group Name:页面上有两个单选,或者两个多选时,操作其中一个,另外一个也同步发生改变 (0bf1d9e)
- 修正轮播图的 Index 错位问题(bb88)
Refactor/重构
- 重构轮播图组件:支持在画布中编辑图片大小、位置 (e181c27)
Features
- 分离组件 和 组件属性编辑器,减小组件加载体积 (84e312e)
- load plugins from npm (0d765ed)
- 支持从 NPM 加载自定义组件 (0d765ed)
- 支持修改页面标题 (4a1836)
- 支持删除背景图(4a1836d)
- 增加配置NPM、Yarn镜像脚本(9090093)
为单选框、多选框增加枚举型文本编辑器 (5f84f99)
相关链接
鲁班 H5 的详细介绍:点击查看
- 鲁班 H5 的下载地址:点击下载
- 鲁班 H5 的下载地址(Gitee):Gitee
- 鲁班 H5 的下载地址(GitHub):GitHub
- 鲁班 H5 的下载地址(Gitee):https://gitee.com/ly525/luban-h5
- 鲁班 H5 的下载地址(GitHub):https://github.com/ly525/luban-h5
1.7.1 (2019-11-30)
Bug Fixes
- 更新设置 yarn 镜像(3cf794b)
- plugin: 修复轮播图、多选组、单选组的默认值 (141036f)
- 修正透明颜色#105 (35965ff)
- text: 设置文字的默认边框为0 (f21bf35)
Features
Bug Fixes
- update mirror.sh (3cf794b)
- plugin: clone the default items for slide,radio group, checkbox group (141036f)
- #105 (35965ff)
- text: set default border radius: 0 (f21bf35)
Features
- install: add one click install script for Ubuntu18.04 (2e123b6)
~~
鲁班H5 1.7.2 发布,可以理解为开源版本的易企秀
【鲁班H5】前后端都开源的h5快速制作平台,类似于开源版本的易企秀、人人秀,可以通过拖拽的形式,快速生成H5
1.7.2 (2019-12-08) 更新的内容有
Bug Fixes
- replace router.place with window.open new tab to aviod could not save and preview the work when create the work;
zh: 用 window.open new tab 替换 router.replace,避免最创建作品保存和预览无效的情况(cf953c2) - build: set publicURL to index (abfb167)
- editor: update mutation type for undo-redo (0f4a2cb)
- preview: show qrcode in preview dialog if open from work list (8c62271)
相关链接
1.7.3 (2019-12-21)更新的内容有:
Bug Fixes
- hotfix: remove localhost:1337 to keep relative path for uploaded image url; (zh) 上传图片,移除response url 重的localhost:1337(1faf80790a8e194)
- #118 (425e44d)
- add landing page host; (zh) 修复landing-page 域名错误 (79ec52a)
- engine: add $message function to display message; (zh) 为渲染引擎增加信息提示功能 (fad25b8)
- engine: click the next or prev not working; (zh) 修正预览弹窗中,点击上一页和下一页失败的问题 (3eab119)
- plugin:submit-button: add disabled prop to disable submit form in edit mode; (zh) 表单提交按钮增加disabled prop,防止在编辑模式提交表单 (230d5bb)
- #113 (a2fb4ac)
- #62 display a message if user delete the page if only one page; (zh) 如果页面只有一页,则提示用户无法删除该页 (bbe623b)
Features
- show form stat results; (zh) 显示表单统计结果 (f5e1385)
- docs: use strapi documentation plugin to generate api your documentation(swagger ui); 使用strapi document plugin 自动生成API 文档(由swagger ui 驱动) (cb6cf47)
- preview: set page title for released page; (zh) 为发布的作品设置页面标题 (e8e0117)
### [1.7.3](https://github.com/ly525/luban-h5/compare/v1.7.2...v1.7.3) (2019-12-21)
### Bug Fixes
* hotfix: remove localhost:1337 to keep relative path for uploaded image url; (zh) 上传图片,移除response url 重的localhost:1337([1faf80790a8e194](https://github.com/ly525/luban-h5/commit/1faf80790a8e19447d29b9712e6998158254db63))
* [#118](https://github.com/ly525/luban-h5/issues/118) ([425e44d](https://github.com/ly525/luban-h5/commit/425e44d))
* add landing page host; (zh) 修复landing-page 域名错误 ([79ec52a](https://github.com/ly525/luban-h5/commit/79ec52a))
* **engine:** add $message function to display message; (zh) 为渲染引擎增加信息提示功能 ([fad25b8](https://github.com/ly525/luban-h5/commit/fad25b8))
* **engine:** click the next or prev not working; (zh) 修正预览弹窗中,点击上一页和下一页失败的问题 ([3eab119](https://github.com/ly525/luban-h5/commit/3eab119))
* **plugin:submit-button:** add disabled prop to disable submit form in edit mode; (zh) 表单提交按钮增加disabled prop,防止在编辑模式提交表单 ([230d5bb](https://github.com/ly525/luban-h5/commit/230d5bb))
* [#113](https://github.com/ly525/luban-h5/issues/113) ([a2fb4ac](https://github.com/ly525/luban-h5/commit/a2fb4ac))
* [#62](https://github.com/ly525/luban-h5/issues/62) display a message if user delete the page if only one page; (zh) 如果页面只有一页,则提示用户无法删除该页 ([bbe623b](https://github.com/ly525/luban-h5/commit/bbe623b))
### Features
* show form stat results; (zh) 显示表单统计结果 ([f5e1385](https://github.com/ly525/luban-h5/commit/f5e1385))
* **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))
* **preview:** set page title for released page; (zh) 为发布的作品设置页面标题 ([e8e0117](https://github.com/ly525/luban-h5/commit/e8e0117))