Skip to content

Commit

Permalink
-> 2.1.1-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Mar 10, 2017
1 parent 04ecd3a commit 8d64c3e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 16 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vux",
"version": "2.1.1-rc.7",
"version": "2.1.1-rc.8",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down Expand Up @@ -136,7 +136,7 @@
"vuex": "^2.1.1",
"vuex-i18n": "^1.3.1",
"vuex-router-sync": "^4.1.1",
"vux-loader": "^1.0.47",
"vux-loader": "^1.0.50",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
Expand All @@ -145,6 +145,9 @@
"yaml-loader": "^0.4.0",
"yargs": "^6.6.0"
},
"peerDependencies": {
"vux-loader": "^1.0.50"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ events:
params: '`(closeType)` true表示confirm(选择确认), false表示其他情况的关闭'
zh-CN: 弹窗关闭时触发
changes:
next:
v2.1.1-rc.8:
en:
- '[enhance] Update header style and add less variables'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/tabbar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tabbar-item:
en: icon area
zh-CN: 图标区域
icon-active:
version: next
version: v2.1.1-rc.8
en: will show when current item is activated
zh-CN: 如果存在,当前 tabbar-item 点击时会显示,用于切换图标
label:
Expand All @@ -56,7 +56,7 @@ tabbar-item:
en: triggers when tabbar item is click
zh-CN: 点击菜单项时触发
changes:
next:
v2.1.1-rc.8:
en:
- '[feature] Support slot:active-icon'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-header/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ events:
en: triggers when title is clicked
zh-CN: 点击标题时触发
changes:
next:
v2.1.1-rc.8:
en:
- '[fix] Fix transition'
- '[fix] Fix back-text i18n'
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ props:
placeholder-align:
type: String
default: left
version: next
version: v2.1.1-rc.8
en: placeholder align value
zh-CN: placeholder 文字对齐方式
slots:
Expand All @@ -85,7 +85,7 @@ methods:
focus:
zh-CN: 手动获得焦点
changes:
next:
v2.1.1-rc.8:
en:
- '[feature] Support prop:placeholder-align'
zh-CN:
Expand Down
10 changes: 5 additions & 5 deletions src/components/x-textarea/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.1.1-rc.8:
en:
- '[feature] support title prop'
zh-CN:
Expand All @@ -25,11 +25,11 @@ tags:
- 表单
props:
title:
version: next
version: v2.1.1-rc.8
en: label text
zh-CN: label文字
inline-desc:
version: next
version: v2.1.1-rc.8
en: description text below title
zh-CN: 位于标题下的描述文字
show-counter:
Expand Down Expand Up @@ -74,10 +74,10 @@ props:
zh-CN: 高度
slots:
label:
version: next
version: v2.1.1-rc.8
zh-CN: '用于自定义`label`(即 title)部分内容,比如使用`icon`'
restricted-label:
version: next
version: v2.1.1-rc.8
zh-CN: '用于自定义`label`部分,和`slot=label`不同的是,该slot宽度受到父组件`group`的限制'
events:
on-change:
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6024,9 +6024,9 @@ vux-blazy@^1.6.4:
version "1.6.4"
resolved "http://registry.npm.taobao.org/vux-blazy/download/vux-blazy-1.6.4.tgz#e33073d902e0a3844ef1a463cce3ca2e0aab47bf"

vux-loader@^1.0.47:
version "1.0.47"
resolved "http://registry.npm.taobao.org/vux-loader/download/vux-loader-1.0.47.tgz#63705dd21fc3b376b9b7c7ea500a9b986771b079"
vux-loader@^1.0.50:
version "1.0.50"
resolved "http://registry.npm.taobao.org/vux-loader/download/vux-loader-1.0.50.tgz#f92ddf416bbf4264337906b39474b0a4cbe82010"
dependencies:
compare-versions "^3.0.0"
cssnano "^3.7.4"
Expand Down

0 comments on commit 8d64c3e

Please sign in to comment.