Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-17 | 5.2 kB | |
v3.9.1 source code.tar.gz | 2025-07-17 | 1.6 MB | |
v3.9.1 source code.zip | 2025-07-17 | 2.8 MB | |
Totals: 3 Items | 4.4 MB | 0 |
:wrench: Bug Fixes
- input: handle aria-describedby with hide-details (#21703) (543f932), closes #17012 #19794
- VChipGroup: don't select items with a value by index (#21742) (72cd412), closes #20129
- VDatePicker: improved date comparison with
min
constraint (#21398) (421a6f6), closes #21380 - VField: fix label accessibility (#21706) (85abd80)
- VFileUploadItem: apply classes, styles as props (#21752) (d6050f0), closes #21740
- VList: ignore invalid itemType values (4bae0bc), closes #21728
- VListItem: keyboard navigation when list contains checkboxes (#21701) (f500c5b), closes #21516
- VSelect: don't open menu on its own when items change (#21247) (339bd45), closes #21205
- VSelectionControl: correctly pass ripple options to directive (#21713) (87a8a3e), closes #21208
- VTreeview: don't display expanded items as activated (683dc86), closes #21721 #21724
:rocket: Features
- ripple: use key names instead of codes (7ecec03)
:fire: Performance Improvements
:microscope: Code Refactoring
- layout: consoleWarn instead of error for missing layout items (34b53f1)
:test_tube: Labs
- VColorInput: ensure cancel action closes menu (#21664) (7822179), closes #21655
- VDateInput: align generic model type with VDatePicker (#21764) (0cfca46), closes #21751 #21753
- VDateInput: assign type to displayFormat function (#21684) (4446ebf), closes #21683
- VDateInput: avoid time values in the field (#21694) (d4efd48)
- VMaskInput: send unmasked value to rules (#21719) (64943b3)
- VStepperVertical: fix next/prev-text props (#21360) (11986c6), closes #21358