Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

v2.8.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 12 Mar 14:14
· 6 commits to main since this release
1542423

🚀 Features

  • Added event updateMonthYear when month or year is changed (#107)
  • multiDatesLimit - Limit selectable dates in multiDates mode (#108)
  • range mode is now compatible with month picker (#109)
  • weekPicker mode added (#110)
  • keepActionRow - Option to keep action bar when autoApply is set (#111)
  • reverseYears - Option to reverse years order (#113)

🐛 Bug Fixes

  • Fixed issue where disabling time picker prevented flow from executing (#114)
  • Fixed issue where tab index is reset after the date is selected, preventing further keyboard navigation (#115)
  • Fixed issue with z-index in inline mode (#116)
  • Fixed issue with invalid date staying in text input when being discarded (#117)
  • Fixed issue where the same date in preset ranges blocks start time
  • Fixed issue with page scroll when opening month-picker

🔧 Refactor

  • Code cleanup
    • Reduced overall build size
  • master branch renamed to main