Skip to content

Commit

Permalink
->v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Dec 27, 2017
1 parent 3ffb789 commit 0b61387
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.5",
"version": "2.7.6",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/button-tab/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ button-tab-item:
en: emits when item is clicked
zh-CN: 当前按钮点击时触发
changes:
next:
2.7.6:
en:
- '[fix] fix border disappear bug #2322'
zh-CN:
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 @@ -90,7 +90,7 @@ events:
en: emits when popup hides
zh-CN: 弹窗关闭时触发
changes:
next:
2.7.6:
en:
- '[fix] fix no hiding after selecting the same value #2306'
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 @@ -205,7 +205,7 @@ events:
en: fires when confirm button is clicked
zh-CN: 点击确定按钮时触发,等同于事件 on-hide(confirm)
changes:
next:
2.7.6:
en:
- '[fix] column value use number type, fix binding value is not equal to datetimepicker value #2296'
zh-CN:
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 @@ -119,7 +119,7 @@ events:
en: fires when render month is changed
zh-CN: 渲染月份变化时触发。初始化时会触发一次,如果不希望处理初始化时的触发,可以检查第二个参数是否为 0
on-select-single-date:
version: next
version: 2.7.6
params: '(currentValue)'
en: fires when date is selected in radio mode
zh-CN: 单选模式下选中日期时触发
Expand All @@ -142,7 +142,7 @@ methods:
en: render with current value's month
zh-CN: 渲染当前值所在月份
changes:
next:
2.7.6:
en:
- '[feature] add event:on-select-single-date'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/load-more/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ props:
en: tip text. Show dot if there is no text and loading icon
zh-CN: 提示文字,如果没有显示图标也没有显示文字,则显示点
changes:
next:
2.7.6:
en:
- '[feature] don't need to set the `background-color`'
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:
2.7.6:
en:
- '[fix] fix not emit on-change and input events when cancel or clear'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/swiper/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ events:
en: fires after height is caculated
zh-CN: 高度获取后触发
changes:
next:
2.7.6:
en:
- '[enhance] stop moving width one item'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
2.7.6:
en:
- '[feature] add disabled class #2279'
zh-CN:
Expand Down

0 comments on commit 0b61387

Please sign in to comment.