v1.2.0-beta.3
Pre-release
Pre-release
π Things we added
- 719ac43 Transition components can now work on multiple elements with the group prop
- bca41c6 Added hide-on-leave and leave-absolute props to transition components
- c7c463f Added a gradient prop to
v-img - 6b8d7bb Added width and max-width prop to
v-responsiveandv-img - 5ac572b Added light and dark props to
v-list-tile - #4691 Added actions-prepend and actions-append slots to
v-data-table(thanks @DCzajkowski) - #4890 Added readonly prop to
v-time-picker - #4903 Added locale files for farsi (thanks @alireza4050)
- #4924 Added dense prop to
v-rating
π³ Things we changed
- 9f61a81
v-dialogandv-menuwill inherit their theme fromv-appinstead of the nearest parent - #4874 Converted
v-paginationto typescript - #4876 Locale files are now written in typescript.
π§ Things we fixed
- 38880ee Removed padding from selection controls in
v-list-tile-action - 977fd7d Reduced the height of the year section in
v-date-picker - a7ffbfe Prevent content from overflowing
v-responsiveandv-imghorizontally - 93ee3c7 7d55184 Fixed theme inheritance in
v-tabs - #4460
$vnode.data.model.expressioncan be used again onv-text-fieldandv-select - #4891 Fixed
v-slidertop margin with the thumb-label prop - #4928 Fixed
v-selectcolours when usingmenu-props="light"on a dark background