Skip to content

v2.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 29 Mar 14:58

🚧 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

  • VDataTable: updated documentation for v-data-table and v-data-iterator (#6743) (f4c7313)

πŸ”§ Bug Fixes

  • export vuetify class from entry-lib (314eb8a)
  • VAppBar: let elevate-on-scroll and hide-on-scroll work together (8581e19)
  • VBtn: use correct icon color with icon prop (e27a6f5)
  • VList: resize v-subheader children when using dense prop (663c584)

πŸŒ€ Code Refactoring

πŸš€ Features

⌨️ Typescript

The following features or functionality have been converted to TypeScript

  • Transitions
  • VCheckbox
  • VDialog
  • VTooltip

πŸ’… Sass

The following features have been converted to Sass (SCSS)

  • Selection controls (VCheckbox, VSwitch, VRadio) (shared functionality)
  • VApp
  • VBottomSheet
  • VBreadcrumbs
  • VCard
  • VImg

πŸ’‰@vue/test-utils

Tests for the following features was converted to use TypeScript and @vue/test-utils
Special thanks to @MajesticPotatoe and @borisdayma for updating lots of tests πŸ†!

  • VCheckbox (as part of TypeScript conversion)
  • VGrid
  • VMenu
  • VOverflowBtn
  • VParallax
  • VPicker
  • VSnackbar
  • VSparkline
  • VSpeedDial
  • VSwitch
  • VTooltip (as part of TypeScript conversion)

⚠️ BREAKING CHANGES

  • icons: Now defaults to use mdi icons. For information on how to install please navigate here
  • VBottomSheet: the v-bottom-sheet-transition component has been removed