Skip to content

Commit

Permalink
->v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Oct 26, 2017
1 parent 439835a commit 9629a12
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 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.6.5",
"version": "2.7.0",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
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 @@ -82,7 +82,7 @@ events:
en: emits when popup hides
zh-CN: 弹窗关闭时触发
changes:
next:
v2.7.0:
en:
- '[fix] fix top border #2104'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/cell/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ slots:
en: title slot
zh-CN: title 插槽,方便自定义样式
changes:
next:
v2.7.0:
en:
- '[fix] fix ssr rendering issue'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/checklist/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ events:
en: emits when value changes, param:label is supported after v2.5.7
zh-CN: 值变化时触发,参数为 (value, label),其中 label 参数在 v2.5.7 后支持
changes:
next:
v2.7.0:
en:
- '[fix] fix default selected item missing issue #2122'
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 @@ -166,7 +166,7 @@ events:
en: $emits when click the button in the middle of the header
zh-CN: 点击显示在中间的自定义按钮时触发
changes:
next:
v2.7.0:
en:
- '[fix] fix ssr i18n bug'
- '[fix] fix datetime still shows when prop:readonly is true #2079'
Expand Down
4 changes: 2 additions & 2 deletions src/components/flow/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flow-state:
zh-CN: 该节点是否完成
slots:
title:
version: next
version: v2.7.0
en: title for state point,default content is prop:title
zh-CN: 标题插槽,默认内容为 prop:title
flow-line:
Expand Down Expand Up @@ -59,7 +59,7 @@ flow-line:
en: percentage rate of progress which will be showed in flow line
zh-CN: 在 flow line 上显示的进度比例
changes:
next:
v2.7.0:
en:
- '[feature] add slot:title for flow-state #2010'
zh-CN:
Expand Down
6 changes: 3 additions & 3 deletions src/components/inline-calendar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ props:
en: (beta) style marks for specified date list
zh-CN: (beta) 自定义日期标记
disable-weekend:
version: next
version: v2.7.0
type: Boolean
default: false
en: whether disable weekends
zh-CN: 是否禁用周六日
disable-date-function:
version: next
version: v2.7.0
type: Function
params: '`(date)`'
en: check if a date should be disabled
Expand Down Expand Up @@ -137,7 +137,7 @@ methods:
en: render with current value's month
zh-CN: 渲染当前值所在月份
changes:
next:
v2.7.0:
en:
- '[enhance] call render function on created hook instead of mounted(ssr)'
- '[feature] add prop:disable-weekend #2105'
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.0:
en:
- '[change] picker move distance do not respect html[data-dpr] by default #2082 #1979'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ props:
en: popup style
zh-CN: 弹窗样式,可以用于强制指定 z-index
popup-title:
version: next
version: v2.7.0
type: String
en: popup title
zh-CN: 弹窗标题
Expand All @@ -90,7 +90,7 @@ events:
en: emits when picker value is changed
zh-CN: picker 值变化时触发,即滑动 picker 时触发
changes:
next:
v2.7.0:
en:
- '[feature] add prop:popup-title(use component:popup-header) #1866'
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 @@ -33,7 +33,7 @@ events:
en: fires when popup hides
zh-CN: 弹窗关闭时触发
changes:
next:
v2.7.0:
en:
- '[fix] fix [email protected] scope issue #2076'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/qrcode/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ props:
en: 'render type, can be `img` or `canvas`'
zh-CN: '渲染类型,可以为`img`(适合需要在微信需要长按识别的场景)和`canvas`'
changes:
next:
v2.7.0:
en:
- '[fix] fix errors when value is undefined #2070'
- '[change] use style to set width and height #2075'
Expand Down
2 changes: 1 addition & 1 deletion src/components/selector/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ events:
en: emits when value is changed
zh-CN: 值变化时触发
changes:
next:
v2.7.0:
en:
- '[fix] fix ssr rendering issue'
- '[fix] fix placeholder not show when value is null #2101'
Expand Down
4 changes: 2 additions & 2 deletions src/components/swiper/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ props:
zh-CN: index 绑定,使用`v-model`,一般不需要绑定
events:
on-get-height:
version: next
version: v2.7.0
params: '`(height)`'
en: emits after height is caculated
zh-CN: 高度获取后触发
changes:
next:
v2.7.0:
en:
- '[enhance] set shorter distance for first and last item for better experience'
- '[feature] add event:on-get-height #2112'
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 @@ -138,7 +138,7 @@ events:
en: emits when picker value is changed
zh-CN: picker 值变化时触发,即滑动 picker 时触发
changes:
next:
v2.7.0:
en:
- '[fix] fix [email protected] scope issue #2076'
- '[feature] add prop:popup-title(use component:popup-header) #1866'
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 @@ -116,7 +116,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
v2.7.0:
en:
- '[feature] add event:on-click-mask #2102'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-switch/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ props:
zh-CN: 阻止点击时自动设定值
value-map:
type: Array
version: next
version: v2.7.0
default: '[false, true]'
en: customize not-boolean values
zh-CN: 用于自定义 false 和 true 映射的实际值,用于方便处理比如接口返回了 0 1 这类非 boolean 值的情况
Expand All @@ -69,7 +69,7 @@ events:
en: triggers when being clicked
zh-CN: 点击组件时触发
changes:
next:
v2.7.0:
en:
- '[feature] support prop:value-map #2104'
zh-CN:
Expand Down

0 comments on commit 9629a12

Please sign in to comment.