github Vuepic/vue-datepicker v3.0.0

latest releases: v8.6.0, v8.5.1, v8.5.0...
2 years ago

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

Don't miss a new vue-datepicker release

NewReleases is sending notifications on new releases.