Skip to content

v1.1.10

Choose a tag to compare

@KaelWD KaelWD released this 07 Aug 14:26
· 13639 commits to master since this release

🔧 Things we fixed

  • 74ff691 Added cursor: pointer to v-text-field's label
  • d5cfdc2 Prevent keyboard navigation to disabled v-checkbox, v-radio, and v-switch
  • #3433 Fixed a bug causing content in v-btn with the outline prop to be offset by 1px
  • #4752 v-radio-group not emitting the new value when reset
    • NOTE: this removes the @input event from selection controls, it was never meant to be there. Use @change instead