vuetify
vuetify copied to clipboard
🐉 Vue Component Framework
### Environment **Vuetify Version:** 3.8.8 **Last working version:** 3.8.5 **Vue Version:** 3.5.16 **Browsers:** Chrome 137.0.0.0 **OS:** Windows 10 ### Steps to reproduce useRules() composable now accepts a function, and this...
### Problem to solve When using the router integration of v-tabs (i.e. setting `:to`) the slider does not disappear after navigating to a new route which is not the target...
### Problem to solve Currently there is no support for vue-router for the v-icon-btn. (e.g. ``. The docs propose to wrap it in a `router-link` which is a bit cumbersome....
### Environment **Vuetify Version:** 3.7.14 **Vue Version:** 3.5.13 **Browsers:** Edge 133.0.0.0 **OS:** Windows 10 ### Steps to reproduce Open the link, you will see that the end of the vertical...
`letter-spacing` requires `text-indent` to make the button content appear centered (especially with numbers in `.v-btn--icon` that appear in VDatePicker). RTL layout requires negative offset. Before:  After: 
## Description fixed #21242 added aria-label attribute to v-tooltip ## Markup: ```vue Hover Over Me ``` axe output before change:  after the change: 
### Environment **Browsers:** Firefox 119.0 **OS:** Linux x86_64 ### Steps to reproduce try to import `VuetifyDateAdapter` from `'vuetify/date/adapters/vuetify'` as stated [here](https://github.com/vuetifyjs/vuetify/blob/dev/packages/docs/src/pages/en/features/dates.md#usage) ### Expected Behavior import works ### Actual Behavior import...
## Description resolves #19539 A quick note in regards to normalized values in `VProgressLinear`. ## Markup: N/A
## Description fixes #19873 ## Markup: ```vue Column 1 {{ item.col1 }} Column 2 {{ item.col2 }} Column 3 {{ item.col3 }} const headers = [ { title: 'Column 1',...