github Vuepic/vue-datepicker v5.4.0

latest releases: v9.0.3, v9.0.2, v9.0.1...
15 months ago

🚀 Feature

  • Extend the format-locale prop to have priority over locale prop c2b17fe (#443)
  • 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)

Don't miss a new vue-datepicker release

NewReleases is sending notifications on new releases.