Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jacekkarczmarczyk jacekkarczmarczyk released this 18 Sep 19:39
· 506 commits to dev since this 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