Skip to content

v5.4.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 01 Jul 14:00
· 613 commits to main since this release
f32017d

🚀 Feature

  • Extend the format-locale prop to have priority over locale prop c2b17fe (#443) by @basil-gor
  • onInput function exposed to dp-input slot, can now accept string value too (#456)
  • New slot marker added (#457)

🐛 Bug Fixes

  • Fixed calendar icon not clickable in the input field (#447)
  • Fixed issue where in the range mode on the same date, the time on the second date can be before the time on the first date (#448)
  • Fixed blur event not being emitted with inline-with-input mode (#450)
  • Fixed issue with not highlighted months in-between in month-picker range mode (#453)
  • Fixed issue where pressing arrow keys in the year overlay updates the month behind (#454)
  • Fixed issue where custom format function prevents date edit in text-input mode when the text input format is provided (#455)
  • Fixed issue when :transitions="false" is not disabling menuAppear transition (#462)
  • Fixed issue where update-month-year is not triggered when the day from the previous month is clicked (#463)

🔧 Refactor

  • When opening month or year overlay, the initially focused cell will be the active one instead the topmost one
  • Empty array provided to allowed-dates prop will disable all dates (#458)