Skip to content

Releases: vuetifyjs/vue-cli-plugins

v0.6.2

08 Aug 23:25
Compare
Choose a tag to compare
  • fix: change ui prompts links to new ones (#103) (cf8485a)
  • fix: transpile vuetify if not already defined in vue.config.js (bb3ffca)

0.6.1

23 Jul 20:07
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • HellWorld: update text alignment class (12d37a6)

0.6.0

23 Jul 19:54
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • invalid link for madewithvuetify (4777f3f)
  • lint templates for recommended eslint settings (0c3ce75)
  • revert bug introduced in d93e60b (58f4767)
  • update templates to vuetify 2.0 (1b07354)

πŸš€ Features

  • locale: add Norwegian translation (#93) (0fec01b)
  • generate typescript vue files for ts projects (d93e60b), closes #66
  • generator: update for v2 (49eb66a)
  • add asset reference for v-navigation-drawer (32ce605)
  • add Hebrew locale (223e36b)

v0.4.6

13 Nov 14:27
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

πŸ”§ Things we fixed

  • #55 Removed include: 'vuetify' from the js rule. This will allow your own project files to be transpiled again, but some other polyfill solution will need to be added for vuetify to work in older browsers.

v0.3.0

20 Oct 01:12
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

πŸš— Things we added

  • 2c2f496 Added vue-cli-plugin-cordova instructions (thanks @cairinmichie)
  • 0c10463 Updated plugin to vuetify@1.3
  • bd6ec82 Added preset options, default and configure. Added vuetify-loader in place of existing a-la-carte functionality

v0.2.1

03 Oct 14:56
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

πŸ”§ Things we fixed

  • Fixed a bug that caused duplicate browserslist when using the polyfill option

πŸš— Things we added

  • Added logo for Vue-CLI UI
  • Updated electron-builder integration guide (thanks @nklayman)

v0.2.0

18 Sep 19:39
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Things we added

  • #28 - a bunch of few Vuetify options that can be configured during the installation process:
    • you can choose which icon font you want to use (Material Design, Material Design Icons, Font Awesome 4, Font Awesome 5)
    • you can choose whether icon font should be installed as a dependency (for example for off line usage or Electron) or linked in the index.html
    • you can turn on the customProperties option which allows you to use css variables to control the theme colors
    • you can choose the default locale

Things we changed

  • #26 - required IE version in .browserslistrs is updated to IE >= 10

v0.1.5

12 Jun 14:12
Compare
Choose a tag to compare
  • Fixes #10 - Add @babel/polyfill
  • Updates prompts