Skip to content

v3.0.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 19 Mar 18:41
· 1193 commits to main since this release
7d08043

⚠️ Important notes ⚠️

⚠️ 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 just VueDatePicker

🐛 Bug fixes

  • Fixed issue where setting openMenu to false in textInputOptions requires openOnFocus prop to be set on false 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 inmultiCalendarsSolo 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

Previous releases can be found here