Skip to content

Releases: vuetifyjs/vuetify

v3.6.4

07 May 17:25
Compare
Choose a tag to compare

🔧 Bug Fixes

  • colors: apply theme-on-surface override for bg text color (43529fa)
  • framework: pass template refs to slots as functions (#19731) (f2c6050), closes #19713 #19685
  • nested: correct prop types (#19758) (0db4297)
  • variant: always remove underlay from normal flow (6aea5e4)
  • VAutocomplete: only clear search on blur in multiple or using chips/selection slots (#19701) (d02e1b3), closes #19543
  • VDataTable: header title font weight (#19742) (c4b33c0), closes #19737
  • VDataTable: correctly update the value of showSelectAll (#19762) (7c64392), closes #19069
  • VDataTable: change mobile default to false (#19744) (a194622)
  • VFileInput: correctly set single value to null when cleared (fce7f75)
  • VInfiniteScroll: do not emit load event if status is empty (#19764) (b7a4c36), closes #18895
  • VList: allow group activators to be links (94a05d1), closes #10981
  • VResponsive: contentClass accepts array and object (8f0322d), closes #19729
  • VSheet: base color off of on-surface instead of on-background (183a2f9)
  • VSlider: render in forced-colors mode (#19706) (21e9f5e), closes #19705
  • VStepperWindow/Item/VTabsWindow: add missing class / style passthrough (49fc5c5)
  • VTabs: inherit attrs and scope id (67b30e7), closes #19752 #19754
  • VToolbar/VAppBar: nav-icon and title alignment (daa96e9)

🧪 Labs

v3.6.3

02 May 02:35
Compare
Choose a tag to compare

🔄 Reverts

v3.6.2

01 May 22:08
Compare
Choose a tag to compare

🔧 Bug Fixes

v3.6.1

30 Apr 16:26
Compare
Choose a tag to compare

See v3.6 Release here

🚀 Features

  • VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline: promote from labs (c8a03cd)

🔧 Bug Fixes

  • VSnackbar: return correct children (5056034)

v3.6.0

30 Apr 15:30
Compare
Choose a tag to compare

v3.6.0 (Nebula)

Welcome to the v3.6.0 release of Vuetify!


Hero

💪 Support Vuetify Development

Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:

📖 Table of Contents

📑 Upgrade guide

  • If you want to opt out of the mobile data table view, set the mobile prop to false
  • Remove any manual imports of Labs components that were promoted as of this release

🏅 Component promotions

The following components have been promoted to the core framework from labs:

confirm-edit

The confirm edit component is a powerful tool that allows you to confirm changes to a field before they are saved. This is especially useful in scenarios where you want to prevent accidental changes to a field.

empty-state

The empty state component is a simple way to display a message when a list or page is empty. This is useful for informing users that there is no data to display.

fab

The floating action button is a layout aware component that is always visible on the screen. It can also be used inline in conjunction with cards and lists.

sparkline

The sparkline component is a simple way to display a small chart inline with text. This is useful for displaying trends or other data in a compact format.

speed-dial

The speed dial component is a floating action button that expands into a menu of actions. This is useful for providing quick access to common actions in a compact format.

💯 Release notes

🚀 Features

  • display: add explicit prop that overrides mobile state (fafc39f)
  • framework: support css cascade layers (#19641) (4820347)
  • VBtn: add new readonly prop (72f33dc)
  • VDataTable: add mobile view (#19431) (66880ce)
  • VLayout: add dimension support (0114108)
  • VNavigationDrawer: add new persistent prop (#19552) (74cc2bf)
  • VSlideGroup: replace css transform with native scroll (#17286) (93bd7b5)

🔧 Bug Fixes

  • layout: translate full amount if element and layout size is 0 (99ea55d)
  • VDataTable: add missing scss variable for loading opacity (69b5cc8)
  • VDialog: adjust styling to better match material spec (383bbdc)
  • VNavigationDrawer: don't restrict elementSize when location is top or bottom (1ee802d)
  • VOverlay: move targetRef out of props (5e40cc8), closes #19685

🧪 Labs

v3.5.18

30 Apr 14:46
Compare
Choose a tag to compare

🔧 Bug Fixes

  • locale: ko translations (#19687) (a063f94)
  • useDirectiveComponent: cannot read properties of undefined (#19693) (b9a588f)
  • VDatePicker: stay on current month when selecting multiple (2d13e36)
  • VSnackbar: make touchstart listener passive (24d1066)
  • VSnackbar: conditionally load layout styles (9504efa), closes #19717

🧪 Labs

  • VCalendar: remove background for week view mode (#19681) (1ce2879), closes #18988
  • VSpeedDial: remove mode designator on transition (2c726a5)

v3.6.0-beta.0.0

23 Apr 18:26
Compare
Choose a tag to compare
v3.6.0-beta.0.0 Pre-release
Pre-release

🚀 Features

🔧 Bug Fixes

  • VDataTable: add missing scss variable for loading opacity (69b5cc8)
  • VDialog: adjust styling to better match material spec (383bbdc)

🔬 Code Refactoring

  • VSlideGroup: replace css transform with native scroll (#17286) (93bd7b5)

🧪 Labs

  • VSpeedDial: proxy VMenu model (245f6d3)

v3.5.17

23 Apr 15:08
Compare
Choose a tag to compare

🔧 Bug Fixes

🔄 Reverts

  • Revert "fix(VProgressLinear): remove locationStyles" (78fa9b9), closes #19658

🧪 Labs

v3.6.0-alpha.2

16 Apr 15:46
Compare
Choose a tag to compare
v3.6.0-alpha.2 Pre-release
Pre-release

🚀 Features

  • date: support typescript module augmentation for adapters (20ffadc), closes #18710
  • Tooltip: add new directive (#19053) (2e1e743)
  • variant: add configurable $border-width-root (2abb221), closes #16786
  • VCardText/Subtitle: add opacity support (8633854)
  • VDataIterator: loading prop fix and add new slot "loader" (#18811) (3fca676), closes #17652
  • VDivider: add opacity support (702bb50)
  • VDivider: add slot support (395f157)
  • VInput: add dimensions support to VInput (#19600) (45c8f61)
  • VListItemSubtitle: add new opacity prop (565a794), closes #16446
  • VProgressLinear: add new buffer color / opacity props (#19190) (f257755)

🔧 Bug Fixes

  • VCounter: add error color when max is exceeded (d4921d8), closes #19615
  • VDataTable: sort on transformed column values (b6b9be5), closes #18840
  • VFileInput: add hideInput prop (#17270) (614262e), closes #17142
  • VTimeline: provide correct dot-color default (380e8e6)

v3.5.16

16 Apr 15:18
Compare
Choose a tag to compare

🔧 Bug Fixes

  • date: startOfWeek/endOfWeek does not respect locale (#19587) (2cb1ae5)
  • icons: console warn for missing aliases instead of throwing error (82abf1b)
  • rounded: apply rounded-0 for false value (3feeb77), closes #16601
  • router: empty string to represent real empty "to" (#19614) (3f301b5), closes #19549
  • VBottomNavigation: color animation delay (4a033e8)
  • VBtn: apply center ripple when using the icon prop (#19577) (e1e6065), closes #17376
  • VDataTable: skip default sort if custom function returns null (d368340)
  • VDialog: focus content element after opening (1f3c823), closes #18779
  • VFileInput: don't apply input color to chips (4bac07d)
  • VProgressLinear: remove locationStyles (3f50694)
  • VSelect: auto scroll to selected item when using hotkeys (#19593) (2bb1c07), closes #19574

🧪 Labs

  • VCalendar: add event slot (#19555) (d63f6e2)
  • VCalendar: hide adjacent events without show-adjacent-months (#19585) (f90ada3)
  • VCalendar: not usable without v-model (#19586) (2fe65f0)
  • VEmptyState: tweak text / icon styling (073e9ea)
  • VSpeedDial: position prop styling and transition delay (5d29bf3), closes #11651