Skip to content

Releases: vuetifyjs/vuetify

v3.7.1

27 Aug 16:23
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

πŸ§ͺ Labs

  • VNumberInput: emit model when input is a number between max & min (836087f), closes #20337

v3.7.0

15 Aug 12:58
Compare
Choose a tag to compare

πŸš€ Features

  • validation: add eager and invalid-input options (7e730fa)
  • VAvatar: add border prop support (9dbc30a)
  • VBtn: add support for active-color prop (aee83f0)
  • VContainer: add dimension support (14a2e8c)
  • VExpansionPanelTitle: add dimension support (784eb14)
  • VImg: add absolute prop (f842cd9)
  • VMenu: add submenu prop (#20092) (306a262), closes #19093 #20130
  • VSlideGroup: expose hasNext and hasPrev (#20050) (8ef6ff8)

πŸ”§ Bug Fixes

  • VAutocomplete: allow searching when menu is focused (b9ed79d), closes #17641
  • VCardActions: space children with gap instead of margin (2194403), closes #20239 #20262
  • VMenu: unregister on unmount (a456502), closes #17094
  • VSelect: update visible items when eager is set (7d3557a), closes #19765

πŸ”„ Reverts

πŸ§ͺ Labs


Changes from v3.7.0-beta.1

πŸš€ Features

πŸ”§ Bug Fixes

πŸ”¬ Code Refactoring

  • VSpeedDial: fix type error (4077948)

πŸ”„ Reverts

πŸ§ͺ Labs

  • VPullToRefresh: add disabled prop (79cc227), closes #20242
  • VTreeview: add modelValue which is equivalent to selected (2336637)

v3.6.15

15 Aug 09:42
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

πŸ§ͺ Labs

v3.6.14

31 Jul 14:05
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • styles: support sass 1.77.7 (4fd811a), closes #20139
  • VAvatar: pass props.image as src to VImg defaults (c264ad4)
  • VBtn: allow passing custom ripple options (#20190) (0a31bf8), closes #20189
  • VFooter: useToggleScope for layout support (0bfaf12)
  • VListGroup: don't clear opened on unmount (#20215) (1e183ef), closes #20199
  • VMenu: check if element still exists before closing parent (#20249) (560362d), closes #20248
  • VSkeletonLoader: remove aria-label when loading finished (867b2ab)
  • VSnackbar: update countdown value on timeout change (3cc2763), closes #20196

πŸ§ͺ Labs

v3.7.0-beta.1

29 Jul 03:19
Compare
Choose a tag to compare
v3.7.0-beta.1 Pre-release
Pre-release

πŸ”§ Bug Fixes

πŸ”„ Reverts

πŸ§ͺ Labs

  • VTreeview: increase v-treeview-item--filtered specificity (39e7c64), closes #19404

v3.6.13

16 Jul 21:30
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • typescript: augment GlobalComponents in multiple vue modules (#20144) (bd1f63d)
  • VAppBar: scrollBehavior type for fully-hide (040fda8)
  • VBtn: allow stacked and block props to work together (#20162) (9969ebb)
  • VDataTable: use item.raw and columns in sorting transform (#20077) (e33b951), closes #20045
  • VDataTable: support groupBy when sorting is disabled (#20047) (8ac10e4), closes #20046
  • VDatePicker: programmatic start date with multiple range (#20169) (1a0d9b7), closes #20168
  • VOtpInput: slice value with length on paste (#20164) (0f8fd5d), closes #20158

πŸ§ͺ Labs

πŸ”„ Reverts

  • Revert "fix(VField/VInput): centerAffix prop for underlined/plain (#20064)" (#20173) (098f802)

3.7.0-beta.0

10 Jul 00:28
Compare
Choose a tag to compare
3.7.0-beta.0 Pre-release
Pre-release

πŸš€ Features

  • validation: add eager and invalid-input options (7e730fa)
  • VAvatar: add border prop support (9dbc30a)
  • VBtn: add support for active-color prop (aee83f0)
  • VContainer: add dimension support (14a2e8c)
  • VExpansionPanelTitle: add dimension support (784eb14)
  • VImg: add absolute prop (f842cd9)
  • VSlideGroup: expose hasNext and hasPrev (#20050) (8ef6ff8)

πŸ§ͺ Labs

v3.6.12

09 Jul 19:17
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

πŸ§ͺ Labs

v3.6.11

02 Jul 22:37
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #20001

πŸ§ͺ Labs

v3.6.10

19 Jun 22:07
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • VDatePicker: don't update month/year if new model is empty (154e751), closes #20015
  • VExpansionPanel: remove unused toRef (0931cec)
  • VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
  • VExpansionPanelTitle: propagate VIcon defaults (cec2094)