Skip to content

Commit

Permalink
->v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jun 19, 2017
1 parent bb82c0c commit c21d8e8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.3.8",
"version": "2.4.0",
"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 @@ -135,7 +135,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.4.0:
en:
- '[enhance] use the same popup header style as popup-picker'
zh-CN:
Expand Down
18 changes: 9 additions & 9 deletions src/components/drawer/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@ extra:
zh-CN: '当前组件 forked 自 https://github.com/bajian/vue-drawer'
props:
show:
version: next
version: v2.4.0
type: Boolean
default: false
en: visibility of the component, use :show.sync to control the visibility(vue@^2.3.3)
zh-CN: 是否展开,使用 :show.sync 绑定(vue@^2.3.3)
drawer-style:
version: next
version: v2.4.0
en: menu container styles
zh-CN: 菜单样式
show-mode:
version: next
version: v2.4.0
default: overlay
en: animation type, can be push or overlay
zh-CN: 展示方式,push(推开内容区域)或者 overlay(在内容上显示)
placement:
version: next
version: v2.4.0
default: left
en: placement, left or right
zh-CN: 显示位置,可以为 left 或者 right
slots:
default:
version: next
version: v2.4.0
en: page content container
zh-CN: 主体内容插槽
drawer:
version: next
version: v2.4.0
en: drawer menu container
zh-CN: 侧边栏内容插槽
event:
on-show:
version: next
version: v2.4.0
en: emits when drawer is shown
zh-CN: 侧边栏显示时触发
on-hidde:
version: next
version: v2.4.0
en: emits when drawer is hidden
zh-CN: 侧边栏关闭时触发
changes:
next:
v2.4.0:
en:
- '[feature] new component'
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 @@ -97,7 +97,7 @@ events:
en: emits when value is changed
zh-CN: 值变化时触发
changes:
next:
v2.4.0:
en:
- '[enhance] re-render when render-month is changed'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/previewer/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ events:
en: emits after closing
zh-CN: 关闭时触发
changes:
next:
v2.4.0:
en:
- '[enhance] Use src as msrc by default'
- '[enhance] No more force setting width and height #1426'
Expand Down
4 changes: 2 additions & 2 deletions src/components/radio/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ props:
zh-CN: 禁用操作
selected-label-style:
type: Object
version: next
version: v2.4.0
en: set selected label style
zh-CN: 设置选中时的 label 样式,比如使用其他颜色更容易区分是否为选中项
slots:
Expand All @@ -90,7 +90,7 @@ slots:
en: custom how to display each item
zh-CN: 自定义如何显示每一项
changes:
next:
v2.4.0:
en:
- '[feature] Add prop:selected-label-style'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/range/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ events:
en: emits when value is changed
zh-CN: 绑定值变化时触发事件
changes:
next:
v2.4.0:
en:
- '[fix] Fix the situation cannot drag to max value #1556'
zh-CN:
Expand Down

0 comments on commit c21d8e8

Please sign in to comment.