Skip to content

Releases: vuetifyjs/vuetify

v4.1.0-beta.1

v4.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 May 23:37

πŸš€ Features

πŸ”§ Bug Fixes

  • theme: support transparent hex color for CSS variables (#22875) (a986920), closes #22865
  • VBtnToggle: restore active overlay when no color is set (70804c2), closes #22856
  • VOverlay: pull focus to trap when it biefly escapes (5d52b80), closes #22322
  • VSwitch: suppress user-agent styles to avoid click dead-zone (3e16cc0)

πŸ”₯ Performance Improvements

v4.1.0-beta.0

v4.1.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 May 00:06

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

πŸš€ Features

πŸ”§ Bug Fixes

  • Dialog, VSnackbar: correct position with static location strategy (a8c1ad9)
  • VCheckbox: align indeterminate opacity and color with MD3 (#22804) (c651933), closes #22039
  • VDatePicker: align range selection with MD3 (#22858) (c4ae6de), closes #22793
  • VHover: reconcile actual hover state when re-enabled (#22845) (3cde811), closes #22498
  • VOverlay: contained should opt-out from static strategy (4c5228c)
  • VOverlay: make location and origin actually useful (#22720) (13c9af0), closes #20919
  • VSnackbarQueue: avoid stale z-index (#22796) (66f09ce)

πŸ§ͺ Labs

v4.0.7

Choose a tag to compare

@github-actions github-actions released this 08 May 19:32

πŸ”§ Bug Fixes

  • VAlert: border opacity should win over theme variables (#22832) (d355443)
  • VBtnToggle: correct background when active (79a3a8c), closes #22004
  • VField: correct baseline alignment (#22812) (14fd872), closes #22648
  • VList: invisibly focus first element after open (d153a6e), closes #22783
  • VProgressLinear: correct calculation for filled chunks (642a27b), closes #22818
  • VSelects: merge menuProps.contentClass (6749424), closes #22822
  • VTreeview,VList: wire value-comparator into selection logic (#22841) (d5b4670), closes #22013

v3.12.6

Choose a tag to compare

@github-actions github-actions released this 08 May 19:27

πŸ”§ Bug Fixes

  • types: support noUncheckedSideEffectImports (1300d9e), closes #22766
  • VList: invisibly focus first element after open (a037673), closes #22783
  • VOtpInput: remove semicolon from sass file (816cfa4), closes #22798
  • VProgressLinear: correct calculation for filled chunks (2995c6f), closes #22818
  • VSelects: merge menuProps.contentClass (8cffe1b), closes #22822
  • fix(VColorPicker, VCalendar, ripple) support CSS zoom (#22774) (ca02f8b), closes #22761

v4.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 08:58

πŸ”§ Bug Fixes

  • VBadge: do not accept clicks within disabled elements (996cd6e), closes #22172
  • VField: pass color to icon-color if glow prop is true (#21547) (10125b7), closes #21388
  • VOtpInput: remove semicolon from sass file (bf53f9e), closes #22798
  • VSelectionControl: readonly should not suppress focus-visible (#22527) (ce234a8), closes #22513

πŸ§ͺ Labs

  • VVideo: avoid tooltip obstructing volume slider (add2a7e)
  • VVideo: support VVideoControls as standalone component (aaf9cf5), closes #22529
  • VVideo: show progress bar by default (1be0091)

v4.0.5

Choose a tag to compare

@github-actions github-actions released this 02 Apr 14:17

πŸ”§ Bug Fixes

  • SSR: avoid errors when rendering with latest Vue (#22764) (ecbe030), closes #22762
  • types: support noUncheckedSideEffectImports (2098fb1), closes #22766
  • useActivator: avoid closing hovered menu when tooltip hides (131e659), closes #22759
  • VSnackbar: avoid blocking navigation (143ceaa), closes #18283

πŸ§ͺ Labs

  • VPie: shrink back hovered slices on mouseleave (1893748)

v3.12.5

Choose a tag to compare

@github-actions github-actions released this 02 Apr 14:15

πŸ”§ Bug Fixes

  • useActivator: avoid closing hovered menu when tooltip hides (71d657b), closes #22759

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 25 Mar 01:59

πŸ”§ Bug Fixes

  • VCol: correct types for offset-* props (1cdd9c4), closes #22740
  • VField: label transition on page with zoom (1fcad6b), closes #22747
  • VSelect: prevent brief error state when clicking a menu item (7fec2d4), closes #22742
  • VTimePicker: avoid loading all CSS utilities (015da52), closes #22733

πŸ§ͺ Labs

v3.12.4

Choose a tag to compare

@github-actions github-actions released this 25 Mar 01:56

πŸ”§ Bug Fixes

  • VField: label transition on page with zoom (6246a96), closes #22747
  • VTimePicker: avoid loading all CSS utilities (884e5dc), closes #22733

πŸ§ͺ Labs

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Mar 08:37

πŸ”§ Bug Fixes

  • hotkey: resilient sequence parsing (#22704) (cae1cea), closes #22399
  • md2: restore correct global rounding (6d1ef04), closes #22707
  • VDataTable: reactive items from expanded with return-object (5d7af2c), closes #22189
  • VExpansionPanels: apply rounded only to the first and last panel when closed (dbc7421), closes #22722
  • VGrid: restore no-gutters instead of mapping to "compact" (947d7d5)
  • VSkeletonLoader: less jitter when scrolling on slow device (468ba31)
  • VTooltip: correct selector for non-interactive tooltips (15b3cbd), closes #22724 #22726

πŸ§ͺ Labs