Skip to content

v0.14.3

Pre-release
Pre-release

Choose a tag to compare

@johnleider johnleider released this 19 Jul 00:53
· 16223 commits to master since this release

Things we fixed

  • b841732 Fixed disabled button style in v-date-picker
  • #1014 Fixed a bug where v-ripple was not properly applying custom ripple color styles to the proper element
  • #1013 Fixed a bug where v-text-field was not emitting events properly
  • #1024 Fixed a bug where the label on v-text-field was not properly positioned when using the suffix prop
  • #1019 FIxed a bug where v-select would not properly return an object as a value

Things we changed

  • #1023 Refactored touch utility into directive
  • #1038 Big cleanup, converted a few components to render functions, removed deprecated non used code
  • 8bec683 Converted v-progress-circular to a render function

Things you fixed

Things you changed