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

Releases: Vuepic/vue3-date-time-picker

v1.0.3

02 Sep 16:54
bfde391
Compare
Choose a tag to compare

🚀 Features

  • New prop available autoPosition

🐛 Bug Fixes

  • Clear input stays available when disabled or readonly is set to true
  • Hours and minutes decrement to respect prop value
  • Disabled values in selection grids can be selected

🔧 Refactor

  • 24 hour mode will now show 00 instead of 24
  • Additional validation is provided for min and max times
  • Time select will now have preset on the current time,

v1.0.2

30 Aug 12:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Inline date picker
  • Disable and readonly states on input
  • Years grid throwing error on missing column
  • Hours grid increment not using prop value
  • Minutes increment not using prop value
  • Missing AM/PM logic for non 24 hours mode

📝 Chore

  • Dev dependencies lowered to the stable versions due to issues with vue-cli and test utils
  • Added test suites
  • Added slots section

v1.0.1

29 Aug 10:38
Compare
Choose a tag to compare

📝 Chore

  • Documentation update

v1.0.0

29 Aug 09:35
Compare
Choose a tag to compare

Initial release