Skip to content

v1.1.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@KaelWD KaelWD released this 26 Jun 18:47
· 13790 commits to dev since this release

Known bugs

  • v-radio-group's label has a pointer cursor when hovered (fixed with 33a72be and 5dfc927)
  • v-tabs model no longer works with strings (#4397)

Things we changed

  • fa3842d Removed top margin from all enclosed fields (box, solo, and outline)

Things we added

  • #4353 Added a background-color prop to v-text-field and descendants to bring back missing behaviour (see #4357)

Things we fixed

  • 48dad2d Fixed v-btn margins when used as a menu activator in a toolbar
  • 52a5f07 Changed v-icon's vertical-alignment to better align with other inline elements
  • f15f851 Added back cursor styles to v-radio, v-checkbox, and v-switch
  • e28325e Fixed a bug where v-btn with the fab prop was not transitioning properly when using v-fab-transition
  • #4379 Removed the red outline on invalid inputs in firefox
  • #4349 Fixed disabled styles on v-radio
  • #4388 v-radio now properly inherits readonly and disabled from v-radio-group
  • #4391 Pickers no longer overlap v-toolbar