Skip to content

Commit

Permalink
->v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Nov 13, 2017
1 parent 32b6fcc commit d03deca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.7.2",
"version": "2.7.3",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/confirm/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ methods:
en: set input value when show-input is true
zh-CN: 设置输入值,当 show-input 为 true 时有效
changes:
next:
v2.7.3:
en:
- '[fix] fix hard to get focus on input(thanks to @Sapphire2k)'
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 @@ -137,7 +137,7 @@ methods:
en: render with current value's month
zh-CN: 渲染当前值所在月份
changes:
next:
v2.7.3:
en:
- '[fix] disable-date-function result conflicts with disable-weekend #2189'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ methods:
en: get labels of current value
zh-CN: 根据 value 获取字面值
changes:
next:
v2.7.3:
en:
- '[enhance] add development tip for chained-mode picker without specifying prop:columns'
en:
Expand Down
2 changes: 1 addition & 1 deletion src/components/rater/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ props:
en: font size
zh-CN: 字体大小
changes:
next:
v2.7.3:
en:
- '[feature] prop:star support html #2182'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ methods:
en: make input lost focus
zh-CN: 手动设置 input 失去焦点,一般用于在 on-submit 事件中实现隐藏手机键盘
changes:
next:
v2.7.3:
en:
- '[fix] fix event:on-change fires before compositionend'
zh-CN:
Expand Down

0 comments on commit d03deca

Please sign in to comment.