npm vuetify 2.0.0-alpha.8
v2.0.0-alpha.8

latest releases: 3.6.6, 3.6.5, 3.6.4...
5 years ago

🚧 DISCLAIMER 🚧

⚠️ DO NOT USE IN PRODUCTION ⚠️

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

https://next.vuetifyjs.com

🔧 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"
  • v-data-iterator & v-data-table

    • disable-initial-sort has been removed. Neither component initially sorts data anymore. Use sort-by or options props to sort.
    • filter prop has been removed. Instead use custom-filter. This was done in an effort to make custom filtering less confusing.
    • pagination prop has been removed. Instead use options prop.
    • total-items prop has been renamed to server-items-length
    • hide-actions prop has been renamed to hide-default-footer. Also it no longer changes the visible items per page
    • Props related to the default footer have been move to the footer-props prop. These are:
      • prev-icon
      • next-icon
      • rows-per-page-items now renamed to items-per-page-options
      • rows-per-page-text now renamed to items-per-page-text
    • expand prop has been removed.
  • v-data-iterator

    • The content-tag, content-props, content-class props have been removed. Instead simply use the default scoped slot to implement your intended markup.
  • v-data-table

    • hide-header has been renamed to hide-default-header
    • select-all has been renamed to show-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-props prop. These are:
      • sort-icon

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.