Skip to content

v1.0.5

Choose a tag to compare

@KaelWD KaelWD released this 06 Mar 12:12
· 14472 commits to master since this release

Things we added

  • #3394 Added missing ts typings for util/colors

Things we changed

  • #3429 Moved all unit tests to an isolated tests/ folder

Things we fixed

  • #3374 Fixed a bug when using darken/lighten variations of theme colors on an outline v-chip
  • #3375 Fixed the margins on v-menu when used as the last item in a toolbar (thanks @anotherssa)
  • #3403 Removed CSS sourcemaps from production builds to prevent invalid path warnings
  • #3405 Fixed a bug where themes could not be changed dynamically when using nuxt or vue-meta
  • #3406 Fixes numerous import bugs relating to a-la-carte
    • Components are now rendered from direct references instead of strings
  • #3434 Fixed a bug where non-component elements would not render inside v-tabs