AgDS Beta v1.9.0 release
Visual refresh of the Global alert component, updated App layout for easier integration, plus various bug fixes and improvements.
Updates
App layout
Fixed usage of useTransition by @react-spring/web to ensure compatibility with latest version (#PR 1281)
Box
Extended the Box component so borders can be applied with the accent colour (#PR 1185)
<Box borderBottom borderBottomWidth="xxl" borderColor="accent"> Hello world</Box>Core
Extended utility function useClickOutside to accept multiple refs (#PR 1266)
Date picker
Clicking the calendar button trigger while the calendar popover is open will now close the calendar popover (#PR 1270)
Date range picker
Clicking the calendar button trigger while the calendar popover is open will now close the calendar popover (#PR 1270)
Filter drawer
Fixed usage of useTransition by @react-spring/web to ensure compatibility with latest version. (#PR 1281)
Global alert
Released packages
"@ag.ds-next/react": "1.9.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.