Skip to content

v2.0.0-alpha.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 19 Mar 13:59

🚧 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

  • VGrid: apply !important to helper classes (4893523)
  • VListItem: text-cutoff on title (c1bcc05)
  • VSheet/ripple: ensure sheets are always block level elements (f67f17f)
  • VSheet/VCard: animate on elevation change (152874e)
  • Vuetify: adjust install pattern for proper treeshaking (51d5aaf)

πŸš€ Features

⚠️ BREAKING CHANGES

  • VExpansionPanel: many components have been renamed and props moved

    • v-expansion-panel -> v-expansion-panels
    • v-expansion-panel-content -> v-expansion-panel
    • new component -> v-expansion-panel-header
    • new component -> v-expansion-panel-content
  • VBottomNav:

    • v-bottom-nav -> v-bottom-navigation
  • VList: many components have been renamed

    • v-list-tile β†’ v-list-item et al
    • v-list-tile-sub-title β†’ v-list-item-subtitle
    • avatar prop has been removed
  • VListGroup:

    • Can no longer use v-list-item's in the activator slot
      • listeners are passed through to the internal v-list-item for activators
      • use content/title instead