v2.0.0-alpha.8
Pre-release
Pre-release
🚧 DISCLAIMER 🚧
This is specifically for developers who want to play with the absolute latest and greatest that is coming up in the framework. With the exception of critical bugs, all issues pertaining to the alpha will be closed without question.
📖 Documentation
🔧 Bug Fixes
- stackable: move stack classes to explicit values (7dad5e9), closes #5141
- VBanner: flexbox related issues with IE11 (#6686) (748e480)
🚀 Features
⚡️ Performance Improvements
- ripple: only warn about inline element in dev build (52ef1af)
⌨️ Typescript
The following functionality has been converted to typescript:
- VCheckbox
- VForm
- VDataIterator
- VDataTable
⚠ BREAKING CHANGES
-
v-footer
- Now has explicit padding to match other similar MD components. Can be removed with the padless prop or a helper class,
class="pa-0"
- Now has explicit padding to match other similar MD components. Can be removed with the padless prop or a helper class,
-
v-data-iterator & v-data-table
disable-initial-sorthas been removed. Neither component initially sorts data anymore. Usesort-byoroptionsprops to sort.filterprop has been removed. Instead usecustom-filter. This was done in an effort to make custom filtering less confusing.paginationprop has been removed. Instead useoptionsprop.total-itemsprop has been renamed toserver-items-lengthhide-actionsprop has been renamed tohide-default-footer. Also it no longer changes the visible items per page- Props related to the default footer have been move to the
footer-propsprop. These are:prev-iconnext-iconrows-per-page-itemsnow renamed toitems-per-page-optionsrows-per-page-textnow renamed toitems-per-page-text
expandprop has been removed.
-
v-data-iterator
- The
content-tag,content-props,content-classprops have been removed. Instead simply use the default scoped slot to implement your intended markup.
- The
-
v-data-table
hide-headerhas been renamed tohide-default-headerselect-allhas been renamed toshow-select. This will also render a checkbox on each item row as long as you are not defining your own scoped item row.- Props related to the default header have been moved to the
header-propsprop. These are:sort-icon