vuetifyjs/vuetify
 Watch   
 Star   
 Fork   
15 days ago
vuetify

v3.7.4

🔧 Bug Fixes

2024-10-17 15:58:54
vuetify

v3.7.3

🔧 Bug Fixes

  • nested: convert ids to string in duplicate warning (2728a10)
  • styles: explicitly import global functions (2b22da1)
  • v-tooltip: log error instead of throwing (ae33530), closes #20564
  • v-tooltip: match provides from new vnode (6e9f2a1), closes #20564
  • VDataTable: remove page clamp on initial render (60bc70e), closes #17966 #20185

🧪 Labs

2024-09-17 20:53:51
vuetify

v3.7.2

🔧 Bug Fixes

  • a11y: add aria-current="page" attribute to links (#20413) (bc647f6), closes #20399
  • nested: use reactive proxy of opened (#20438) (4e41c7e)
  • nested: Prevent infinite loops when resolving path (#20390) (970f827), closes #20389
  • v-tooltip: use textContent instead of innerHTML (ca49443)
  • v-tooltip: use default location from VTooltip (45e0c8a)
  • VDialog: add height to form in fullscreen dialog (#20417) (eb0c99e), closes #20416
  • VDialog: remove aria-expanded from activator (#20414) (1c40ed4)

🧪 Labs

2024-08-28 00:15:22
vuetify

v3.7.1

🔧 Bug Fixes

🧪 Labs

  • VNumberInput: emit model when input is a number between max & min (836087f), closes #20337
2024-08-15 20:49:27
vuetify

v3.7.0

🚀 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

  • Revert "fix(layout): use suspense to delay render of layout items (#15229)" (08c3d4f), closes #15229 #19800
  • Revert "fix(VOverlay): position on LTR/RTL after locale switch (#17338)" (3024bb1), closes #17338 #19863

🧪 Labs


Changes from v3.7.0-beta.1

🚀 Features

🔧 Bug Fixes

🔬 Code Refactoring

  • VSpeedDial: fix type error (4077948)

🔄 Reverts

  • Revert "fix(layout): use suspense to delay render of layout items (#15229)" (08c3d4f), closes #15229 #19800

🧪 Labs

  • VPullToRefresh: add disabled prop (79cc227), closes #20242
  • VTreeview: add modelValue which is equivalent to selected (2336637)
2024-08-15 17:34:34
vuetify

v3.6.15

🔧 Bug Fixes

🧪 Labs

2024-07-31 21:57:58
vuetify

v3.6.14

🔧 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

2024-07-29 11:11:44
vuetify

v3.7.0-beta.1

🔧 Bug Fixes

🔄 Reverts

  • Revert "fix(VOverlay): position on LTR/RTL after locale switch (#17338)" (3024bb1), closes #17338 #19863

🧪 Labs

  • VTreeview: increase v-treeview-item--filtered specificity (39e7c64), closes #19404
2024-07-17 05:22:58
vuetify

v3.6.13

🔧 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)
2024-07-10 08:20:49
vuetify

3.7.0-beta.0

🚀 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