v0.16.8
Pre-release
Pre-release
Things we changed
Things we fixed
- 993bcb3 Prevent initially-open fullscreen dialogs from creating an overlay
- 4695b21 Prevent race condition when
v-selectis destroyed immediately after mount - #2219 Prevent race condition when
v-selectis destroyed after selecting an item - #2195 Fixed a bug where using the cache-items prop on a
v-selectwithout return-object would create duplicated entries - #2126 Correct open
v-selectbackground 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-selectwouldn't show its placeholder unless focused - #2121 10eb8e2 Fixed a bug where
v-navigation-drawerwould 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
- #2177 Made the
v-rippledirective reactive (thanks @Phlow2001)