Skip to content

Bump vuetify from 3.4.2 to 3.4.3

Dependabot requested to merge dependabot-npm_and_yarn-vuetify-3.4.3 into master

Bumps vuetify from 3.4.2 to 3.4.3.

Release notes

Sourced from vuetify's releases.

v3.4.3

🔧 Bug Fixes

  • date: use provided locale (fe38cb2), closes #18685
  • locale: dataFooter.itemsPerPageText typo in fr locale (#18594) (e66f65e)
  • router: match query with exact prop (870b091), closes #18724
  • VCarousel: add missing control item class and styling (f5292a3)
  • VDataTable: pass minWidth to headers (2f8a4b4), closes #18727
  • VDataTable: add missing footer divider and update padding (48c6573)
  • VDataTable: remove custom pagination for v-pagination component (d84591e), closes #16447
  • VDatePicker: always emit month when clicking prev or next (9269530)
  • VDatePickerMonth: apply month/year updates when displayValue changes (6901d24)
  • VDatePickerMonth: use min / allowed-dates in displayDate calculation (05db921)
  • VDatePickerMonth: convert min/max to date for isAfter function (2faefa8)
  • VOtpInput: disable input when prop.disabled is true (#18697) (9d3eb14), closes #18690
  • VPagination: properly check if totalVisible prop has a value (a822307)
  • VPagination: hide visible items if value is <= 0 (3a52406)
  • VPagination: set circle border radius when using rounded prop (5b0055b)
  • VSelect: add option role to VListItem elements (#18629) (82e596e), closes #17767 #16881
  • VSelectionControlGroup: default readonly value (#18513) (7e3f892), closes #18424
  • VSlideGroup: disable prev/next button clicks (e522e3f), closes #18706
  • VTab: pass through VBtn slots (aeaa776)
  • VTable: font-color, size, and icon size (ecbf74e)
Commits
  • 93c7f12 chore(release): publish v3.4.3
  • a822307 fix(VPagination): properly check if totalVisible prop has a value
  • e66f65e fix(locale): dataFooter.itemsPerPageText typo in fr locale (#18594)
  • 82e596e fix(VSelect): add option role to VListItem elements (#18629)
  • e522e3f fix(VSlideGroup): disable prev/next button clicks
  • 870b091 fix(router): match query with exact prop
  • 2f8a4b4 fix(VDataTable): pass minWidth to headers
  • aeaa776 fix(VTab): pass through VBtn slots
  • 48c6573 fix(VDataTable): add missing footer divider and update padding
  • d84591e fix(VDataTable): remove custom pagination for v-pagination component
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports