Details
-
Task
-
Resolution: Fixed
-
Major
-
0.18
-
None
-
Unknown
-
N/A
-
N/A
-
Description
v3.8.7
๐ง Bug Fixes
- VField: prevent tab focus on clear icon (5f8208f), closes #โ19528
- VMenu: position relative to visualViewport when not zoomed (6523eee), closes #โ21462
- VNumberInput: extract number from pasted text (#โ21263) (d654af4)
- VNumberInput: capture touch pointer on controls (34d37f3), closes #โ21436
- VSelect: keyboard match multiple items with the same prefix (#โ21419) (f460731)
๐ฌ Code Refactoring
v3.8.6
๐ง Bug Fixes
- VNumberInput: inner spacing adjustments (#โ21389) (cdd6ab9)
- VSelect: don't select on keyboard lookup when multiple (0987daa), closes #โ21418
๐งช Labs
v3.8.5
๐ง Bug Fixes
- VBottomNavigation: set inline margin to auto (#โ21357) (68b52ed), closes #โ21316
- VPagination: adapt button width for large values (#โ21139) (c6dc1ca), closes #โ20120
- VSnackbarQueue: prevent infinite recursion in message type (4668f43), closes #โ21410
๐ Reverts
- Revert "fix(VAutocomplete): re-evaluate dirty on external change (#โ21344)" (5086a34), closes #โ21392
๐งช Labs
- VColorInput: add new component (#โ20623) (dec238a)
- VDateInput: Set validationValue to modelValue (#โ21408) (3d1df29), closes #โ20351
- VDateInput: sync with placeholder, infer from locale (#โ21409) (d75f5e3), closes #โ21397
- VDateInput: accept value when picker is hidden (#โ21273) (99331d6)
- VDateInput: Add input-format prop (#โ21221) (7949324)
- VDateInput: expose menu as v-model (#โ21298) (c6f3cdb)
v3.8.4
๐ง Bug Fixes
- VAutocomplete: re-evaluate dirty on external change (#โ21344) (3a2c846), closes #โ20718
- VDataTable: shift click should only toggle selectable rows (#โ21334) (cd971b4), closes #โ21328
- VDataTableServer/Virtual: add generic headers type (32044d0), closes #โ21327
- VDialog: only take focus on open if scrim or retainFocus (#โ21343) (d678b70), closes #โ21301
- VFileInput/VFileUpload: change function not called on drop (#โ21182) (30363c9)
- VOverlay: check if target is positioned (10478a7), closes #โ21350
- VTable: remove border radius when top/bottom is present (95582d9), closes #โ21320 #โ21321
- VTextField: reset field on clear (#โ21310) (#โ21314) (5029e1b)
- VTooltip: disable transition when transition=false (5d58b69), closes #โ21268