Releases: vuetifyjs/vue-cli-plugins
Releases Β· vuetifyjs/vue-cli-plugins
v0.6.2
- 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
π§ Bug Fixes
- HellWorld: update text alignment class (12d37a6)
0.6.0
π§ 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
π§ 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
π 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
π§ 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
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
- Fixes #10 - Add @babel/polyfill
- Updates prompts