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
asideto adiv
Breadcrumbs
- Update default
aria-labelto'Breadcrumbs'
Combobox
- Added support for
onBlurandonFocusprops to all Combobox component variants (Combobox,ComboboxAsync,ComboboxMulti,ComboboxAsyncMulti)
Drawer
- Added new
widthprop which can be either Mediummd(512px) orlg(720px)
Inpage nav
- Update default
aria-labelto'In page'
Main nav
- Add default
aria-labelof'Main'and update 2nd use to'Supplementary'
Pagination
- Update default
aria-labelto'Pagination'
Progress indicator
- Tweaked padding and spacing values of list item elements to more closely match designs
Search box
- Update default
aria-labelto'Sitewide'
Side nav
- Improved accessibility by replacing the underlying HTML element from
asidetodiv
Skip link
- Update default
aria-labelto'Skip links'
Sub nav
- Update default
aria-labelto'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.