@vuetify/nightly 3.2.0-next-20230118.0 → 4.0.0-dev-20230211.0

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.
Files changed (177) hide show
  1. package/CHANGELOG.md +207 -15
  2. package/dist/json/attributes.json +7202 -0
  3. package/dist/json/importMap-labs.json +4 -0
  4. package/dist/json/importMap.json +102 -102
  5. package/dist/json/tags.json +2492 -0
  6. package/dist/json/web-types.json +24081 -0
  7. package/dist/vuetify-labs.css +163 -147
  8. package/dist/vuetify-labs.d.ts +441 -176
  9. package/dist/vuetify-labs.esm.js +328 -225
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +327 -224
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +53 -46
  14. package/dist/vuetify.d.ts +342 -203
  15. package/dist/vuetify.esm.js +249 -185
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +248 -184
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +696 -685
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.ts +2 -2
  23. package/lib/blueprints/md1.d.ts +2 -2
  24. package/lib/blueprints/md2.d.ts +2 -2
  25. package/lib/blueprints/md3.d.ts +2 -2
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/index.d.ts +43 -20
  29. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  30. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  31. package/lib/components/VBtn/VBtn.css +7 -7
  32. package/lib/components/VBtn/VBtn.mjs +8 -3
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  35. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  36. package/lib/components/VBtnGroup/index.d.ts +2 -1
  37. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  38. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  39. package/lib/components/VBtnToggle/index.d.ts +122 -1
  40. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  41. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  42. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  43. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  44. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  45. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  46. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  47. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  48. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  49. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  50. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  51. package/lib/components/VCard/VCard.css +7 -7
  52. package/lib/components/VChip/VChip.css +7 -7
  53. package/lib/components/VCombobox/VCombobox.mjs +3 -3
  54. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  55. package/lib/components/VCombobox/index.d.ts +43 -20
  56. package/lib/components/VData/VData.mjs +2 -4
  57. package/lib/components/VData/VData.mjs.map +1 -1
  58. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  59. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  60. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  61. package/lib/components/VDialog/VDialog.mjs +6 -5
  62. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  63. package/lib/components/VDialog/index.d.ts +57 -34
  64. package/lib/components/VDivider/VDivider.mjs +6 -6
  65. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  66. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  67. package/lib/components/VField/VField.css +2 -2
  68. package/lib/components/VField/VField.mjs +28 -26
  69. package/lib/components/VField/VField.mjs.map +1 -1
  70. package/lib/components/VField/VField.sass +2 -2
  71. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  72. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  73. package/lib/components/VForm/index.d.ts +0 -3
  74. package/lib/components/VList/VList.mjs +4 -1
  75. package/lib/components/VList/VList.mjs.map +1 -1
  76. package/lib/components/VList/VListItem.css +7 -7
  77. package/lib/components/VList/VListItem.mjs +29 -19
  78. package/lib/components/VList/VListItem.mjs.map +1 -1
  79. package/lib/components/VMenu/VMenu.mjs +6 -5
  80. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  81. package/lib/components/VMenu/index.d.ts +57 -34
  82. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  83. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  84. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  85. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  86. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  87. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  88. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  89. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  90. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  91. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  92. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  93. package/lib/components/VOverlay/index.d.ts +34 -11
  94. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  95. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  96. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  97. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  98. package/lib/components/VPagination/VPagination.mjs +1 -1
  99. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  100. package/lib/components/VSelect/VSelect.mjs +3 -4
  101. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  102. package/lib/components/VSelect/index.d.ts +43 -20
  103. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  104. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  105. package/lib/components/VSnackbar/index.d.ts +42 -19
  106. package/lib/components/VStepper/VStepper.sass +6 -6
  107. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  108. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  109. package/lib/components/VTable/VTable.css +4 -4
  110. package/lib/components/VTable/VTable.sass +2 -2
  111. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  112. package/lib/components/VTimeline/_mixins.sass +1 -1
  113. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  114. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  115. package/lib/components/VTooltip/index.d.ts +57 -34
  116. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  117. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  118. package/lib/components/index.d.ts +316 -176
  119. package/lib/composables/defaults.mjs +1 -1
  120. package/lib/composables/defaults.mjs.map +1 -1
  121. package/lib/composables/filter.mjs +3 -3
  122. package/lib/composables/filter.mjs.map +1 -1
  123. package/lib/composables/form.mjs +0 -1
  124. package/lib/composables/form.mjs.map +1 -1
  125. package/lib/composables/toggleScope.mjs +14 -7
  126. package/lib/composables/toggleScope.mjs.map +1 -1
  127. package/lib/directives/ripple/VRipple.css +3 -0
  128. package/lib/directives/ripple/VRipple.sass +3 -0
  129. package/lib/directives/ripple/_variables.scss +1 -1
  130. package/lib/directives/ripple/index.mjs +2 -7
  131. package/lib/directives/ripple/index.mjs.map +1 -1
  132. package/lib/entry-bundler.mjs +1 -1
  133. package/lib/entry-bundler.mjs.map +1 -1
  134. package/lib/framework.mjs +1 -1
  135. package/lib/framework.mjs.map +1 -1
  136. package/lib/index.d.ts +29 -29
  137. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  138. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  139. package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
  140. package/lib/labs/VDataTable/VDataTableFooter.mjs +51 -13
  141. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  142. package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
  143. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  144. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  145. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  146. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  147. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  148. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  149. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  150. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  151. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  152. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  153. package/lib/labs/VDataTable/index.d.ts +125 -1
  154. package/lib/labs/VDataTable/index.mjs +1 -0
  155. package/lib/labs/VDataTable/index.mjs.map +1 -1
  156. package/lib/labs/components.d.ts +125 -1
  157. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  158. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  159. package/lib/locale/ar.mjs +20 -20
  160. package/lib/locale/ar.mjs.map +1 -1
  161. package/lib/locale/en.mjs +2 -2
  162. package/lib/locale/en.mjs.map +1 -1
  163. package/lib/locale/es.mjs +3 -3
  164. package/lib/locale/es.mjs.map +1 -1
  165. package/lib/locale/fi.mjs +5 -5
  166. package/lib/locale/fi.mjs.map +1 -1
  167. package/lib/locale/it.mjs +6 -6
  168. package/lib/locale/it.mjs.map +1 -1
  169. package/lib/locale/sv.mjs +13 -13
  170. package/lib/locale/sv.mjs.map +1 -1
  171. package/lib/styles/settings/_variables.scss +6 -6
  172. package/lib/styles/tools/_states.sass +3 -3
  173. package/lib/util/defineComponent.mjs +21 -18
  174. package/lib/util/defineComponent.mjs.map +1 -1
  175. package/lib/util/helpers.mjs +5 -19
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,29 +1,221 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-next-20230118.0...v) (2023-01-18)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230211.0...v) (2023-02-11)
2
2
 
3
3
 
4
4
 
5
- # [3.2.0-next-20230118.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.2.0-next-20230118.0) (2023-01-18)
5
+ # [4.0.0-dev-20230211.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v4.0.0-dev-20230211.0) (2023-02-11)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **teleport:** use querySelector instead of cache ([#16409](https://github.com/vuetifyjs/vuetify/issues/16409)) ([dfce33f](https://github.com/vuetifyjs/vuetify/commit/dfce33fcb6b9f2ae1567ed91246b1a9d3b3538ef))
11
- * **VBtn:** isActive calc priorities ([#15897](https://github.com/vuetifyjs/vuetify/issues/15897)) ([cef5ccd](https://github.com/vuetifyjs/vuetify/commit/cef5ccde7d23efc502091ab865e874c6ddb17df0)), closes [#15833](https://github.com/vuetifyjs/vuetify/issues/15833) [#15982](https://github.com/vuetifyjs/vuetify/issues/15982)
12
- * **VChip:** add link styles to clickable chips ([de263ba](https://github.com/vuetifyjs/vuetify/commit/de263ba534f3e8c5c9c7ab01e61bd9952cb51463)), closes [#16380](https://github.com/vuetifyjs/vuetify/issues/16380)
13
- * **VChipGroup:** provide disabled prop to children ([dd6d053](https://github.com/vuetifyjs/vuetify/commit/dd6d053f2f15bc597bfd8bf6c7c7453bd51dcf1e)), closes [#15923](https://github.com/vuetifyjs/vuetify/issues/15923)
14
- * **VCombobox:** do not generate empty search items ([a1e628e](https://github.com/vuetifyjs/vuetify/commit/a1e628e31d129d09ab604e293ee7894f42106fe2))
15
- * **VContainer:** fill-height prop ([#15859](https://github.com/vuetifyjs/vuetify/issues/15859)) ([c51cfee](https://github.com/vuetifyjs/vuetify/commit/c51cfee0b2faf09199c81d623aac3062fec3a558))
16
- * **VDataTable:** pass along slots instead of rendering ([ddea995](https://github.com/vuetifyjs/vuetify/commit/ddea99556359ff1b272dfc10e0ddecbbc8eb6171))
17
- * **VFileInput:** drag and drop ([#16058](https://github.com/vuetifyjs/vuetify/issues/16058)) ([56bc00e](https://github.com/vuetifyjs/vuetify/commit/56bc00e35316c3c624c16b9c18074252fa5ed2d8))
18
- * **VListItem:** vertical spacing with nav prop and groups ([7e49da3](https://github.com/vuetifyjs/vuetify/commit/7e49da35a21e841636997931b0ce7900f897eeb2))
19
- * **VProgressLinear:** add missing absolute,top,bottom props ([#15883](https://github.com/vuetifyjs/vuetify/issues/15883)) ([802d056](https://github.com/vuetifyjs/vuetify/commit/802d056e232f4107a2d776fbdc1f4dd395b41871))
20
- * **VSelect:** add default menu max height ([#16417](https://github.com/vuetifyjs/vuetify/issues/16417)) ([2a08d3a](https://github.com/vuetifyjs/vuetify/commit/2a08d3a317e3efd3ab82fe5dc54553a436bffa13)), closes [#16416](https://github.com/vuetifyjs/vuetify/issues/16416)
21
- * expose missing ripple prop in components ([#16435](https://github.com/vuetifyjs/vuetify/issues/16435)) ([705b29f](https://github.com/vuetifyjs/vuetify/commit/705b29fd5e1f6668fb55febfb5dc8ccba92a836d))
10
+ * **locale:** update swedish locale messages ([#16556](https://github.com/vuetifyjs/vuetify/issues/16556)) ([d0e1434](https://github.com/vuetifyjs/vuetify/commit/d0e1434f5525f689451434e4553b7bb652789e1a))
11
+ * **states:** use theme opacity variables ([824df5c](https://github.com/vuetifyjs/vuetify/commit/824df5ce109bb90e588057edb8d805854bafdf42))
12
+ * **VBtnToggle:** create makeProps function for VBtnGroup ([18e6dbe](https://github.com/vuetifyjs/vuetify/commit/18e6dbe7fe7ca941968a21c09eac9b311635d4cd)), closes [#16253](https://github.com/vuetifyjs/vuetify/issues/16253)
13
+ * **VDataTable:** pagination buttons and text ([940bd44](https://github.com/vuetifyjs/vuetify/commit/940bd448e934220070d1278413a397f54c3a7f64)), closes [#16560](https://github.com/vuetifyjs/vuetify/issues/16560)
14
+ * **VDataTableServer:** remove properties from options update ([55c2021](https://github.com/vuetifyjs/vuetify/commit/55c2021fde6b2167ad6956471c55811c83a1fb30))
22
15
 
23
16
 
24
17
  ### Features
25
18
 
26
- * **VDataTable:** add item and group-header slots ([#16419](https://github.com/vuetifyjs/vuetify/issues/16419)) ([0732c22](https://github.com/vuetifyjs/vuetify/commit/0732c22aed24503a24aa6359cffbcaad66351492))
19
+ * **VDataTableFooter:** add i18n props ([6f2aef0](https://github.com/vuetifyjs/vuetify/commit/6f2aef0cb68ae075528bb9e6b27a0f0f6fd624f1)), closes [#16625](https://github.com/vuetifyjs/vuetify/issues/16625)
20
+
21
+
22
+
23
+ ## [2.6.14](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v2.6.14) (2023-01-10)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **locale:** update arabic translations ([#16290](https://github.com/vuetifyjs/vuetify/issues/16290)) ([9169a06](https://github.com/vuetifyjs/vuetify/commit/9169a06822dedbd0c35e227104925dd4acf0a1a1)), closes [#16185](https://github.com/vuetifyjs/vuetify/issues/16185)
29
+
30
+
31
+
32
+ ## [2.6.13](https://github.com/vuetifyjs/vuetify/compare/v3.0.5...v2.6.13) (2022-12-13)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **ripple:** check parent before calling removeChild ([#14573](https://github.com/vuetifyjs/vuetify/issues/14573)) ([63c2267](https://github.com/vuetifyjs/vuetify/commit/63c2267ddba48b74d1b43d776370f65f592258e9)), closes [#13457](https://github.com/vuetifyjs/vuetify/issues/13457)
38
+ * **VAutocomplete:** remove unused allowOverflow prop ([f16c2c5](https://github.com/vuetifyjs/vuetify/commit/f16c2c506bc73074866859cbd798086801a9b1da)), closes [#16008](https://github.com/vuetifyjs/vuetify/issues/16008)
39
+ * **VDataTable:** native event as argument to click:row ([#15864](https://github.com/vuetifyjs/vuetify/issues/15864)) ([17dd133](https://github.com/vuetifyjs/vuetify/commit/17dd1334eed3352d51da6bf66a560d6943f613ea)), closes [#10302](https://github.com/vuetifyjs/vuetify/issues/10302)
40
+
41
+
42
+
43
+ ## [2.6.12](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.13...v2.6.12) (2022-10-18)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * **VCalendar:** display name on all-day events in event slot ([30b7281](https://github.com/vuetifyjs/vuetify/commit/30b72814fbeae6193933444cd9f5355ac938c611)), closes [#15915](https://github.com/vuetifyjs/vuetify/issues/15915)
49
+ * **VCombobox:** emit paste event ([7417807](https://github.com/vuetifyjs/vuetify/commit/7417807908a0fc0578c0c7db29be8c25ae601921)), closes [#11186](https://github.com/vuetifyjs/vuetify/issues/11186)
50
+ * **VFileInput:** label click opens dialog twice ([#15902](https://github.com/vuetifyjs/vuetify/issues/15902)) ([7c9f717](https://github.com/vuetifyjs/vuetify/commit/7c9f71730192f2362400ec08d7a99b920571b395)), closes [#15888](https://github.com/vuetifyjs/vuetify/issues/15888)
51
+ * **VStepper:** increate error label selector specificity ([785de11](https://github.com/vuetifyjs/vuetify/commit/785de11b70102f09b274c83490755d2bc25a0aaa)), closes [#15886](https://github.com/vuetifyjs/vuetify/issues/15886)
52
+
53
+
54
+
55
+ ## [2.6.11](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.11...v2.6.11) (2022-10-04)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **click-outside:** remove unused vnode reference ([4d3359a](https://github.com/vuetifyjs/vuetify/commit/4d3359ad52a878d88490b80cf2a3f8d5ebda7b81))
61
+
62
+
63
+
64
+ ## [2.6.10](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.10...v2.6.10) (2022-09-12)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * **VCalendar:** prevent XSS from eventName function ([ade1434](https://github.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176)), closes [#15757](https://github.com/vuetifyjs/vuetify/issues/15757)
70
+ * **VDialog:** don't try to focus tabindex="-1" or hidden inputs ([89e3850](https://github.com/vuetifyjs/vuetify/commit/89e3850c5478c7bf0ae6081a95f6d2b39e690e8f)), closes [#15745](https://github.com/vuetifyjs/vuetify/issues/15745)
71
+ * **VMenu:** disabled activatorFixed when attach is enabled ([#15709](https://github.com/vuetifyjs/vuetify/issues/15709)) ([464529a](https://github.com/vuetifyjs/vuetify/commit/464529a0358704c27463b660eead65925adf0f6d)), closes [#14922](https://github.com/vuetifyjs/vuetify/issues/14922)
72
+ * **VSelectList:** correct mask class ([cd193e4](https://github.com/vuetifyjs/vuetify/commit/cd193e41e4041ca0786f5dbcda454e94dd7bddb9))
73
+ * **VTextField:** only show clear icon on hover or when focused ([7a51ad0](https://github.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379))
74
+ * **VTextField:** prevent tabbing to clear button ([f8ee680](https://github.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40)), closes [#11202](https://github.com/vuetifyjs/vuetify/issues/11202)
75
+ * **web-types:** add support for VDataTable pattern slots ([#15694](https://github.com/vuetifyjs/vuetify/issues/15694)) ([ac45c98](https://github.com/vuetifyjs/vuetify/commit/ac45c98983717d5ee42c4e85de1deccbd698cc83))
76
+
77
+
78
+ ### BREAKING CHANGES
79
+
80
+ * **VCalendar:** eventName can no longer render arbitrary HTML, convert
81
+ to VNodes instead
82
+
83
+
84
+
85
+ ## [2.6.9](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.7...v2.6.9) (2022-08-09)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * **VCalendar:** add aria roles to monthly calendar ([#14640](https://github.com/vuetifyjs/vuetify/issues/14640)) ([2cd34b4](https://github.com/vuetifyjs/vuetify/commit/2cd34b4d29ee08b40d9b93e03ee38f50cb4a2a7f)), closes [#14604](https://github.com/vuetifyjs/vuetify/issues/14604)
91
+ * **VCalendar:** forward all bound events to internal elements ([#15592](https://github.com/vuetifyjs/vuetify/issues/15592)) ([299330c](https://github.com/vuetifyjs/vuetify/commit/299330cc64b9a3590822062dbba6f1028f6207d3))
92
+ * **VCarousel:** add keys to delimiter buttons ([#15459](https://github.com/vuetifyjs/vuetify/issues/15459)) ([8d3895b](https://github.com/vuetifyjs/vuetify/commit/8d3895bc0efd57bb2e5cc6bbf54c2b700e915be7))
93
+ * **VPagination:** ignore invalid length values ([f3f8d15](https://github.com/vuetifyjs/vuetify/commit/f3f8d15e9c701c83ab12945ea105fe259aa87b7a)), closes [#15499](https://github.com/vuetifyjs/vuetify/issues/15499)
94
+ * **VRadio:** change icon color when disabled ([0cc43e2](https://github.com/vuetifyjs/vuetify/commit/0cc43e293c0f64e12b210a543e2c71cf084f1ebc))
95
+ * **VSwitch:** only affect control opacity when disabled ([1e0a4ad](https://github.com/vuetifyjs/vuetify/commit/1e0a4ad5cde6f4353a52ee5f5dc3731a602038f0))
96
+
97
+
98
+
99
+ ## [2.6.8](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.6...v2.6.8) (2022-07-29)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * **VDataTable:** display header text instead of value in group headers ([100053f](https://github.com/vuetifyjs/vuetify/commit/100053fbd229edbab5f64287fe35ca203a24c4ce)), closes [#11516](https://github.com/vuetifyjs/vuetify/issues/11516)
105
+ * **VItemGroup:** use valueComparator when updating value ([#15395](https://github.com/vuetifyjs/vuetify/issues/15395)) ([8bedb7c](https://github.com/vuetifyjs/vuetify/commit/8bedb7c05e7b4282ea71202cf9ffe562d31fe0f1)), closes [#15394](https://github.com/vuetifyjs/vuetify/issues/15394)
106
+ * **VSimpleCheckbox:** directly specify ripple directive definition ([00a9668](https://github.com/vuetifyjs/vuetify/commit/00a9668d7a58bfd1ea3674e48cca2dc8336bbffc)), closes [#12224](https://github.com/vuetifyjs/vuetify/issues/12224)
107
+
108
+
109
+
110
+ ## [2.6.7](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v2.6.7) (2022-06-29)
111
+
112
+
113
+ ### Bug Fixes
114
+
115
+ * **styles:** resolve css validation errors ([621f273](https://github.com/vuetifyjs/vuetify/commit/621f273bc1608038184255f57b10671dab2a031d)), closes [#15320](https://github.com/vuetifyjs/vuetify/issues/15320)
116
+ * **VDialog:** focus on internal content when shown ([#14584](https://github.com/vuetifyjs/vuetify/issues/14584)) ([ffbaae1](https://github.com/vuetifyjs/vuetify/commit/ffbaae129d36e40bb2926914f2960b09370befb2)), closes [#14581](https://github.com/vuetifyjs/vuetify/issues/14581)
117
+ * **VInput:** allow text selection in disabled inputs ([#14465](https://github.com/vuetifyjs/vuetify/issues/14465)) ([760490d](https://github.com/vuetifyjs/vuetify/commit/760490da75fc531fca9edcd4ef308f2698ba02aa)), closes [#14238](https://github.com/vuetifyjs/vuetify/issues/14238)
118
+ * **VList:** don't trigger keyboard events on disabled items ([#15339](https://github.com/vuetifyjs/vuetify/issues/15339)) ([817df79](https://github.com/vuetifyjs/vuetify/commit/817df79726167fc547a86f1d7c0017080aa1a7e5)), closes [#15322](https://github.com/vuetifyjs/vuetify/issues/15322)
119
+ * **VOtpInput:** support paste and autofill on mobile ([8c67ed8](https://github.com/vuetifyjs/vuetify/commit/8c67ed8cf96334a86c6f087b7abfa845992098a2)), closes [#14801](https://github.com/vuetifyjs/vuetify/issues/14801)
120
+ * **VRadio:** use correct disabled color for icons ([3115798](https://github.com/vuetifyjs/vuetify/commit/31157988d61373af86c015e9e77ed7806b54b658))
121
+ * **VSelect:** allow keyboard selection of items with value 0 ([969aba4](https://github.com/vuetifyjs/vuetify/commit/969aba42229275bd1d703d8c51890674105ac6c2)), closes [#15166](https://github.com/vuetifyjs/vuetify/issues/15166)
122
+ * **VTabs:** use ResizeObserver if available ([ff519c6](https://github.com/vuetifyjs/vuetify/commit/ff519c6121cc995069caba9b232c216633d6f801)), closes [#4733](https://github.com/vuetifyjs/vuetify/issues/4733) [#10455](https://github.com/vuetifyjs/vuetify/issues/10455) [#12783](https://github.com/vuetifyjs/vuetify/issues/12783) [#14195](https://github.com/vuetifyjs/vuetify/issues/14195) [#15316](https://github.com/vuetifyjs/vuetify/issues/15316)
123
+ * **VTimeline:** disable arrow shadow on clickable cards ([27ba2c9](https://github.com/vuetifyjs/vuetify/commit/27ba2c9b7663ce70a35556a3c4336fec44f87605)), closes [#14193](https://github.com/vuetifyjs/vuetify/issues/14193)
124
+
125
+
126
+
127
+ ## [2.6.6](https://github.com/vuetifyjs/vuetify/compare/v2.6.5...v2.6.6) (2022-05-17)
128
+
129
+
130
+ ### Bug Fixes
131
+
132
+ * **locale:** update catalan translations ([#15012](https://github.com/vuetifyjs/vuetify/issues/15012)) ([2eab4f2](https://github.com/vuetifyjs/vuetify/commit/2eab4f2a457aff794bbe9471d162f1e0bd6adee7))
133
+ * **mdi-svg:** update contextual icons ([5918484](https://github.com/vuetifyjs/vuetify/commit/59184844e99e6cde96f4cccbd84bbd0343fec2cf)), closes [#14327](https://github.com/vuetifyjs/vuetify/issues/14327)
134
+ * **VOverflowBtn:** make persistentPlaceholder label visible ([#15055](https://github.com/vuetifyjs/vuetify/issues/15055)) ([002afbe](https://github.com/vuetifyjs/vuetify/commit/002afbe9c93fcabf472173fd22e87f29da405260)), closes [#15052](https://github.com/vuetifyjs/vuetify/issues/15052)
135
+ * **VSelect:** set min-height on correct element ([d41a327](https://github.com/vuetifyjs/vuetify/commit/d41a32798da3d97d554b6f811f4f4a3199276119)), closes [#15047](https://github.com/vuetifyjs/vuetify/issues/15047)
136
+
137
+
138
+
139
+ ## [2.6.5](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.1...v2.6.5) (2022-05-02)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **locale:** add missing Finnish translations ([#14824](https://github.com/vuetifyjs/vuetify/issues/14824)) ([f0e5889](https://github.com/vuetifyjs/vuetify/commit/f0e58899a19ba5b43551bd6ffb42b917113f7ae7))
145
+ * **locale:** improve spanish translations ([#14965](https://github.com/vuetifyjs/vuetify/issues/14965)) ([a427b96](https://github.com/vuetifyjs/vuetify/commit/a427b9602763f0dba87d0f574d75c56723564d82))
146
+ * **selection controls:** emit focus/blur events ([75404fb](https://github.com/vuetifyjs/vuetify/commit/75404fb66e61d4b4d5b759506ac0d4c7a56a3755)), closes [#14862](https://github.com/vuetifyjs/vuetify/issues/14862)
147
+ * **VCalendar:** fix transparent header on category calendar ([#14725](https://github.com/vuetifyjs/vuetify/issues/14725)) ([33002fa](https://github.com/vuetifyjs/vuetify/commit/33002fa1ad575d032333021e670368869151a4eb)), closes [#14723](https://github.com/vuetifyjs/vuetify/issues/14723)
148
+ * **VImg:** accept scopedSlots ([96888d5](https://github.com/vuetifyjs/vuetify/commit/96888d5cc4bcd7c527fbe7445410813e79082259)), closes [#14686](https://github.com/vuetifyjs/vuetify/issues/14686)
149
+ * **VTreeview:** independent selection inheriting parent state ([#14956](https://github.com/vuetifyjs/vuetify/issues/14956)) ([2034df6](https://github.com/vuetifyjs/vuetify/commit/2034df604e9061d6faf1e6c7ea5d21e3c7c3cd68)), closes [#14955](https://github.com/vuetifyjs/vuetify/issues/14955)
150
+
151
+
152
+
153
+ ## [2.6.4](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-alpha.13...v2.6.4) (2022-03-07)
154
+
155
+
156
+ ### Bug Fixes
157
+
158
+ * **VPagination:** get available width before initial mount ([472bbb4](https://github.com/vuetifyjs/vuetify/commit/472bbb4afd3da91656702b62f8c385cf61de1ccd)), closes [#14590](https://github.com/vuetifyjs/vuetify/issues/14590)
159
+ * remove duplicate toggleable mixin ([860be6b](https://github.com/vuetifyjs/vuetify/commit/860be6b0bff74b6cd81320259879ae9dc5a77f1d)), closes [#14719](https://github.com/vuetifyjs/vuetify/issues/14719)
160
+ * **VSelect:** update menu position on selection change ([5974a84](https://github.com/vuetifyjs/vuetify/commit/5974a840b703cb8dbfba615cac4d6a16cf30ebb9)), closes [#14688](https://github.com/vuetifyjs/vuetify/issues/14688)
161
+
162
+
163
+
164
+ ## [2.6.3](https://github.com/vuetifyjs/vuetify/compare/v2.6.2...v2.6.3) (2022-01-25)
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * **VCalendar:** use theme background color for categories ([#14558](https://github.com/vuetifyjs/vuetify/issues/14558)) ([185408b](https://github.com/vuetifyjs/vuetify/commit/185408beadce350d0d60c24352cacf26ea0f02fd)), closes [#14433](https://github.com/vuetifyjs/vuetify/issues/14433)
170
+ * **VData:** don't reset sortBy/sortDesc to [] on clear ([9cf48e4](https://github.com/vuetifyjs/vuetify/commit/9cf48e45beef9eef109c50b8f05a6a6a98418b19)), closes [#14423](https://github.com/vuetifyjs/vuetify/issues/14423)
171
+ * **VDialog:** change the role from "document" to "dialog" ([#14602](https://github.com/vuetifyjs/vuetify/issues/14602)) ([158e0b5](https://github.com/vuetifyjs/vuetify/commit/158e0b56aee776bd6b20b885cd6c7a59e3734d8a)), closes [#14231](https://github.com/vuetifyjs/vuetify/issues/14231)
172
+ * **VMenu:** null check content in mouseleave handler ([e13eee1](https://github.com/vuetifyjs/vuetify/commit/e13eee14e31cd6a88bc4d9b2ab41ab344ef886f1)), closes [#14619](https://github.com/vuetifyjs/vuetify/issues/14619)
173
+ * **VMenu:** wrong alignment in RTL mode ([#14556](https://github.com/vuetifyjs/vuetify/issues/14556)) ([446963f](https://github.com/vuetifyjs/vuetify/commit/446963f8387c39a7d7efbf98970ac9b15ffd84a8)), closes [#12195](https://github.com/vuetifyjs/vuetify/issues/12195)
174
+ * **VNavigationDrawer:** don't update miniVariant without expandOnHover ([bb2b11e](https://github.com/vuetifyjs/vuetify/commit/bb2b11e3d0f39fe286b83792072afd4e97ce8121)), closes [#14555](https://github.com/vuetifyjs/vuetify/issues/14555)
175
+ * **VTab:** disabled tab can be reached by keyboard ([#14606](https://github.com/vuetifyjs/vuetify/issues/14606)) ([d110f58](https://github.com/vuetifyjs/vuetify/commit/d110f58912f5953191ee5db64f496d7ecc9be9be)), closes [#14601](https://github.com/vuetifyjs/vuetify/issues/14601)
176
+
177
+
178
+
179
+ ## [2.6.2](https://github.com/vuetifyjs/vuetify/compare/v2.6.1...v2.6.2) (2021-12-28)
180
+
181
+
182
+ ### Bug Fixes
183
+
184
+ * **application:** allow use of multiple drawers ([#14450](https://github.com/vuetifyjs/vuetify/issues/14450)) ([85a1186](https://github.com/vuetifyjs/vuetify/commit/85a1186331583e05c82ca7f1d1833029ca35a9bc)), closes [#13665](https://github.com/vuetifyjs/vuetify/issues/13665)
185
+ * **types:** add missing VOtpInput export in lib.d.ts ([#14497](https://github.com/vuetifyjs/vuetify/issues/14497)) ([00f3f0a](https://github.com/vuetifyjs/vuetify/commit/00f3f0aa05caf4b8d53fb8d7187ac4216a198011)), closes [#14496](https://github.com/vuetifyjs/vuetify/issues/14496)
186
+ * **VBottomNavigation:** only calculate isActive state when using hideOnScroll ([f58afb4](https://github.com/vuetifyjs/vuetify/commit/f58afb4f17bfb4c1c696af39c4658f96f7697258)), closes [#11640](https://github.com/vuetifyjs/vuetify/issues/11640)
187
+ * **VCombobox:** don't reset search when cleared ([#14531](https://github.com/vuetifyjs/vuetify/issues/14531)) ([79cd41d](https://github.com/vuetifyjs/vuetify/commit/79cd41d4399371ba3943dc48f6f2a1b0f6b2cd3b)), closes [#14507](https://github.com/vuetifyjs/vuetify/issues/14507)
188
+ * **VMenu:** don't add button role with openOnHover ([24ccd88](https://github.com/vuetifyjs/vuetify/commit/24ccd8810008d8878649ad1e27301d8bb257bf6e)), closes [#14377](https://github.com/vuetifyjs/vuetify/issues/14377)
189
+ * **VNavigationDrawer:** always bind mouseover events ([#14523](https://github.com/vuetifyjs/vuetify/issues/14523)) ([03e683f](https://github.com/vuetifyjs/vuetify/commit/03e683f286e652b942b83a817cecc080d4c4a6eb)), closes [#13309](https://github.com/vuetifyjs/vuetify/issues/13309)
190
+ * **VOtpInput:** update internalValue on paste ([bab2fa2](https://github.com/vuetifyjs/vuetify/commit/bab2fa23488eb815c6b20a8ad122c5b3bf4fb4b7)), closes [#14536](https://github.com/vuetifyjs/vuetify/issues/14536)
191
+ * **VOtpInput:** update the `otp` when `value` changes ([#14460](https://github.com/vuetifyjs/vuetify/issues/14460)) ([c58f02a](https://github.com/vuetifyjs/vuetify/commit/c58f02a4da36c79c136fefbbfbdcdb357a2f70d0)), closes [#14437](https://github.com/vuetifyjs/vuetify/issues/14437)
192
+ * **VSelect:** Do not keep null items when filtering duplicates ([#14464](https://github.com/vuetifyjs/vuetify/issues/14464)) ([8fd3510](https://github.com/vuetifyjs/vuetify/commit/8fd35106fd3adc91fa8d063683cd2e79890fccca)), closes [#14421](https://github.com/vuetifyjs/vuetify/issues/14421)
193
+ * **VSlideGroup:** account for inverted RTL scrolling ([092fceb](https://github.com/vuetifyjs/vuetify/commit/092fcebb88b2163c12ec16240084e0e7b34bb4bb)), closes [#14529](https://github.com/vuetifyjs/vuetify/issues/14529)
194
+ * **VSlideGroup:** skip width update if destroyed ([1bb1455](https://github.com/vuetifyjs/vuetify/commit/1bb1455660e5863cecb8f012019b8591994bbbbb)), closes [#14470](https://github.com/vuetifyjs/vuetify/issues/14470)
195
+ * **VStepperStep:** editable step tab navigation ([#14036](https://github.com/vuetifyjs/vuetify/issues/14036)) ([256fa93](https://github.com/vuetifyjs/vuetify/commit/256fa93db584a0c9cfc1137596b65aedf89999a0)), closes [#14022](https://github.com/vuetifyjs/vuetify/issues/14022)
196
+ * **VTabs:** correctly set active state with exact prop ([#14500](https://github.com/vuetifyjs/vuetify/issues/14500)) ([74ec950](https://github.com/vuetifyjs/vuetify/commit/74ec950fa81441178b1e8fac60630d98fd6089ba)), closes [#14431](https://github.com/vuetifyjs/vuetify/issues/14431) [#14459](https://github.com/vuetifyjs/vuetify/issues/14459)
197
+ * **VTextarea:** apply correct input styles with solo-inverted prop ([ea96084](https://github.com/vuetifyjs/vuetify/commit/ea960843c449fbb02ff9c3686c94720ba943f071)), closes [#11848](https://github.com/vuetifyjs/vuetify/issues/11848)
198
+ * **VTooltip:** allow disabling openOnClick/openOnFocus ([28a64c4](https://github.com/vuetifyjs/vuetify/commit/28a64c4d0e3b01ba0a6b7d79f285561e084f12f8)), closes [#14444](https://github.com/vuetifyjs/vuetify/issues/14444)
199
+
200
+
201
+
202
+ ## [2.6.1](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-alpha.12...v2.6.1) (2021-11-30)
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * **locale:** update `it` translations ([#14398](https://github.com/vuetifyjs/vuetify/issues/14398)) ([33385d5](https://github.com/vuetifyjs/vuetify/commit/33385d5e5331ff5a6ba80ecfa15cb0b0343ba305))
208
+ * **VBanner:** remove background when using the outlined prop ([2af9a41](https://github.com/vuetifyjs/vuetify/commit/2af9a418362658fffe1f9c09b0c18c9ff4eb9701)), closes [#12081](https://github.com/vuetifyjs/vuetify/issues/12081)
209
+ * **VCalendar:** add nativeEvent to all re-emitted events ([#14307](https://github.com/vuetifyjs/vuetify/issues/14307)) ([bb78e4e](https://github.com/vuetifyjs/vuetify/commit/bb78e4ec04c625b7e320530406a3e8b86ca5fb5a)), closes [#9485](https://github.com/vuetifyjs/vuetify/issues/9485)
210
+ * **VCalendar:** continue touchMove event between days ([#14392](https://github.com/vuetifyjs/vuetify/issues/14392)) ([10c78d2](https://github.com/vuetifyjs/vuetify/commit/10c78d21f765bdb9ded6205627685c5f8e26f9c5)), closes [#13174](https://github.com/vuetifyjs/vuetify/issues/13174)
211
+ * **VCard:** remove default click handler ([6d1c0f6](https://github.com/vuetifyjs/vuetify/commit/6d1c0f658d913d6b9344d3253bb693c228f936bb)), closes [#14447](https://github.com/vuetifyjs/vuetify/issues/14447)
212
+ * **VDialog:** allow width to be set to auto ([ef8b3cc](https://github.com/vuetifyjs/vuetify/commit/ef8b3cc03122bab0c6f78247e84a2737cb63867b)), closes [#6919](https://github.com/vuetifyjs/vuetify/issues/6919) [#14419](https://github.com/vuetifyjs/vuetify/issues/14419)
213
+ * **VItemGroup:** allow null values ([#14436](https://github.com/vuetifyjs/vuetify/issues/14436)) ([a0dd90d](https://github.com/vuetifyjs/vuetify/commit/a0dd90db27c6a98cad41ec64c6e1d1cefa72b0fb)), closes [#9073](https://github.com/vuetifyjs/vuetify/issues/9073)
214
+ * **VItemGroup:** allow object values and custom comparator ([#14328](https://github.com/vuetifyjs/vuetify/issues/14328)) ([324b818](https://github.com/vuetifyjs/vuetify/commit/324b818faaa40c5a0f743a18c6b9828a48dc7ceb)), closes [#10571](https://github.com/vuetifyjs/vuetify/issues/10571)
215
+ * **VRipple:** use $ripple-animation-visible-opacity variable ([#14365](https://github.com/vuetifyjs/vuetify/issues/14365)) ([3f8f577](https://github.com/vuetifyjs/vuetify/commit/3f8f577b51a7bfe948a075903348b886246e637e)), closes [#11505](https://github.com/vuetifyjs/vuetify/issues/11505)
216
+ * **VStepper:** expand stepper label to full width ([#14362](https://github.com/vuetifyjs/vuetify/issues/14362)) ([e6e5fd2](https://github.com/vuetifyjs/vuetify/commit/e6e5fd2bf5dfa783f9bfe240a2fa2d839ef0ced6)), closes [#12584](https://github.com/vuetifyjs/vuetify/issues/12584)
217
+ * use hasOwnProperty to check dynamic slot presence ([ca4cbda](https://github.com/vuetifyjs/vuetify/commit/ca4cbda0877096bab9b65c7af6edb18f316e076b)), closes [#14425](https://github.com/vuetifyjs/vuetify/issues/14425)
218
+ * **VTabs:** allow set VTab inactive if optional property is set ([#14399](https://github.com/vuetifyjs/vuetify/issues/14399)) ([958d4e6](https://github.com/vuetifyjs/vuetify/commit/958d4e6d06bd205d20a8d7bbce707bd772d146c5)), closes [#14397](https://github.com/vuetifyjs/vuetify/issues/14397)
27
219
 
28
220
 
29
221