New
- feat(QScrollArea): allow scrolling element to be focusable #8893 (#8896)
- feat(QChatMessage): new slot -> label #9243
- feat(QScrollArea): New public methods (getScroll(), getScrollPercentage()) #9274
- feat(QTable): columns > style & classes can now be Functions as well: style(row), classes(row) #9251
- feat(QInput): new method --> getNativeElement() #9078
Fixes
- fix(QBtn/QRouteTab): delayed navigation (e.navigate = false --> changed to e.preventDefault()) #9052
- fix(QInput): fix mask filling with more chars that are in value; fix some cursor navigation on delete/insert in reverse fill mode #8698 (#8713)
- fix(QBtn): disable not working correctly with type="a" + href #9258
- fix(QScrollArea): percentage values when no scroll is available
- fix(QPagination): do not emit model if current value is the same #9242
- fix(QStepper): wrong alignment for header nav with only one step #9192
- fix(QInput): issue using Chinese on safari/ios #9179