💥 Breaking changes
- Renamed props
endDate
to maxDate
(it was weird to have minDate => endDate
instead of minDate => MaxDate
)
✨ News & Improvements
- new props :
noCalendarIcon
: Allow to hide calendar icon
- Updated range header when there are no selected dates
ButtonCancel
, buttonValidate
& rangeHeaderText
now in locale object
const localeObject = {
name: 'en',
...
buttonValidate: 'Ok',
buttonCancel: 'Cancel',
rangeHeaderText: 'From %d To %d',
};
🐛 Fixes
- Improved & cleaned design/animations for RTL mode
- Mobile fix : selected date before first date in range mode.
- Allow to use range presets without min & max date.
This closes #8, closes #10, closes #11 and closes #12