This is mad outdated, use nightly builds:
https://vuetifyjs.com/en/getting-started/installation/#nightly-builds
Bug Fixes
- click-outside: null check elements (358e69c), closes #14101
- inputs: prevent inputs from emitting native events twice (#14126) (78ffd3e)
- inputs: prevent non-function slot warning (3d534ff)
- sass: ordering of container-max-widths media queries (#14416) (c12aa75)
- styles: don't emit charset (641500a)
- styles: don't use pseudo elements for shadows (cfce256)
- VAlert: apply correct background and radius to pseudo element (8842000)
- VBtn: remove shadow when flat (1b75db0), closes #14303
- VBtn: use flex: 1 instead of 100% width in bottom nav (#14121) (99b2be3)
- VCard: add display: block (7e445ad), closes #14083
- VChip: label border-radius, font-weight, close icon positioning (e4e07f4)
- VDialog: fit content when fullscreen (d91b568)
- VField: passthrough VInput props (3363239)
- VFileInput: show clear button when dirty (5be7940)
- VImg: remove content rule from non-pseudo elements (1c8ffd6), closes #14427
- VImg: remove initial transition (12d4640)
- VListItem: pass click event to link.navigate() (eeaff88)
- VNavigationDrawer: remove border from floating drawer (#14286) (fcebb30), closes #14033
- VOverlay: don't account for body scrollbar when contained (d797ced), closes #14149
- VOverlay: normalise Box, delay resizeObserver trigger (3940216), closes #14132
- VOverlay: only close top instance (118d1d0)
- VTextarea: correctly pass down VField props (d302264)
- VRating: only apply icon transform when using the hover prop (e77a970)
- VResponsive: set max-height to 100% to match max-width (#14167) (bcd4b6e)
Features
- framework: add styles paths to package.json (2b0dc0d)
- framework: add generics to components (#14230) (827c6ee)
- framework: export composables from
'vuetify'
(fc55de9), closes #14107 - filter: create new composable (#14035) (2d42810)
- hydration: create new composable (#14103) (5baaeb6)
- layout: export useLayout composable (7783da1)
- loader: port to v3 (#14183) (de62c00)
- nested: create new composable (#14200) (65fa6d3)
- validation: create new composable (#14026) (97b37d4)
- VApp: expose layout data (dbca46f)
- VBtnGroup: create new component (#14251) (1d4f9c3), closes #10622 #13325
- VCheckbox: port to v3 (#14184) (a582eea)
- VChip: add
text
prop (2c17ccc) - VImg: use natural width when width=auto (518b798), closes #8252
- VImg: support gradients (77101c2), closes #13964
- VListGroup: create new component (#14200) (65fa6d3)
- VOverlay: add
contained
prop (f9b150f), closes #14148 - VParallax: port to v3 (7f7fafe), closes #12954 #12398
- VSelectionControl: create new component (#14359) (faf6936), closes #4951 #10849 #11377 #12417 #12770 #13963
- VSelectionControlGroup: create new component
- VCheckbox: port to v3
- VRadio: port to v3
- VRadioGroup: port to v3
- VSwitch: port to v3
- VLabel: port to v3
- VTable: port to v3 (#14177) (7950edd)
- VTextarea: port to v3 (#14175) (3fad932), closes #5314 #6995 #10009