⚠️ 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
scss
import 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
openMenu
tofalse
intextInputOptions
requiresopenOnFocus
prop to be set onfalse
also (#120) - Fixed issue where
reverseYears
reverse months (4b1e5fe) (#123) - Fixed issue where
openMenu
actually toggles the menu (#126) - Fixed issue where the same month and different years do not display the second calendar properly in
multiCalendarsSolo
mode (#127) - Fixed issue where
minDate
disables the provided date in different timezones (#128)
🔧 Refactor
- Use
vite
as a build tool - The playground is moved to StackBlitz
- The component folder is renamed to VueDatePicker