Quasar v1.11.2 released! New features and some fixes.
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.11.2
New
- feat(QRadio/QCheckbox): Emit the event that produced the change as the second parameter of
@input
(#7002) - feat(QTable): add the event that changed the selection in the payload for
@selected
(#7003) - feat(QChip): New prop -> “icon-remove” (#7007)
- fix(QDialog): emit
@shake
(was in docs) #7020 (#7021) - fix(QSelect): backspace should not remove selected options when hideSelected is used (no visual feedback) #7039 (#7042)
- feat(QFile/QUploader): New event (
@rejected
); QUploader new prop -> max-files #6961 - feat(QLinearProgress): New prop -> instant-feedback #7031
- feat(QDate): add year selector in months view #6609
Fixes
- fix(QBtn): do not remove tabindex from the focus target because it moves the activeElement to be the body of the document #7028 (#7029)
- fix(a11y): set aria-hidden on the img tag inside QImg #6570 (#7033)
- fix(QLayout): only update data on scroll when it’s in container mode or the body is not scroll prevented #7012 (#7032)
- fix(TS/API): Notify.setDefaults() should not mark “message” as required #7027
- feat(QRadio/QCheckbox): Emit the event that produced the change as the second parameter of
-
@rstoenescu
There is a scroll bar appearing outside everywhere. Please check here https://quasar.dev/layout/page#Example--Basic -
@jitendra16 Yeah… that’s a containerized QLayout…
-
@rstoenescu How to make this scroll bar inside so that it comes below header?
-
this works for me, you lose the native scrollbar and the ‘reveal’ property of q-header stops working: