Skip to content

v0.16.8

Pre-release
Pre-release

Choose a tag to compare

@KaelWD KaelWD released this 19 Oct 13:02
· 15156 commits to dev since this release

Things we changed

  • 24cea8c 10eb8e2 Made the $vuetify.breakpoint object available in the mounted lifecycle hook

Things we fixed

  • 993bcb3 Prevent initially-open fullscreen dialogs from creating an overlay
  • 4695b21 Prevent race condition when v-select is destroyed immediately after mount
  • #2219 Prevent race condition when v-select is destroyed after selecting an item
  • #2195 Fixed a bug where using the cache-items prop on a v-select without return-object would create duplicated entries
  • #2126 Correct open v-select background color when using the dark theme
  • #2213 Fixed a bug where IE11 is terrible and should be deleted off the face of the earth
  • #2214 Fixed a bug where v-select wouldn't show its placeholder unless focused
  • #2121 10eb8e2 Fixed a bug where v-navigation-drawer would always be open on SSR. This fix means that initially-open navigation drawers will now transition from closed to open on page load (see gif)
  • #2111 (kinda) fixed a bug where menu position would be incorrect when the window was resized vertically

Things you changed