New
- feat(QField): improve a11y - add alert role to error messages, add aria-invalid #8884 (#9988)
- feat(QSelect): improve a11y for screen readers #9304 (#9983)
Fixes
- fix(slots): prevent errors when slot is empty #9547 (#9984)
- fix(mask): don't use computed to detect if mask should be used because they are updated too late (#10022)
- fix(QCheckbox,QRadio,QToggle): workaround for bg not printing in webkit #10007 (#10008)
- fix(QFab): scope the --opened class to actions and icon-holder to allow nested QFabs #9973 (#9981)