Skip to content

Commit

Permalink
->v2.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 5, 2017
1 parent 7c5a01b commit 378e88a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10",
"version": "2.5.11",
"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.11:
en:
- '[fix] fix :show.syc="false" do no work #1918'
- '[fix] fix prop:compute-hours-function not working when month is changed'
Expand Down
4 changes: 2 additions & 2 deletions src/components/inline-calendar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ events:
zh-CN: 值变化时触发
methods:
getDates:
version: next
version: v2.5.11
en: get current date list
zh-CN: 获取当前日期列表
changes:
next:
v2.5.11:
en:
- '[feature] support method:getDates'
- '[feature] support less variable @calendar-bg-color'
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.11:
en:
- '[fix] add vux-modal-open only when global config:$layout is VIEW_BOX #1893'
zh-CN:
Expand Down

0 comments on commit 378e88a

Please sign in to comment.