Releases: mengxiong10/vue2-datepicker
Releases · mengxiong10/vue2-datepicker
v3.6.0
v3.5.0
v3.4.0
Bug Fixes
- fix open event fired multiple times (be26d2a)
- mobile support for date range (#419) (3c2e00e)
- popup doesn't reposition when scrolling in Firefox (#427) (2d50e75)
Features
- add
calendar-change
event (#432) (17d2262) - add
pick
event when date clicked (#429) (2fb9e67) - ignore whitespace around separator on manual range input (#416) (376a7ef)
修复bug
Features
v3.3.1
v3.3.0
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.2
Bug Fixes
- compatible with vue old version inject (c03632f)
- should return
[null, null]
when clear a range (635631f)
Features
- add prop
partial-update
. Determine whether update date when select year or month intype='date'
ortype='datetime'
(07f4271)
修复 Bug
新功能
- 添加属性
partial-update
, 决定是否选择年或月的时候也更新日期 (07f4271)