Skip to content

Commit

Permalink
0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yylgit committed Apr 8, 2019
1 parent 7080958 commit 5f00b81
Show file tree
Hide file tree
Showing 31 changed files with 336 additions and 315 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.3.0-alpha.1](https://github.com/didi/chameleon/compare/v0.2.0...v0.3.0-alpha.1)

### Bug Fixes
* preview页面iframe未撑开修复
* weex的 build模式jsbundle中存在本地路径

### Features
* 小程序的图片地址本地图片改网络图片
* 解决父级目录babel-loader问题
* build模式config.json的生成
* 支持微信wxs 支付宝sjs 百度.filter.js的文件引用
* web端weex端 多态组件支持js格式的vue组件
* 小程序和weex也添加babelPolyfill的选项
* 校验不支持Promise类型定义
* 默认添加/components 别名
* 校验添加生命周期函数白名单
## [0.2.0](https://github.com/didi/chameleon/compare/v0.2.0-alpha.1...v0.2.0)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"packages/cml-vue-loader",
"packages/cml-extract-css-webpack-plugin"
],
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-chameleon-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-chameleon-import",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "Component modular import plugin for babel.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-css-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-css-loader",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "chameleon样式处理",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-dev-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-dev-proxy",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "cml开发环境代理服务模块",
"main": "index.js",
"author": "Chameleon-Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-errors-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"name": "chameleon-errors-webpack-plugin",
"main": "index.js",
"author": "Chameleon-Team",
Expand Down
10 changes: 5 additions & 5 deletions packages/chameleon-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-linter",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "cml规范校验工具",
"main": "index.js",
"scripts": {
Expand All @@ -24,10 +24,10 @@
"@babel/traverse": "^7.1.4",
"bulk-require": "^1.0.1",
"chalk": "^2.4.1",
"chameleon-tool-utils": "0.2.0",
"cml-component-parser": "0.2.0",
"cml-htmllint": "0.2.0",
"cml-js-parser": "0.2.0",
"chameleon-tool-utils": "0.3.0-alpha.1",
"cml-component-parser": "0.3.0-alpha.1",
"cml-htmllint": "0.3.0-alpha.1",
"cml-js-parser": "0.3.0-alpha.1",
"commander": "^2.19.0",
"glob": "^7.1.3",
"json-lint": "^0.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/chameleon-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-loader",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "chameleon cml文件处理loader",
"main": "src/index.js",
"directories": {
Expand All @@ -17,8 +17,8 @@
"@babel/parser": "7.1.2",
"babel-generator": "6.26.1",
"babel-traverse": "6.26.0",
"chameleon-template-parse": "0.2.0",
"chameleon-tool-utils": "0.2.0",
"chameleon-template-parse": "0.3.0-alpha.1",
"chameleon-tool-utils": "0.3.0-alpha.1",
"consolidate": "0.14.0",
"de-indent": "1.0.2",
"hash-sum": "1.0.2",
Expand All @@ -28,7 +28,7 @@
"loader-utils": "1.1.0",
"lru-cache": "4.1.1",
"resolve": "1.4.0",
"runtime-check": "0.2.0",
"runtime-check": "0.3.0-alpha.1",
"source-map": "0.6.1",
"vue-style-loader": "4.0.1",
"xmldom": "0.1.27"
Expand Down
4 changes: 2 additions & 2 deletions packages/chameleon-miniapp-target/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-miniapp-target",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "chameleon 小程序webpack的target",
"main": "src/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"webpack": "^3.12.0"
},
"dependencies": {
"chameleon-tool-utils": "0.2.0"
"chameleon-tool-utils": "0.3.0-alpha.1"
},
"mail": "[email protected]",
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
Expand Down
4 changes: 2 additions & 2 deletions packages/chameleon-mixins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-mixins",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "chameleon-mixins",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"license": "Apache",
"devDependencies": {
"chai": "^4.2.0",
"chameleon-css-loader": "0.2.0",
"chameleon-css-loader": "0.3.0-alpha.1",
"coveralls": "^2.11.9",
"eslint": "^5.9.0",
"gulp": "^3.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/chameleon-template-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-template-parse",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"chai": "^4.2.0",
"chameleon-css-loader": "0.2.0",
"chameleon-mixins": "0.2.0",
"chameleon-tool-utils": "0.2.0",
"chameleon-css-loader": "0.3.0-alpha.1",
"chameleon-mixins": "0.3.0-alpha.1",
"chameleon-tool-utils": "0.3.0-alpha.1",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^2.11.9",
"eslint": "^5.9.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/chameleon-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "chameleon-templates",
"version": "0.2.0",
"version": "0.3.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" ",
"postpublish": "git push"
"test": "echo \"Error: no test specified\" "
},
"author": "Chameleon-Team",
"license": "Apache",
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-tool-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"test": "mocha --recursive --reporter spec",
"break-test": "./node_modules/.bin/mocha --inspect-brk --recursive --reporter spec"
},
"version": "0.2.0"
"version": "0.3.0-alpha.1"
}
Loading

0 comments on commit 5f00b81

Please sign in to comment.