Skip to content

v0.1.8

Compare
Choose a tag to compare
@mathieustan mathieustan released this 16 Sep 09:27

💥 Breaking changes

  • Renamed props endDate to maxDate (it was weird to have minDate => endDateinstead 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