v0.15.3-beta0
Pre-releaseWhat's Changed
High level summary
The goal of this release was to make improvements to the accessibility of Kolibri and to content display. Fixes include improvements to the focus outline that appears for keyboard navigation and fixes to notifications used in screen readers, as well as small improvements to content layout.
Note: beta0 does not contain the new KDS release
This Kolibri release was created as a baseline since there are two parallel releases - one for Kolibri and one for KDS.
The only difference between the two releases is that this release points to the current version of KDS, whereas the beta1 release points to the beta0 KDS release. This was done to help identify where bugs or regression might be happening, by having two version to compare, to more easily deduce if the change was cause by KDS or if it is a Kolibri problem.
The additional issues and fixes in Kolibri that are intended to be resolve by bumping the KDS version will be noted as such in beta1.
What's Changed
Additions and Fixes: Accessibility
- Update firefox bookmarks cards focus outline by @marcellamaki in #9409
- Update side panel focus trapping by @marcellamaki in #9408
- Adds aria labels to immersive toolbar buttons for back and close by @marcellamaki in #9411
- Adds aria-live=polite to the global snackbar component by @marcellamaki in #9410
Additions and Fixes: Content Display
- Fix pagination issues for facility user page by @rtibbles in #9422
- Push PDF pages rendering below full screen bar by @marcellamaki in #9439
- Fix X-Axis display for perseus graphs by @rtibbles in #9446
- Remove shrink ray from TopicsPage content side panel by @nucleogenesis in #9449
- Improve icon size in Cagetgory selection modal by @sharifmaryam in #8938
- Fix pagination user tables by @marcellamaki in #9450
Changes
- Ensure all file handlers use utf-8 encoding. by @rtibbles in #9401
- Upgrade morango to v0.6.13 by @bjester in #9445
- 0.14 into 0.15 by @rtibbles in #9447
New Contributors
- @sharifmaryam made their first contribution in #8938
Full Changelog: v0.15.3-alpha0...v0.15.3-beta0