Skip to content

Commit

Permalink
->v2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Aug 29, 2017
1 parent 961dd72 commit f44cd5c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.8",
"version": "2.5.9",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
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.9:
en:
- '[fix] fix error when format is YYYY #1861'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/inline-calendar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ events:
en: emits when value is changed
zh-CN: 值变化时触发
changes:
next:
v2.5.9:
en:
- '[fix] donot set value to empty string when clicking on current selected item #1862'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-header/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ events:
en: emits when right text is clicked
zh-CN: 右侧文字点击时触发
changes:
next:
v2.5.9:
en:
- '[fix] fix wrong slot name'
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.9:
en:
- '[fix] Fix layout errors when body not set 100% width #1867'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/sticky/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ methods:
en: manually re-bind sticky
zh-CN: 手动重新绑定,用于内容变化导致位置变化定位不再正确的情况
changes:
next:
v2.5.9:
en:
- '[fix] Fix scrollTop always return 0 #1827'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-address/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ events:
en: emits when picker value is changed
zh-CN: picker 值变化时触发,即滑动 picker 时触发
changes:
next:
v2.5.9:
en:
- '[feature] prop:show supports the .sync modifier'
zh-CN:
Expand Down

0 comments on commit f44cd5c

Please sign in to comment.