Skip to content

Commit

Permalink
->v2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Aug 30, 2017
1 parent a354d27 commit e9b88d2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.5.9",
"version": "2.5.10",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/calendar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ events:
en: emits when value changes
zh-CN: 值改变时触发
changes:
next:
v2.5.10:
en:
- '[feature] Support prop:placeholder'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.5.10:
en:
- '[feature] support @cell-value-color #1874'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/marquee/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ marquee-item:
en: content slot
zh-CN: 内容插槽
changes:
next:
v2.5.10:
en:
- '[feature] Support prop:item-height #1885'
zh-CN:
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 @@ -85,7 +85,7 @@ events:
en: emits when picker value is changed
zh-CN: picker 值变化时触发,即滑动 picker 时触发
changes:
next:
v2.5.10:
en:
- '[feature] support @cell-value-color #1874'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-radio/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ slots:
en: custom how label displays
zh-CN: 自定义每个条目显示内容
changes:
next:
v2.5.10:
en:
- '[feature] support @cell-value-color #1874'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ slots:
en: content body
zh-CN: 弹窗主体内容
changes:
next:
v2.5.10:
en:
- '[fix] Fix class helper typo issue #1893'
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 @@ -73,20 +73,20 @@ events:
zh-CN: 关闭时触发
methods:
goTo:
version: next
version: v2.5.10
params: '(index)'
en: go to specified image
zh-CN: 跳转到特定图片
prev:
version: next
version: v2.5.10
en: go to previous image
zh-CN: 跳转到上一张
next:
version: next
v2.5.10:
version: v2.5.10
en: go to next image
zh-CN: 跳转到下一张
changes:
next:
v2.5.10:
en:
- '[enhance] Support method:goTo #1888'
zh-CN:
Expand Down

0 comments on commit e9b88d2

Please sign in to comment.