Skip to content

v0.10.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 09 Apr 15:20
· 15242 commits to master since this release

Bug Fixes

  • Fixed a bug where the incorrect columns were being sorted. Header array now requires a value prop on the object which denotes the field it sorts 63afd50
  • Fixed a bug where v-tooltip was blurry on Chrome 6f33b7e
  • #324 Can now apply multiple classes to v-ripple directive 962cd21
  • #323 Fixed bug which causes console error when manipulating v-text-field in the v-edit-dialog 8b486e5
  • #317 Updated v-btn component name for NUXT error 96cad59
  • Fixed a bug where a v-text-field in a modal would cause the modal to try to close, causing a visual jerk 95dbe8a
  • Fixed a bug where v-tabs with the centered prop would clip the text on small resolutions aebc542
  • #332 Updated v-data-table filtering to clone the input array before mutation for Vuex strict mode 3e3370a
  • #328 Added fallbacks for no search results and no data in table 8145cbe