v0.14.3
Pre-release
Pre-release
Things we fixed
- b841732 Fixed disabled button style in
v-date-picker - #1014 Fixed a bug where
v-ripplewas not properly applying custom ripple color styles to the proper element - #1013 Fixed a bug where
v-text-fieldwas not emitting events properly - #1024 Fixed a bug where the label on
v-text-fieldwas not properly positioned when using the suffix prop - #1019 FIxed a bug where
v-selectwould 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-circularto a render function