- Fixed
weex plugin create <remote or local> [projectname]
command.
- Fixed issue Cannot find module 'chokidar'.
- Update
npm-shrinkwrap.json
. - Fixed the issue of
config-chain
module not found.
- Refactored weex plugin development project, you can using
weex plugin create [projectname]
to create a plugin develop project. - Replace
--offline
option with--update
option while usingweex plugin create [projectname]
command because of the large project size, that meams you will using cached template instead of remote template, you can add--update
flag to upgrade your local template. - Remove
yeoman
denpendences.
- Support Android Studio 3.0 default output configuration.
- Fix the judgment logic for the weex project root.
- Remove all useless dependences from package.json.
- Fix the dugement about
ios-deploy
installed or not.
- Fixed issue 354。
- Fixed 337#issuecomment-378912469。
- Fixed issue weex-toolkit/issues/349.
- Fixed issue weex-toolkit/issues/344.
- Add tips on 'pod update' command.
- Add 'iosBuildPath' option to custom Xcode Deviced.
- Fixed
cfg is not defined
error. - Fixed
weex run web
command.
- After this version, the
weex create
command can supports remote templates, which can be created remotely fromweex create <template> [projectname]
, such asweex create weex-templates/webpack my-project
and by using the--offline
option Use locally cached templates. - How to create your own template
- Formate log date to 'hh:mm:ss'.
- Fixed bug of call
npm install pluginname
andnpm run build:plugin
repeatedly while usingweex plugin add/remove
command.
- Fixed issue weex-pack/issues/284.
- Remove useless source on the root folder.
- Fixed
plugin install
command.
- Fixed issue weex-pack/issues/284.
- Fix issue weex-pack/issues/222.
- Add English document about how to devloping weex, see How to devloping weex plugin
- Fix issue weex-pack/issues/224.
- Remove
installIosDeploy.sh
.
- Fix Hosting error weex-ui/issues/135.
- Fix
gituser.js
module not found on ubuntu or other linux platform weexteam/weex-toolkit/issues/252
- Upgrade
weexpack-create
to 0.2.16. weexpack-create/commit/6a3427 support muti page develop, you can just addxxx.vue
in to thesrc
folder, and modify the?page=xxx.js
options on url to the page you want to preview, like?page=demo.js
.
- Upgrade
weexpack-create
to 0.2.15. weexpack-create/commit/acec5d91
- Fix issue weex-toolkit/issues/254
- Remove
weexpack-common
dependence. - Upgrade
weexpack-create
to 0.2.14.weex-toolkit/issues/250
- 修复babel编译问题,将
json
文件转换为js
文件形式引用,修复文件丢失问题。weex-toolkit/issues/249
- Fixed weex-toolkit/issues/249
- Fixed weex-toolkit/issues/249
- Fixed file missing bug.
- Fix babel compile issue.
- 全新的插件开发以及集成机制,详情参考 如何开发weex插件
- 全新的
weex
模板项目,支持前端热更新、测试、开发、打包、构建一体化流程 - 更加精简的 playground 模板,支持代码修改的实施同步功能,修改代码立即可在客户端中查看效果
- 移除cordova依赖,重构代码以及移除冗余的逻辑
- 修复
weex run
以及weex build
功能同时优化用户提示
- 重构部分代码,修复功能为主
- 重构插件weex插件开发和安装机制,详情参考 如何开发weex插件
- 修复创建ali内部源问题
- 修复merge问题
- 更新发测试用例
- 修复插件发布的命名空间问题
- 修复安装插件时,ios平台ali内部出错问题
- plugin remove 命令增加成功提示
- 实现weexpack plugin link dir 命令, 可以在demo中安装本地正在开发的插件。用于测试
- 支持创建使用ali内部源的ios容器
- weexpack weexplugin create ios -a
- 支持单独创建插件容器命令
- weexpack weexplugin create ios 创建iOS插件容器
- weexpack weexplugin create android 创建android插件容器
- 添加命令选项 weexpack platform add ios -a , 创建支持内部源的iOS平台
- 修复weexpack build android在windows下的bug
- 修复weexpack run web的bug 并且加了自动打开浏览器的功能
- suppress adb reverse error(android 5.0- will cause error)
- 更换copy库 之前用的库还是存在windows的兼容问题,被坑了。
- 修复windows平台的bug 重新用bat重写了start脚本
- 修复了错误把build文件夹ignore的问题。
- 优化操作流程,去掉了以前会重复出现的server窗口
- 修复个别打包失败的错误 增强稳定性
- 消除ios-deploy的依赖,只在ios打包时再动态安装ios-deploy
- 修复了EI Capitan系统下安装失败的问题
- 支持windows,不再依赖ios相关的环境
- 以WeexOne作为测试用例