@vuetify/nightly 3.4.2-master.2023-11-21 → 3.4.3-master.2023-11-22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,29 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.2-master.2023-11-21...v) (2023-11-21)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.3-master.2023-11-22...v) (2023-11-22)
2
2
 
3
3
 
4
4
 
5
- ## [3.4.2-master.2023-11-21](https://github.com/vuetifyjs/vuetify/compare/v3.4.2...v3.4.2-master.2023-11-21) (2023-11-21)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **date:** use provided locale ([fe38cb2](https://github.com/vuetifyjs/vuetify/commit/fe38cb24f20f431a8380cecb1258578241108a79)), closes [#18685](https://github.com/vuetifyjs/vuetify/issues/18685)
11
- * **router:** match query with exact prop ([870b091](https://github.com/vuetifyjs/vuetify/commit/870b091a68615ef15d3ccea1a67ef1d4e53365df)), closes [#18724](https://github.com/vuetifyjs/vuetify/issues/18724)
12
- * **VCarousel:** add missing control item class and styling ([f5292a3](https://github.com/vuetifyjs/vuetify/commit/f5292a333325ca864051ec99e6db1578c3144da4))
13
- * **VDataTable:** add missing footer divider and update padding ([48c6573](https://github.com/vuetifyjs/vuetify/commit/48c657311e0ab8c07dd61c34b59d2a1696e63f6b))
14
- * **VDataTable:** pass minWidth to headers ([2f8a4b4](https://github.com/vuetifyjs/vuetify/commit/2f8a4b4aea09176968c58c84207a4efaad0327c1)), closes [#18727](https://github.com/vuetifyjs/vuetify/issues/18727)
15
- * **VDataTable:** remove custom pagination for v-pagination component ([d84591e](https://github.com/vuetifyjs/vuetify/commit/d84591ec6ae8351aa237f360f160c815ec760598)), closes [#16447](https://github.com/vuetifyjs/vuetify/issues/16447)
16
- * **VDatePicker:** always emit month when clicking prev or next ([9269530](https://github.com/vuetifyjs/vuetify/commit/9269530755d8e7fb18e925a64ee202538a85ccec))
17
- * **VDatePickerMonth:** apply month/year updates when displayValue changes ([6901d24](https://github.com/vuetifyjs/vuetify/commit/6901d24e0397c7d4cf95c2f42f9e421e6070a9c9))
18
- * **VDatePickerMonth:** convert min/max to date for isAfter function ([2faefa8](https://github.com/vuetifyjs/vuetify/commit/2faefa8f5a8991d9e49aee5c13d9617013017c5d))
19
- * **VDatePickerMonth:** use min / allowed-dates in displayDate calculation ([05db921](https://github.com/vuetifyjs/vuetify/commit/05db921e81547be58849006c4643e0f7b359aa75))
20
- * **VOtpInput:** disable input when prop.disabled is true ([#18697](https://github.com/vuetifyjs/vuetify/issues/18697)) ([9d3eb14](https://github.com/vuetifyjs/vuetify/commit/9d3eb1414cebca6c071c6c715de64f9291110ca9)), closes [#18690](https://github.com/vuetifyjs/vuetify/issues/18690)
21
- * **VPagination:** hide visible items if value is <= 0 ([3a52406](https://github.com/vuetifyjs/vuetify/commit/3a524068582d4be4afee9057698819173056b005))
22
- * **VPagination:** set circle border radius when using rounded prop ([5b0055b](https://github.com/vuetifyjs/vuetify/commit/5b0055b2c0bdf9e9f9b7bb3d4b0bd801742318bd))
23
- * **VSelectionControlGroup:** default readonly value ([#18513](https://github.com/vuetifyjs/vuetify/issues/18513)) ([7e3f892](https://github.com/vuetifyjs/vuetify/commit/7e3f892dcebf1abad8f4f8058f3a1e3d919762aa)), closes [#18424](https://github.com/vuetifyjs/vuetify/issues/18424)
24
- * **VSlideGroup:** disable prev/next button clicks ([e522e3f](https://github.com/vuetifyjs/vuetify/commit/e522e3f04512e86f121fc9c41685f77b2e3cc6d1)), closes [#18706](https://github.com/vuetifyjs/vuetify/issues/18706)
25
- * **VTab:** pass through VBtn slots ([aeaa776](https://github.com/vuetifyjs/vuetify/commit/aeaa7767c73ba38787bcabdab5e1f516deb9dc1c))
26
- * **VTable:** font-color, size, and icon size ([ecbf74e](https://github.com/vuetifyjs/vuetify/commit/ecbf74ec7c95c85c5601f41a741c4036d40ab0b9))
5
+ ## [3.4.3-master.2023-11-22](https://github.com/vuetifyjs/vuetify/compare/v3.4.3...v3.4.3-master.2023-11-22) (2023-11-22)
27
6
 
28
7
 
29
8