Skip to content

v1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 05 Jan 02:38
· 12348 commits to dev since this release

Things we broke

  • #2903 Renamed v-speed-dial's hover prop to open-on-hover. It should now better match how this prop is used in other components

Things we added

  • #2920 Unified all console messages. Framework level errors will now be marked with [Vuetify]

Things we fixed

  • ca1973d Fixed a bug where the v-tabs right property was not working
  • 3d36d83 Fixed a bug where imported tools were being duplicated in the output css file
  • a8ad157 Removed old tooltip style import in app.styl
  • 743ba06 Fixed a bug where v-tooltip with the app prop was not updating the application properly when toggling the manual-scroll prop
  • ce04349 Improved ssr-bootable mixin functionality (better initial render for SSR apps)
  • #1989 Fixed a bug where v-menu with the absolute prop was not properly positioning the menu
  • #2485 Fixed a bug where the exact prop was not being properly evaluated in routable implementing components
  • #2751 Fixed a bug where v-jumbotron was not allowing images to overflow
  • #2914 Fixed a bug where v-list-tile with the dark prop was receiving the incorrect hover styles
  • #2917 Removed deprecated pointerSupport functionality from v-app
  • #2921 Fixed a bug where v-tabs was not properly changing states when using v-tab as a router-link. The way router-link works actually makes it difficult to accurately provide the current model via the v-tabs component, warning for future travelers