Skip to content

@quasar/app-v1.1.0

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 17 Sep 12:45
· 7981 commits to dev since this release

New

  • feat(app): Sass/SCSS support #5049 (/src/css/quasar.variables.scss support, /src/css/quasar.variables.sass support, Quasar variables available even if app-space override file is missing, Supply node-sass and sass-loader out of the box)
  • feat(app): if no css/ variables file exists, hook directly into Quasar's built .css file #5049
  • feat(app): Auto import Quasar components and directives; quasar.conf.js > framework > all: 'auto'
  • feat(app): Boot files new params: urlPath and redirect(); enhance docs
  • feat(app): small tweak to "setting port to nearest available" banner

Fixes

  • fix(app): "describe" command on quasar conf options
  • fix(app): Disable watchContentBase to avoid triggering unwanted errors #5026
  • feat(app): Allow cordova to set target "electron" #4941 (will work when cordova-electron v1.2 is released)