This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Releases: Vuepic/vue3-date-time-picker
Releases · Vuepic/vue3-date-time-picker
v1.0.3
🚀 Features
- New prop available
autoPosition
🐛 Bug Fixes
- Clear input stays available when
disabled
orreadonly
is set totrue
- 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 of24
- Additional validation is provided for min and max times
- Time select will now have preset on the current time,
v1.0.2
🐛 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