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