Skip to content

v1.2.7

Compare
Choose a tag to compare
@johnleider johnleider released this 09 Oct 14:43
· 11117 commits to master since this release

🔧 Things we fixed

  • 1f56645 Fixed a bug that caused the invalid class to be applied to v-progress-linear when using the color prop
  • #4880 Updated used key in v-messages to prevent animation bug with dynamically changing hint text
  • #5006 v-select, v-autocomplete and v-combobox will no longer emit a @change event when their model is changed externally
  • #5018 Fixed a bug where v-text-field (and extending components) would be improperly focused if a mouseup event (without the corresponding mousedown) was emitted on them
  • #5110 Fixed a bug that prevented from entering a numeric 0 in v-combobox
  • #5127 Fixed a bug that caused v-edit-dialog to have a transparent background
  • #5124 Fixed a bug that prevented hash routing in v-tab (thanks @amritk)
  • #5162 Removed margin from v-radio on last and only child