Skip to content

Commit

Permalink
->v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 21, 2017
1 parent 445e896 commit 1c6f1ac
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vux",
"version": "2.6.2",
"version": "2.6.3",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/checker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ checker:
en: max selected number when type = checkbox
zh-CN: 最多可选个数,多选时可用
radio-required:
version: next
version: v2.6.3
type: Boolean
default: false
en: whether value is required in radio mode
Expand All @@ -69,7 +69,7 @@ checker-item:
en: emits when current checker-item is clicked
zh-CN: 当前项被点击时触发
changes:
next:
v2.6.3:
en:
- '[feature] support prop:radio-required #2004'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/checklist/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ events:
en: emits when value changes, param:label is supported after v2.5.7
zh-CN: 值变化时触发,参数为 (value, label),其中 label 参数在 v2.5.7 后支持
changes:
next:
v2.6.3:
en:
- '[fix] now on-change params has labels as second param #2018'
zh-CN:
Expand Down
10 changes: 5 additions & 5 deletions src/components/previewer/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,25 @@ methods:
version: v2.5.10
en: go to previous image
zh-CN: 跳转到上一张
next:
v2.6.3:
version: v2.5.10
en: go to next image
zh-CN: 跳转到下一张
getCurrentIndex:
version: next
version: v2.6.3
en: get current index
zh-CN: 获取当前图片索引
slots:
button-after:
version: next
version: v2.6.3
en: slot after control button list
zh-CN: 操作按钮之后,可以添加自定义图标
button-before:
version: next
version: v2.6.3
en: slot before control button list
zh-CN: 操作按钮之前,可以添加自定义图标
changes:
next:
v2.6.3:
en:
- '[fix] fix method name starts with _ will get vue(2.4.4) warning #2001'
- '[feature] add method:getCurrentIndex'
Expand Down
4 changes: 2 additions & 2 deletions src/components/search/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ events:
en: when input gets focus
zh-CN: 输入框获取到焦点时触发
on-blur:
version: next
version: v2.6.3
en: fires when input losts focus
zh-CN: 输入框失去焦点时触发
slots:
Expand All @@ -85,7 +85,7 @@ methods:
en: make input lost focus
zh-CN: 手动设置 input 失去焦点,一般用于在 on-submit 事件中实现隐藏手机键盘
changes:
next:
v2.6.3:
en:
- '[feature] add event:on-blur'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/toast/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ events:
en: emits when toast hides
zh-CN: 提示隐藏时触发
changes:
next:
v2.6.3:
en:
- '[fix] fix no padding when using slot and type === text'
zh-CN:
Expand Down
6 changes: 3 additions & 3 deletions src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ props:
en: (beta) value mask, 9 for DIGIT, A for ALPHA, S for ALPHA AND DIGIT
zh-CN: (beta) 值格式化,依赖于 vanilla-masker,其中 9 表示数字,A 表示大写字母,S 表示数字或者字母
should-toast-error:
version: next
version: v2.6.3
default: true
en: whether toast error when clicking on error icon
zh-CN: 是否在点击错误图标时用 toast 的形式显示错误
Expand All @@ -121,7 +121,7 @@ events:
params: '`(value)`'
zh-CN: '输入值变化时触发。如果你使用了`debounce`,那么触发将不会是实时的。'
on-click-error-icon:
version: next
version: v2.6.3
params: '`(error)`'
en: fires when clicking error icon
zh-CN: '点击错误图标时触发,你可以关闭 `should-toast-error` 然后用这个事件来自定义显示错误的提示内容'
Expand All @@ -138,7 +138,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.6.3:
en:
- '[enhance] toast error when clicking error icon #2009'
zh-CN:
Expand Down

0 comments on commit 1c6f1ac

Please sign in to comment.