New
- feat(date utils): add UTC support for startOfDate/endOfDate #8052 (#8183)
- feat(QPagination): add more button props #7929 (#8178)
- Azerbaijani language pack (az-latn) (#8170)
- feat(ui): Add keep-alive props to all components using panels #8190 (#8199)
- perf(QSelect): re-render only the options that have changed active or focused state (#8185)
- feat(QSelect): improvements for QSelect #8169, #7898 (#8176)
- feat(virtual-scroll): use overflow-anchor to keep the selected item fixed on screen on supported browsers (#8218)
Fixes
- fix(QField): use --focused class only when field is focused and use --highlighted for focused or with error; fix focus glitch with input types with browser provided interface #8203 (#8204)
- fix(QTime): fix removed defaultDate prop #8196 (#8198)
- fix(QTable): duplicate headerClasses added #8205
- fix(QTree): only consider a lazy node loaded if it has an array in the childrenKey #8184 (#8189)
- fix(QTable): display top-row and bottom-row slots when using virtual scroll #7895 (#8225)
- fix(QUploader): emit "removed" event for bulk removing uploaded files #8248 (#8252)
- fix(ScrollFire): fix forgotten passive option on listener remove (#8259)
- fix(QRouteTab): fix include path check and some cleanup #8260 (#8261)
- fix(QInfiniteScroll): calling __setDebounce should update attached events
- fix(api;TS): Platform -> add parseSSR to API file (#8246)