mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-09 13:12:27 +03:00
4.5 KiB
4.5 KiB
2.6.3 (2018-12-08)
Bug Fixes
2.6.2 (2018-10-30)
Bug Fixes
calendar-changetrigger in right time (b1a5a41)
Features
- add
calendar-changeevent (ef9314e)
2.6.1 (2018-10-17)
Bug Fixes
- prevent popup internal click event from affecting the outside (de177d8)
Features
- when use script type, install automatic (a310f59)
2.6.0 (2018-10-11)
Bug Fixes
- fix shortcut color (ac4aa87)
Features
- add prop
appendToBody(e26e1f5)
2.5.0 (2018-10-05)
Features
- add panel-change event (5cdba7b)
2.4.3 (2018-09-28)
Bug Fixes
- fix the selectTime 'am' and 'pm' (8e475b3)
- IE compatibility (fefed17)
- timeType default (38a657b)
- when select time picker option close popup (#154) (12907ad)
- year and month disable don't right (#169) (42bc068)
Features
- emit
clearevent for the clear button (e0776b6)
2.4.0 (2018-08-08)
Features
- add prop
timeto show only time picker (1046731)
2.3.2 (2018-08-07)
Features
- add prop
date-format(3c27647)
2.2.0 (2018-08-06)
Bug Fixes
- set input autocomplete off (264458c)
Features
- add event 'change-calendar-year' 'change-calendar-month' (bc80708)
2.1.0 (2018-07-24)
Bug Fixes
Features
2.0.0 (2018-06-16)
Features
- Add
clearableused to show clear icon - Add slot
calendar-iconto custom calendar icon - Add slot
headerandfooterto custom popup area disabledDayssupports custom functions
Breaking changes
- Refactored code. This may fail if you hacked the code
formatdefault 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 editabledefault 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-beforeornot-after)