github Vuepic/vue-datepicker v5.0.0

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

⚠️ Breaking Changes

  • Now button is moved to the action row
  • sass variables and import are removed
  • Renames:
    • now-button slot is renamed to action-extra
    • action-select slot is renamed to action-buttons
  • prevenDefault is not called on mousedown | pointerdown events anymore in the menu (needs to be set explicitly)

🚀 Features

  • New prop action-row
  • dp-input slot now has exposed all internal input functions (#366)
  • six-weeks support for multiple options (#370)

🐛 Bug Fixes

  • Fixed issue in time-picker where only raw value is validated (#364)
  • Fixed issue with TS2499 error (#365)
  • Fixed issue with screen reader 9a8f867 (#367)
  • Fixed broken inputs when used inside slots (#372)
  • Fixed cell range direction when the hovered date is before the first selected range date

🔧 Refactor

  • <div role="button"> are now proper buttons
  • New menu open transition
  • CSS fine-tuning, 2 new variables added
  • Prevent word-wrap on default preset-ranges (#368)
  • Cleaned extra props rendered as attributes and data-test attribute in the build output

Don't miss a new vue-datepicker release

NewReleases is sending notifications on new releases.