Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jun 26, 2017
1 parent 2b3251e commit 2112636
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import Demoindex from './src/components/popover/DemoIndex.vue'
import DevicePlugin from './src/plugins/device/index.js'
import DevTip from './src/components/dev-tip/index.vue'
import Divider from './src/components/divider/index.vue'
import Drawer from './src/components/drawer/index.vue'
import Flexbox from './src/components/flexbox/flexbox.vue'
import FlexboxItem from './src/components/flexbox/flexbox-item.vue'
import Flow from './src/components/flow/flow.vue'
Expand Down Expand Up @@ -187,6 +188,7 @@ export {
DevicePlugin,
DevTip,
Divider,
Drawer,
Flexbox,
FlexboxItem,
Flow,
Expand Down
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.4.0",
"version": "2.4.1",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ props:
en: control visibility of datetime, require vue^2.3
zh-CN: 控制显示,要求 vue^2.3
default-selected-value:
version: next
version: v2.4.1
en: set default selected value, works only when value is empty
zh-CN: 设置默认选中日期,当前 value 为空时有效
slots:
Expand All @@ -139,7 +139,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.4.1:
en:
- '[fix] Re-render when readonly is changed #1593'
- '[feature] Support prop:default-selected-value #1576'
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 @@ -147,7 +147,7 @@ changes:
- '[enhance] Support PC mouse drag #1039 @michael829'
zh-CN:
- '[enhance] 支持 PC 上鼠标选择 #1039 @michael829'
next:
v2.4.1:
en:
- '[fix] Fix a bug caused by unexpected end of json value #1584'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ events:
en: emits when popup is closed
zh-CN: 弹窗关闭时触发
changes:
next:
v2.4.1:
en:
- '[fix] popup-picker-header add touchmove.prevent event #1596'
zh-CN:
Expand Down

0 comments on commit 2112636

Please sign in to comment.