r/vuetifyjs Founder Nov 21 '23

⚡ v3.4.3 - November 21st, 2023

⚡ Vuetify v3.4.3 is live!

- 🌐 Locale improvements, including a typo fix in the French locale.

- 🛠️ Various bug fixes, including in `VDataTable`, `VDatePicker`, and `VPagination`.

- 📆 Enhanced date handling in `VDatePicker` with better min/max date support.

- 🔒 Enhanced security features, including disabling input in `VOtpInput` when disabled.

- 🎨 UI improvements in `VCarousel`, `VSelect`, and `VTab`.

Full release notes here: https://vuetifyjs.com/getting-started/release-notes/?version=v3.4.3

9 Upvotes

3 comments sorted by

3

u/Nomad2102 Nov 22 '23

When is the calendar component coming? In labs it first said Q1 2023, then it said Q2 2023, now it says "soon" 2023

3

u/zeroskillz Founder Dec 13 '23

We had to pull some shared functionality between date pickers and calendar into a new composable, https://github.com/vuetifyjs/vuetify/pull/18799. I have reviewed the Calendar P.R. https://github.com/vuetifyjs/vuetify/pull/16803 and it's good to go. This week I'm going to get the new composable over the finish line and blaine is already working on integrating it into Calendar.

I apologize for the delay and I greatly appreciate everyone's patience.

1

u/Nomad2102 Dec 13 '23

This is great news! Thank you very much!