Releases: mengxiong10/vue2-datepicker
Releases · mengxiong10/vue2-datepicker
v2.6.1
v2.6.0
v2.5.0
v2.4.3
Bug Fixes
- fix the selectTime 'am' and 'pm' (8e475b3)
- IE compatibility (fefed17)
- when select time picker option close popup (#154) (12907ad)
- year and month disable don't right (#169) (42bc068)
Features
- emit
clear
event for the clear button (e0776b6)
修复Bug
- 修复选择时间时候显示'am', 'pm' (8e475b3)
- 修复一个IE兼容性问题 (fefed17)
- 当选择一个时间的时候关闭面板 (#154) (12907ad)
- 修复年和月的禁用函数错误 (#169) (42bc068)
新功能
- 添加一个
clear
事件 (e0776b6)
v2.4.0
v2.3.2
v2.2.0
v2.1.0
New features
- Add
type
year and month
新特性
- 添加
type
支持月和年的单独选择
v2.0.0
New features
- Add
clearable
used to show clear icon - Add slot
calendar-icon
to custom calendar icon - Add slot
header
andfooter
to custom popup area disabledDays
supports custom functions
Breaking changes
- Refactored code. This may fail if you hacked the code
format
default value changes from yyyy-MM-dd to YYYY-MM-DD, now the parsing tokens are similar to the moment.js, not supports lowercase yyyy- remove
custom-formatter
editable
default value changes from false to true, now supports range- select the year or month panel will not change the value(Because it causes many problems when set the
not-before
ornot-after
)
新特性
- 添加
clearable
用于控制是否显示清除按钮 - 添加 slot
calendar-icon
自定义日历图标 - 添加 slot
header
和footer
自定义弹出日历的头部和尾部 disabledDays
现在支持函数
非兼容性更新
- 重构代码. 如果你自己hack过代码可能会失效
format
默认值由 yyyy-MM-dd 改成 YYYY-MM-DD, 现在格式类似moment.js. 不支持小写的yyyy- 移除了
custom-formatter
editable
默认由false改成true, 现在日历范围也支持手动修改- 当选择年或月的面板的时候不会修改日期(因为当设置了
not-before
或者not-after
的时候会引发很多问题和bug)