Releases: vuetifyjs/vuetify
Releases Β· vuetifyjs/vuetify
v0.7.10
v0.7.8
Happy Holidays!
This update adds the mission ripple directive to your web arsenal. Currently documentation only reflects usage on the <v-btn>
component, however, the v-ripple
directive can be used on any block element. Additional examples will be coming soon.
Thank you to everyone for your help in dialing in the Vuetify experience.
Improvements
- #11 Added contextual props to the
<v-btn>
component 0343f2e. - #12 Added v-ripple directive. Default accessible using the
ripple
property on the<v-btn>
component. - Added router option to the
<v-navbar-item>
component. (@spezzino f17f35e)
Fixes
- Fixed padding issue on
<v-collapsible>
component 685182f.
v0.7.7
New
- Added
v-progress-circular
component
Updates
- Added raised option to
v-btn
component - Added custom and hidden icon options to
v-alert
component - Cleaned up
v-icon
component styles
v0.7.6
Updates
- Added proper border radius to cards
- Updated color of code element
- Added additional helper classes
Fixes
- Fixed bug where slotted sidebars would not properly expand
v0.7.4
Updates
- Tweaked Button styles for MD Spec
- Tweak Card styles for MD Spec
Fixes
- Updated build process for Vue@2.1.6