v0.10.0
Pre-release
Pre-release
The Dawn of Data tables
With the next release, we are bringing a long awaited component to the fold, v-data-table
. Created by spec and utilizing the power of Vue.js scoped slots, you can now create powerful CRUD applications. Included is the v-edit-dialog
which is geared towards inline editing. As we near closer to completing 100% Material Design spec, the Official Documentation has received a minor face lift to better layout the location of various guides and components.
- Added new style customization guide
- Added new elevation section
- Added event tab on component parameters
New Components
- Data tables documentation
- Edit dialog documentation
- Bottom navigation documentation
- Added transition components documentation
Updated Components
- Numerous components have been refactored to functional components:
- v-app
- v-footer
- v-card
- v-list-tile-action
Enhancements
- Added elevation helper class
- #250 Added ability to specify initial row count with
v-text-field
with multi-line prop f0c781a - #256 Added tabindex to all form components. Added focus state for selection-controls. 2875b97
- #265 Added elevation display helper classes 3edb020
- #261 Added absolute property on
v-snackbar
62a6379 - #158 Added ability to place
v-text-field
inv-toolbar
cc917e7 - Added lazy property to
v-list-group
andv-menu
. This will not render items until clicked, drastically increasing performance 0783dc5 - Added watcher for rules to change which will cause a re-validation 0bffe0d
- #289 Added ability to define the exact property on all router-link supporting components ef33c16
- #285 Added focus and blur event emits on
v-text-field
8a5c2da - #305 Added new raised and hover props to
v-card
fa077df (thanks @mfferreira) - Added absolute prop to
v-sidebar
ada273d
Bug Fixes
- Fixed bug with tab transition 0348820
- #251 Added ability to specify a custom background f0c781a
- #259 Fixed sidebar-under-toolbar positioning d8fdb55
- #270 Fixed a bug with
v-menu
where position was improperly set 3898a1e - #268 Added border radius to
v-btn
hover 54295dd - Removed id declaration in
v-tab-content
e44fa91 - Fixed a bug where a
v-menu
would cause inputs to not line up 6928743 - #295 Fixed typo with font fallback 70e25e5 (thanks @stevgouws)
- #275 Fixed a bug where dynamic groups in
v-list
not working 36fa5c7 - #305 Fixed bug where
v-text-field
with the multi-line prop could have a 0 height f59edfc - Fixed a bug where a vertical stepper would not properly render
v-card-text
content a7bef8b