v0.7.8
Pre-release
Pre-release
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.