Skip to content

Releases: nuxt-community/vuetify-module

v2.0.0-alpha.2

13 Jan 21:40
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

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

13 Jan 21:12
Compare
Choose a tag to compare

Features

Others

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

v2.0.0-alpha.1

08 Dec 19:20
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

04 Nov 00:35
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

See #177 for any information (includes guidelines about BREAKING CHANGES)

⚠️ The documentation is not updated yet ! ⚠️

v1.9.0

02 Oct 11:59
Compare
Choose a tag to compare

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

09 Sep 11:40
Compare
Choose a tag to compare

Features

🖋 Seamless automatic fonts (#157)

Misc

🛠 Refactored tests to be faster & cleaner

v1.7.0

08 Sep 14:22
Compare
Choose a tag to compare

Featured

The whole module code base has been migrated to TypeScript :
6755606
33a96a3

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

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

And provides IntelliSense in Nuxt configurations :

image