Quasar v0.17.5 & CLI v0.17.6 are out!
-
Enjoy!
CLI v0.17.6
- fix: PostCSS config with Autoprefixer
- feat: Bulletproof transpiling; add quasar.conf > build > transpileDependencies: []
- Improve quasar.conf > framework prop fault tolerance
- strip-ansi is only added with ‘quasar dev’ - not ‘quasar build’ #158
- [Bug] Quasar platform plugin is not transpiled causing error in Edge/IE11 #160
- Update to Quasar v0.17.5
Quasar v0.17.5
Features
- [Request] Allow shadow color and elevation to be overridable #2357
Fixes
- QAutocomplete: fix error with timing when typing immediately after focus (#2361)
- QChat: fix shrinked avatar with long text (#2360)
- QBtn: set type ‘button’ on buttons by default (else it’s going to be ‘submit’) (#2354)
- Greek translation letter updated (#2355)
- Brazilian portuguese localization updates. (#2351)
- QInput textarea rows - fix css height (#2343)
- IE11 various CSS fixes