Skip to content

v8.3.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 17 Mar 19:55
· 177 commits to main since this release
edb0ee0

๐Ÿš€ Features

  • Added support for dragging and selecting on multi-dates (#780)
    • multi-dates prop can now accept configuration object
  • timezone prop can now accept convertModel property (#773)

๐Ÿ› Bug Fixes

  • Fixed issue where format-locale is being ignored when parsing text-input (#768)
  • Fixed issue where filters are not being applied in month-picker mode (#769)
  • Fixed issue where year numbers are not formatted based on locale (#775)
  • Fixed issue where arrow-navigation does not jump to the next/previous row on left/right navigation (#776)
  • Fixed issue where the date hover effect is missing in different modes (#777)
  • Fixed issue where partial-range is not working with fixed-start/end (#781)
  • Fixed issue where selectOnFocus doesn't select the value with custom format on text-input (#782)

๐Ÿ”ง Refactor

  • Revert v-model to timezone conversion before v8.1.0 (can be opted out via config) (#773)
  • Deprecated prop multi-dates-limit