[v1] Quasar v1.0.0-beta.19 and @quasar/app v1.0.0-beta.20 released!
-
Quasar v1.0.0-beta.19
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.0.0-beta.19
New
- feat(QEditor): Greatly improve CSS; new props: flat, square, dense; ribbon style; flat btn by default #3842 #3582
- feat(QInput/QSelect/QField): ability to customize standout (now a Boolean or String prop) #3914
- feat(QInput/QSelect/QField): new prop (hide-bottom-space: Boolean) #3880
Description: “Does not reserves space for hint/error/counter anymore
when these are not used; as a result, it also disables the animation for those” - feat(quasar): Move autofocus from specific form components to QField
- feat(quasar) Improve QDialog and QMenu focusing behavior
- feat(quasar): Autofocus for QForm and form components
- feat(QSelect): Multiple fixes & improvements
- feat(QUploader): Restore “hide-upload-btn” prop from 0.17
- refactor(QUploader): Multiple fixes & enhancements
- feat(QUploader): new events (@start, @finish); simplify and fix state in certain scenarios #3829
- feat(QTable): [v1] [Request] QTable Event showing which row was selected/unselected #3946
Fixes
- fix(QImg): Improve src handling; basic should also display error slot #3868
- fix(API): Add category to some fields in _QField.json
- fix(quasar): tabindex fixes, double ripple prevent on IE, no inheritAttrs on portal
- fix(QDialog): Fix guard in QDialog
- fix(QSelect): Add rawControl slot in QField for QSelect with QDialog (#3954)
- fix(QSelect): height of dialog on android platform
- fix(QSelect): further CSS tweaks
- fix(QItem): [v1] QItemLabel lines prop doesn’t work when parent is a QItemSection side #3958
- fix(QSelect): use same classes on QField in dialog (#3959)
@quasar/app v1.0.0-beta.20
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.0.0-beta.20
-
feat(security:SSR) Add headers
Adds optional security headers to the src-sst/index.js
template file (which merely need to be uncommented) and more
importantly adds several critical ones to the docs. -
feat(app): Cordova - validate that the appName does not start with a number (#3961)
-
fix(@quasar/app): getFixedDeps should avoid processing if dep is a URL #3950