Releases: vuetifyjs/vuetify
v0.8.2
Breaking Update
Because not all instances will be using Vue Router, I have chosen to set router to false. If you are currently using ``v-sidebar` you must either set router to true, or pass it as a property of the item object.
Bug Fixes
- #49 Fixed bug where delimiter was causing compile issues. deb7243
- #50 Added computed sidebar class deb7243
Updates
- Added 2 new props to
v-sidebar
,close-on-click
andmobile-break-point
- Added alias
v-sidebar`` for
v-sidebar``` directive
v0.8.1
v0.8.0
Expanded browser coverage and more!
In this release I've expanded Apple OS and browser coverage quite significantly. iOS 8/Safari 8 and up should now have no display issues.
The sidebar has been refactored, adding some minor style adjustments, improved functionality on all browsers, and a new functional component v-sidebar-header
. The API for the Sidebar has also been slightly updated to accommodate this change. Now an optional object with a single property of header
can be passed to the v-sidebar
items property to automatically create a sidebar header. Router option for v-sidebar-item
has been duplicated in the item object schema. Still enabled by default, you can now set the router option via property or item object. Any previous implementations will not be affected by these changes.
The grid styles have been cleaned up to save a few kibs and general style improvements for icons and app components.
New Features
- New
v-sidebar-header
functional component - Updated to [email protected]
Bug Fixes
- #41 TextInput should now properly update v-model - 704f5c3
- Dramatically increased browser coverage on iOS and Safari
To help with answering questions I have opened up a gitter here. If you run into any problems, I'm always on and am happy to help.
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 [email protected]