Releases: ly525/luban-h5
Releases · ly525/luban-h5
use koa-static to service ediror static files
🎉🎉support background music
1.7.4 (2020-01-04)
Bug Fixes
- #121 (18bbe16)
- do not set editingElement null if change tab(not background) (3e068da)
- form stat api 500; (zh) 修正表单统计接口无法获取数据 (bd620f1)
- remove localhost:1337 temporarily in cover url (5933eed)
- typo: animation delay (47bd979)
- remove 0 on canvas (90e6fa6)
Features
- plugin: background music (e0f5359)
v1.7.3
1.7.3 (2019-12-21)
Bug Fixes
- hotfix: remove localhost:1337 to keep relative path for uploaded image url(1faf80790a8e194)
- #118 (425e44d)
- add landing page host (79ec52a)
- engine: add $message function to display message (fad25b8)
- engine: click the next or prev not working; (zh) 修正预览弹窗中,点击上一页和下一页失败的问题 (3eab119)
- plugin:submit-button: add disabled prop to disable submit form in edit mode (230d5bb)
- #113 (a2fb4ac)
- #62 display a message if user delete the page if only one page; (bbe623b)
Features
修复创建作品,无法预览的情况
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)
🎉🎉add one-click-setup script
v1.7.0
1.7.0 (2019-11-23)
Bug Fixes
- #107 (0bf1d9e)
- 修正Checkbox Group、Radio Group Name:页面上有两个单选,或者两个多选时,操作其中一个,另外一个也同步发生改变 (0bf1d9e)
- 修正轮播图的 Index 错位问题(bb88)
Refactor/重构
- 重构轮播图组件:支持在画布中编辑图片大小、位置 (e181c27)
Features
重构文本组件,支持富文本编辑器。发布鲁班组件生成脚手架v0.0.1
1.6.1 (2019-11-03)
Bug 修复
- 修正 #92: 通过 npm install 而非 yarn install 引起的项目无法启动报错#92 (b8f89c8)
- 修正 #98:预览页面无法显示二维码 #98 (8635c9f)
- 修正:在复制元素时,需要给新元素的z-index +1 (2de1aa8)
Features
- 发布组件快速生成[脚手架v0.0.1版本] (https://github.com/luban-h5/vue-cli-plugin-lbhc)
- 支持从npm 引入组件[#1] (#1)
- 支持素材库中选择图片 (8adfef6)
- 线上英文版本首页 (18d59b65)
- 重构文本组件,支持富文本编辑器 (07d1210409)
Others
- 优化右键菜单样式和逻辑,更方便操作 (9eb1bab3a9)
Bug Fixes
- local dev: fix #92 (b8f89c8)
- fix #98 (8635c9f)
- fix: add zindex when clone element (2de1aa8)
- pick image from pixabay gallery (8adfef6)
Features
- import luban components from npm (b6b27d3)
english documents are online
fix documents link
🎉🎉support video,slide,image-gallery,background-image,background-color
1.5.0 (2019-10-10)
Bug Fix
- 修复预览 跨页面通信问题
- 修复克隆作品时候,动画复制不完整问题
新功能
支持 Video
支持 轮播图
支持 图片库
支持 背景图
支持 背景颜色
支持 从第三方图片库选择图片
优化
封面图:上传封面之前压缩封面图,减小图片体积
渲染引擎:更新渲染引擎构建脚本
Bug Fixes
- qrcode style (b70ec62)
- start with local cli (a1a5542)
- preview: update preview iframe origin
- animation : clone animation of other work
Features
- support: pick image from image gallery (33db8e9)
- plugin: video
- plugin: slide
- support: imager gallery
- plugin: background image or color
- plugin: support modify background image or color
Perf
- editor: compress cover image on client-side before uploading
- engine: update engine build script