30th November 2023
AgDS Beta v1.17.0 release
Small accessibility improvements, plus various minor bug fixes and improvements.
Updates
App layout
- Improved accessibility by replacing the underlying HTML sidebar element from an
aside
to adiv
Breadcrumbs
- Update default
aria-label
to'Breadcrumbs'
Combobox
- Added support for
onBlur
andonFocus
props to all Combobox component variants (Combobox
,ComboboxAsync
,ComboboxMulti
,ComboboxAsyncMulti
)
Drawer
- Added new
width
prop which can be either Mediummd
(512px) orlg
(720px)
Inpage nav
- Update default
aria-label
to'In page'
Main nav
- Add default
aria-label
of'Main'
and update 2nd use to'Supplementary'
Pagination
- Update default
aria-label
to'Pagination'
Progress indicator
- Tweaked padding and spacing values of list item elements to more closely match designs
Search box
- Update default
aria-label
to'Sitewide'
Side nav
- Improved accessibility by replacing the underlying HTML element from
aside
todiv
Skip link
- Update default
aria-label
to'Skip links'
Sub nav
- Update default
aria-label
to'Content'
Released packages
"@ag.ds-next/react": "1.17.0"
Full changelog
Aside from the complete release notes on the @ag.ds-next website, you can also view the verbose change log in the related PR for this release.