27th September 2023
AgDS Beta v1.12.0 release
Extended App layout components to support the new account dropdown menu, plus various bug fixes and improvements.
Updates
App layout
- Added support for an account dropdown menu via a new
dropdown
key in theaccountDetails
prop inAppLayoutHeader
- Added support for displaying the active business name and ABN in
AppLayoutSidebar
- Decreased the width of the
AppLayoutSidebar
from17.5rem
to16rem
- Decreased border left width of active item in
AppLayoutSidebar
from8px
to4px
- Decreased the gap between icons and labels in
AppLayoutSidebar
from1rem
to0.75rem
- Updated
AppLayoutHeader
to show hamburger menu in focus mode
Combobox
- Improved accessibility by ensuring that the popover listbox element is described correctly by the field label
Field
- Added new
labelId
prop
File upload
- Added support for the
application/vnd.ms-outlook
MIME type
Released packages
"@ag.ds-next/react": "1.12.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.