Skip to content

v1.1.2

Compare
Choose a tag to compare
@johnleider johnleider released this 09 Jul 14:56
· 11410 commits to master since this release

🔧 Things we fixed

  • 77d25c7 v-select should now pass the attach prop to its menu correctly
  • 6885681 Fixed a bug where v-switch with the disabled prop being enabled/disabled was not animating properly
  • #4154 Fixed v-stepper animation on Firefox / Edge (thanks @aldarund)
  • #4285 Fixed misalignment with v-progress-circular text (thanks @aayush420)
  • #4402 Fixed a bug where v-tabs was not having its model updated when changed by touch actions
  • #4442 Fixed a bug where v-chip was still focus-able when using the disabled prop
  • #4448 Fixed a bug with values not being compared properly when using an object as the value in a v-combobox
  • #4458 Added missing v- prefix for v-data-table hover
  • #4463 Added missing border radius to inputs that use the solo prop
  • #4466 Fixed a bug where v-dialog with the hide-overlay prop was allowing the user to click underlying elements
  • #4475 Fixed counter display with v-model.number and various input types
  • #4477 Setting a blank append-icon on v-select will no longer create an empty space
  • #4478 Fixed a bug where v-text-field with the prefix or suffix prop had the incorrect cursor
  • #4481 FIxed a bug where v-select would emit a second change event on blur
  • #4489 Resolved an issue with v-tab spacing in IE11
  • #4490 Fixed a bug where negative tabindex would be reset to 0 on v-radio
  • #4494 Fixed a bug where validation rules would be called on input even with validate-on-blur
  • #4517 Fixed a bug where v-select chips had a text cursor when using the close button

⌨️ Typescript

The following functionality has been converted to typescript internally

  • $vuetify.breakpoint
  • v-alert
  • v-avatar
  • v-badge
  • v-chip
  • v-divider
  • v-progress-circular
  • v-progress-linear