⚠️ For information on how to upgrade to the beta, check out the initial release.
Bug Fixes
- install: add property to Vue object to avoid memory leak (#7497) (c7cbdc5), reference vuejs/vue#5089
- types: give explicit type to empty arrays (#7557) (121c694)
- VBtn: adjust large button sizes to be consistent (#7536) (7e2e2a4)
- VBtnToggle: restructure styles, improve v-btn color override (#7515) (4b4b1a1), closes #7420
- VCheckbox: add missing input classes (b64dafc), closes #7509
- VDataFooter: add missing translation (#7561) (372c314)
- VDataTable: enable use of expanded-item slot when using item slot (a98dde5)
- VDataTable: mobile rows did not use available slots (3f7ecd6)
- VDataTable: safari bug where background color was not applied (018f44c), closes #6766
- VDataTable: virtual table should re-render rows when items change (#7427) (50a5dbf), closes #7336
- VDialog: adjust flex properties for scrollable (8877942), closes #6754
- VExpansionPanel: set proper button type in header (cf0da4b), closes #7471
- VMenu/Selects: properly configure a11y (#7385) (e9a816d)
- VPicker: fix width in landscape mode (5075e43)
- VSelect: set input type to hidden to fix potential layout issues (#7544) (bd35bee), closes #5614
- VSelectList: wrong class for masked characters (d8fbd1e)
- VTimePicker: improve title look in landscape mode (bc19a28)
- VToolbar: always apply increased size to v-btn with the icon prop (3a1fc40), closes #7400
- VTreeview: don't emit events on mount (#7546) (023e596), closes #7296