Releases: mengxiong10/vue2-datepicker
Releases · mengxiong10/vue2-datepicker
v2.10.0
Features
- add prop
default-value
for calendar default date (#94) (4ff6945)
- show the popup on focus and close it on blur (3bcedf5)
新功能
v2.9.2
Bug Fixes
- the display error of the year panel header (#245)
Bug修复
v2.9.1
Bug Fixes
- stringify function returns a error value,when date is null (#244)
Bug修复
v2.8.1
Bug Fixes
- clickoutside event listener change capturing to bubbling (054758e)
修复Bug
- 点击外部关闭监听的函数从捕获改成冒泡, 可以用stopPropagation 阻止关闭
v2.8.0
Features
- add prop
valueType
to format binding value (dd6f2ea)
Accepted Value |
Description |
date |
binding value will be a Date object |
timestamp |
binding value will be a timestamp number |
format |
binding value will be the format string |
新功能
可选值 |
描述 |
date |
返回的绑定值是Date对象 |
timestamp |
返回的绑定值是时间戳数字 |
format |
返回的绑定值是通过format 属性格式化的值 |
v2.7.0
Features
- add class to .mx-calendar indicating the different panel (#219) (1d0a67b)
- add prop inputAttr (2381089)
新功能
- 在mx-calendar元素上添加class去表明现在的窗口类型(mx-clendar-panel-(year, date, time, month))
- 添加新的属性
inputAttr
去自定义input 的属性
v2.6.4
Bug Fixes
- fix when clear input(not use clear button) the date value not changed (39d2c40)
修复bug
v2.6.3
Bug Fixes
- fix unable set value later when range is ture (#209) (97289d1)
修复Bug
v2.6.2
Bug Fixes
calendar-change
trigger in right time (b1a5a41)
Features
- add
calendar-change
event (ef9314e)
修复Bug
calendar-change
事件在正确的时候触发 (b1a5a41)
新功能