This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
v2.6.0
🚀 Features
multiDates
- Allow selecting multiple single dates (#82)presetRanges
- Specify pre-defined ranges to select (#86)flow
- Set selecting order (#87)minRange
&maxRange
- Set min and max range available for selection (#93)fixedStart
&fixedEnd
- Modify only first or second date in the defined range (#93)preventMinMaxNavigation
- If enabled, you won't be able to navigate before or afterminDate
andmaxDate
(#94)- After or before months/years will now be disabled in the overlay if
maxDate
orminDate
are provided
🐛 Bug Fixes
- Fixed seconds not working in range mode (#95)
- Fixed issue with
altPosition
and custom function where it calls recalculate position method (#97) - Fixed issue when clearing range value from keyboard with
autoApply
(#98) - Fixed issue causing the menu to expand when some props are configured (
locale
,previewFormat
...)