Skip to content

v1.0.2

Choose a tag to compare

@johnleider johnleider released this 20 Feb 13:44
· 14496 commits to master since this release

Things we changed

  • #3247 Refactored Vue prototype bind
    • Decreased package size by ~5kb gzipped
    • Enables version warnings for a-la-carte setups
    • Version from CDN can now be derived from Vuetify.version instead of Vuetify.default.version

Note: This may break commonjs imports, you will have to replace require('vuetify').default with require('vuetify')

Things we fixed

  • f0a0ca0 Fixed a bug where v-btn was not using the active-class prop
  • #3117 Added back removed tile prop from v-list-tile-avatar
  • #3329 Fixed a bug where the application theme was not properly applied in SSR context for NUXT