Skip to content

v0.17.4

Pre-release
Pre-release

Choose a tag to compare

@KaelWD KaelWD released this 06 Dec 06:30
· 14847 commits to master since this release

Things we changed

  • #2650 You can now use any type of element in the v-speed-dial activator button, not just icons (example)
  • 327e888, #2724 Updated the typescript definitions (thanks @mmajcenic)

Things we fixed

  • a082374 Fixed a bug where the theme stylesheet wouldn't be created when using SSR with extract-text-webpack-plugin
  • #2666 Fixed a bug where v-data-table's expanded value would be reset to an array instead on an object (thanks @GregYankovoy)
  • #2667 Fixed a bug where the initial values passed to v-select wouldn't be cached (thanks @pinguinjkeke)
  • #2586 Fixed an error when trying to scroll the page after closing a dialog
  • #2690 Fixed a bug where a readonly v-select could still be opened by clicking the icon
  • #2652 Fixed a bug where the first column in v-data-table would have a lighter border color (thanks @manico)
  • #2721 Fixed an error when a menu was removed before it could open (thanks @Seraf)
  • #2720 Fixed a bug where a scrollable v-dialog would be cut off in IE11