vuetify v2.4.0-beta.0 Release Notes
Release Date: 2020-11-17 // almost 4 years ago-
๐ ๐ Documentation
๐ฑ ๐ Bug Reporting
https://issues.vuetifyjs.com
๐ https://community.vuetifyjs.com in the #release-migration channelPotential breaking changes for evaluation:
- ๐ Reset/clear on inputs should now change the value to
null
instead ofundefined
for better JSON compatibility. Make sure this always happens and we haven't left anyundefined
in. This change may break implementations needing to differ between empty and cleared, let us know on discord if that's the case. - If both
label
andplaceholder
are set, placeholder will now only be shown on focus instead of pushing the label up - โฑ Snackbar timeout resets on mouseover
๐ฑ ๐ง Bug Fixes
- Inputs: reset value to null instead of undefined (#12373) (8e5554d), closes #7429
- VChip: add close button aria-label (#12384) (9cd505d)
๐ฑ ๐ Features
- Locale: add Azerbaijani locale (#12084) (a2267b2)
- Locale: add Central Kurdish locale (#12100) (e121bc2)
- Typography: add
text-pre
helper class (7a03376) - Typography: add
text-pre-wrap
utility class (#11772) (bf78f62), closes #11761 - Typography: improve
<code>
styles (7877bef) - VAppBar: don't truncate title with
shrink-on-scroll
(#12516) (8c5ee02), closes #12514 - VCalendar: add support for object categories (#12518) (806864c)
- VColorPicker: add
hideSliders
prop (#12618) (e35d79b), closes #11138 - VDataTable: add
cellClass
property to headers (#11775) (8d06d45) - VDataTable:
index
prop initem*
slots (#12605) (9daeb16), closes #10646 - VDataTable:
isMobile
prop in scoped slots (#12604) (e1720a8), closes #11330 - VDatePicker:
show-adjacent-months
prop (#12603) (8f1cf64), closes #12237 - VIcon: specify a global default icon component (#12244) (41fd082), closes #7821
- VMenu: add jump to first/last item keyboard navigation (#12348) (181d337)
- VSnackbar: keep snackbar open while mouseover (#12599) (8808d98), closes #12494
- VTextField: only show placeholder on focus if label is set (#12635) (ff500ba), closes #12499
- VWindow,VCarousel:
prev
andnext
slots (#12602) (a0140b0), closes #3235
- ๐ Reset/clear on inputs should now change the value to
Previous changes from v2.3.17
-
๐ฑ ๐ง Bug Fixes
- locale: improve japanese translations (#12535) (6c80202)
- VBanner: remove bottom-border on outlined banner (#12548) (49e25bb), closes #12172
- VColorPicker: extractColor util (#12305) (e7f63c5), closes #12574, #12183
- VDataFooter: translate itemsPerPageText (#12259) (bcfe8ef), closes #12012
- VFileInput: file-input-slot dense min-height (#12570) (3e65162), closes #11300
- VInput: use $label-letter-spacing variable (#12546) (915fbaa), closes #12250
- VMenu: open-on-hover does not close on-content-click (#12566) (389d023), closes #12412
- VRadio: do not use cursor pointer if disabled (#12058) (42c79b7), closes #12023
- VRadioGroup: label styles (#12382) (c61093f)
- VSimpleTable: add border radius to first and last row (#12553) (36080ca), closes #12550
- VTabs: resize slider when icons-and-text prop changes (#12525) (aac7c54), closes #12524
- VTextField: add background color to line on focus (#12556) (3e78556)
- VToolbar: v-toolbar sass variables typo (#12547) (11c746e), closes #12222
- SASS variable renamed from $toolbar-promient-padding -> $toolbar-prominent-padding