Vuetify Module Versions Save

Vuetify Module for Nuxt 2

v2.0.0-alpha.2

4 years ago

Synchronized 1.x changes in 2.0.0-alpha.x

Features

Others

  • bump vuetify version to latest and fix type path (#237) (b30f5db)

v1.10.0

4 years ago

Features

Others

  • bump vuetify version to latest and fix type path (#237) (b30f5db)

v2.0.0-alpha.1

4 years ago

Breaking changes

  • Since alpha.0, automaticImports as been renamed to loader which is loader options directly passed to vuetify-loader.

Features

  • Built-in Progressive Images Support through vuetify-loader, enabled through loader module option :
loader: {
  progressiveImages: true
}

v2.0.0-alpha.0

4 years ago

See https://github.com/nuxt-community/vuetify-module/pull/177 for any information (includes guidelines about BREAKING CHANGES)

⚠️ The documentation is not updated yet ! ⚠️

v1.9.0

4 years ago

Notes

  • Vuetify has been bumped to 2.1 (Vanguard), check their Release notes ! We highly recommend you to check the new Skeleton Loader component 🤩

  • dart-sass has been bumped to 1.23, check their Release notes ! It includes the new launch of the new Sass module system 🤩

v1.8.0

4 years ago

Features

🖋 Seamless automatic fonts (#157)

Misc

🛠 Refactored tests to be faster & cleaner

v1.7.0

4 years ago

Featured

The whole module code base has been migrated to TypeScript : https://github.com/nuxt-community/vuetify-module/commit/67556064b8f0a8a8a2047bba11bf5b5622cf6ad3 https://github.com/nuxt-community/vuetify-module/commit/33a96a34ce6752f4682211095c8472038cc48a94

It's then now featuring typings for the module options :

import { Options, VuetifyLoaderOptions } from '@nuxtjs/vuetify'

And provides IntelliSense in Nuxt configurations :

image