⚠️ Important notes ⚠️
- Repository migrated from https://github.com/Vuepic/vue3-date-time-picker
- New package name:
@vuepic/vue-datepicker
⚠️ Breaking changes
Nothing big, just adjust the imports if needed
scssimport is changed to@vuepic/vue-datepicker/src/VueDatePicker/style/main.scss- If you used the component in the html
<script>tag, component name is changed to justVueDatePicker
🐛 Bug fixes
- Fixed issue where setting
openMenutofalseintextInputOptionsrequiresopenOnFocusprop to be set onfalsealso (#120) - Fixed issue where
reverseYearsreverse months (4b1e5fe) (#123) - Fixed issue where
openMenuactually toggles the menu (#126) - Fixed issue where the same month and different years do not display the second calendar properly in
multiCalendarsSolomode (#127) - Fixed issue where
minDatedisables the provided date in different timezones (#128)
🔧 Refactor
- Use
viteas a build tool - The playground is moved to StackBlitz
- The component folder is renamed to VueDatePicker