🔧 Bug Fixes
- package: reorder default exports condition (#17439) (070e2aa), closes #17436
- transitions: do not override origin by default (0a9a2bb), closes #17424
- VAppBar: useToggleScope for scroll watchers (3046113)
- VColorPicker: allow null modelValue (7b2b815), closes #17459
- VCombobox: show placeholder after clear input (#17453) (c8df80a), closes #17428
- VDataTable: center loading text in table (#17400) (1793cbb)
- VDataTable: add missing types (#17423) (c8e5d28)
- VDataTable: sort undefined values correctly (1d85b04), closes #17350
- VInput: apply rtl classes (85c36e4), closes #17456
- VList: allow keyboard focus children (87de862), closes #17470
- VListItem: add keyboard focus indicator (f79907c)
- VMenu: provide nested defaults (88d5ff6), closes #17465
- VNavigationDrawer: apply scoped styles (aafacce), closes #17330
- VParallax: show v-parallax content over image (#17476) (5e07393), closes #17444
🔬 Code Refactoring
Other Commmits
- chore(release): publish v3.3.2 (6abdaa4)
- chore: update snapshots (b609f0b)
- docs(labs): add version requirements for features (9d4b9d1)
- docs(VSheet): add images, improve content and examples (5235bea)
- docs: enable translations (e7b7326), closes #17221
- chore: consistent propsFactory source naming scheme (#17474) (b299930)
- chore: add missing defaults check (1553e44)
- chore: add better labels to field component percy tests (978afd4)
- chore: fixed height rows in percy tests for field components (#17468) (5a902fa)
- docs(transitions): remove "custom origin" example (4791e7a)
- docs(transitions): remove "create your own" section (544d505)
- docs(transitions): update todo example (ff91b6c)
- docs(Releases): add release reactions to selection display (0c47292)
- chore: only run sort-imports on /src (d35c1ce)
- chore: Add percy tests for select components (#17425) (4cbe669)
- chore: add default vuetify icons to framework (f18bfdb)
- docs(dividers): update border opacity alert text (d5bd130)
- docs(team): update core team (1c913bf)
- test(headers): resolve linting issue (124ccb1)
- chore: add sort-imports rule (#17431) (47ac84c)
- docs(VAutocomplete): update customFilter arguments (ff904b3), closes #16789