Skip to content

Commit

Permalink
->v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 15, 2017
1 parent 049707c commit 10b4e78
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 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.12",
"version": "2.6.0",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions src/components/calendar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ props:
en: placeholder
zh-CN: 占位提示文字
show-popup-header:
version: next
version: v2.6.0
type: Boolean
en: whether show popup header
zh-CN: 是否显示弹窗头部
popup-header-title:
version: next
version: v2.6.0
type: String
en: popup header title
zh-CN: 弹窗头部文字
Expand All @@ -68,7 +68,7 @@ events:
en: emits when value changes
zh-CN: 值改变时触发
changes:
next:
v2.6.0:
en:
- '[feature] support prop:show-popup-header'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/checker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ checker-item:
en: emits when current checker-item is clicked
zh-CN: 当前项被点击时触发
changes:
next:
v2.6.0:
en:
- '[fix] Fix event:on-change do not fire when using :value binding instead of v-model #1945'
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.6.0:
en:
- '[fix] fix i18n for cancel_text confirm_text'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/grid/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ grid-item:
en: slot for label, the same func as prop:label
zh-CN: label文字的slot,作用同prop:label
changes:
next:
v2.6.0:
en:
- '[change] prop:rows is deprecated #1971'
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 @@ -88,7 +88,7 @@ props:
en: if disable future days
zh-CN: 禁止选择未来的日期,该选项可以end-date同时使用
marks:
version: next
version: v2.6.0
type: Array
en: (beta)style marks for specified date list
zh-CN: (beta) 自定义日期标记
Expand Down Expand Up @@ -125,7 +125,7 @@ methods:
en: render with current value's month
zh-CN: 渲染当前值所在月份
changes:
next:
v2.6.0:
en:
- '[feature] (beta) Support prop:marks to style specified date item'
- '[fix] fix i18n for days'
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 @@ -14,7 +14,7 @@ props:
en: background color
zh-CN: 背景颜色,需要配置以让文字与背景完全融合。推荐通过设置 less 变量 @load-more-tip-background-color 全局修改
changes:
next:
v2.6.0:
en:
- '[feature] support less variable @load-more-tip-background-color'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/panel/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ events:
en: emits when clicking footer
zh-CN: 点击尾部时触发
changes:
next:
v2.6.0:
en:
- '[enhance] support list prop:fallbackSrc #1923'
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.6.0:
en:
- '[fix] fix placeholder logic #1964'
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 @@ -103,7 +103,7 @@ props:
en: index value, use `v-model` for binding
zh-CN: index 绑定,使用`v-model`,一般不需要绑定
changes:
next:
v2.6.0:
en:
- '[enhance] support fallbackImg for prop:list #1923'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-dialog/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
v2.6.0:
en:
- '[fix] fix body still scrolls when scrolling on dialog'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-img/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ props:
en: delay execute lazyload function because sometimes transition between routes will cause problems
zh-CN: 延迟执行,在存在路由过渡时立即执行可能会导致进入页面后并不会正确加载图片。该属性在 2.5.4 后已经不推荐使用,推荐使用 BusPlugin 来通知组件页面已经载入完成。
changes:
next:
v2.6.0:
en:
- '[fix] re-initialize when src is changed #1901'
zh-CN:
Expand Down

0 comments on commit 10b4e78

Please sign in to comment.