Quasar v1.5.3 released! Important change.
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.5.3
An important change is the one below referring to
perf(Screen)
. Instead of adding screen–* classes by default, it is now an on-demand feature because it has negative impact over the First Meaningful Paint. More info: https://quasar.dev/options/screen-plugin#How-to-enable-body-classesFixes
- perf(Screen): Only add screen- body classes if enabled through framework: { config: { screen: { bodyClasses: true } } }* #5757 More info: https://quasar.dev/options/screen-plugin#How-to-enable-body-classes
- fix(QField): Fix label overflow when animating (#5755)
- fix(ui): Correct component test instantiation #3894 #3895
- fix(sass): Quote requires string as parameter #5772 (#5774)
- fix(typescript): revert scroll types update, closes #5758 (#5778)
- fix(QTree): Account for disabled/untickable nodes to determine the next tick status when current is indeterminate #5769 (#5776)