Releases: kuaifan/eeui-template
1.0.20
修复<web-view>已知bug;
Android端weexSDK启用0.26.1.7-SNAPSHOT
,经测试模拟器可以用,<richtext>也可以用,日志也正常,其它测试未出异常。
如果使用过程出现问题Android端weexSDK想降回使用0.24.0的:将
platforms/android/eeuiApp/build.gradle
文件底部的weex_sdkLibVersion = "0.26.1.7-SNAPSHOT@aar"
改成weex_sdkLibVersion = "0.24.0"
即可。
1.0.19
新增eeui.reloadPage支持页面新地址;
修复iOS插件picture无法点击相机的bug;
修复iOS组件<navbar>动态修改内容时出现错位的bug;
修复iOS使用eeui.input之后eeui.toast不显示的bug。
1.0.18
适配Xcode11及iOS13;
适配Android Studio gradle:3.5.1;
修复eeui repair出现上传0KB包的bug;
修复<navbar>组件iOS端margin无效的bug;
修复弹出键盘导致状态栏字体颜色自动变色的bug;
修复win下dev图片不显示的bug;
修复eeui-cli已知bug;
新增dev工具清除缓存功能。
weex生态框架eeui:
eeui中文文档 https://eeui.app/
eeui插件市场 https://eeui.app/markets/
eeui演示项目 https://editor.eeui.app/#/case
eeui在线编辑器 https://editor.eeui.app/
eeui交流社区 https://bbs.eeui.app/
eeui热更新功能 https://eeui.app/update/
1.0.17
1.0.16
新增eeui.openPage参数支持拼接到url(如:http://abc.com/xxx.js?statusBarType=immersion
);
新增eeui-cli一键发布热更新功能eeui repair
;
新增eeui.openPage可选参数loadingBackground
是否显示加载中过渡背景;
新增<tabbar>组件配置参数tabPages子参数loading
是否显示等待效果;
新增控制台热更新支持一个更新同时更新多个版本。
weex生态框架eeui:
eeui中文文档 https://eeui.app/
eeui插件市场 https://eeui.app/markets/
eeui演示项目 https://editor.eeui.app/#/case
eeui在线编辑器 https://editor.eeui.app/
eeui交流社区 https://bbs.eeui.app/
eeui热更新功能 https://eeui.app/update/
1.0.15
优化iOS端日志NSLog改成EELog输出releases下不输出;
修复eeui.setStatusBarStyle导致的系统页面无法正常显示。
weex生态框架eeui:
eeui插件市场 https://eeui.app/markets/
eeui演示项目 https://editor.eeui.app/#/case
eeui在线编辑器 https://editor.eeui.app/
eeui交流社区 https://bbs.eeui.app/
eeui热更新功能 https://eeui.app/update/
eeui中文文档 https://eeui.app/
1.0.14
新增eeui-cli
命令行eeui setdemo设置初始化演示模;
修复Android页面不存在导致一直显示等待的问题;
修复newPageimmersion
沉浸式页面下<tabbar>子页面设置eeui.setStatusBarStyle导致的bug;
修复iOS<tabbar>子页面出现404的情况;
优化console日志输出格式。
weex生态框架eeui:
eeui插件市场 https://eeui.app/markets/
eeui在线编辑器+演示项目 https://editor.eeui.app/
eeui交流社区 https://bbs.eeui.app/
eeui热更新功能 https://eeui.app/update/
eeui中文文档 https://eeui.app/
1.0.13
优化iOS热更新过程中导致app卡顿的情况;
修复Android热更新导致页面一直等待加载的BUG。
weex生态最完善的框架weex-eeui:
weex-eeui插件市场 https://eeui.app/markets/
weex-eeui在线编辑器+演示项目🔥 https://editor.eeui.app/
weex-eeui交流社区 https://bbs.eeui.app/
weex-eeui热更新功能 https://eeui.app/update/
weex-eeui文档大全 https://eeui.app/
1.0.12
优化<tabbar>子页面里再放<tabbar>组件时相对路径调用的问题;
优化支持es6 async语法;
优化编译错误页面提示;
优化console日志输出格式的问题;
修复<tabbar>组件tab加载本地图片失败的bug;
修复picture、umeng、audio、pay插件已知bug。
weex生态最完善的框架weex-eeui:
weex-eeui插件市场 https://eeui.app/markets/
weex-eeui在线编辑器+演示项目🔥 https://editor.eeui.app/
weex-eeui交流社区 https://bbs.eeui.app/
weex-eeui热更新功能 https://eeui.app/update/
weex-eeui文档大全 https://eeui.app/
1.0.11
新增热更新完成后是否清除缓存功能选项;
数据储存新增setCaches、getCaches、getAllCaches、clearAllCaches、getAllVariate、clearAllVariate;
修复<tabbar>组件tabSlideSwitch在无效iOS;
修复iOS端eeui.getCachesString返回非字符串类型;
修复wifi同步dev刷新工具导致appboard文件失效的情况;
修复iOS加载auto页面完成后菊花还一直显示;
修复刷新页面系统导航栏会变化的情况;
修复npm run dev新建vue页面后打开此页提示不存在的情况;
修复支付模块window安装失败的情况。