19th March 2024
AgDS Beta v1.20.0 release
New statuses for Status badge, active states for various Progress indicator steps, 5 new icons, plus various bug fixes and improvements.
Updates
Drawer
- Fix scrollbar not appearing in Chrome/Edge on platforms with permanent scrollbars
- Deprecating onDismiss in favour of onClose
Global alert
- Deprecating onDismiss in favour of onClose
Icon
- Add
AlertCircle
,Attachment
,PieChart
,ProgressPaused
andWarningCircle
icons.
Modal
- Deprecating onDismiss in favour of onClose
Page alert
- Deprecating onDismiss in favour of onClose
- Deprecating hasDismissButton in favour of hasCloseButton
Progress indicator
- Added ability to customise which item is treated as active. If no active item is specified, it defaults to the
'doing'
status for backwards compatibility - The
'doing'
status has been marked as deprecated and encourages the use of the'started'
withisActive: true
applied as a replacement
Section alert
- Deprecating onDismiss in favour of onClose
- Changed 'Dismiss' button text to 'Close' to align with Global Alert and Modal
Status badge
- Add 9 new status tones in 3 levels of emphasis. Deprecate existing
tone
values and theweight
prop
Multi-task form pattern
- Add guidance for using the multi-task form pattern
Conditionally revealed content pattern
- Improve guidance
Released packages
"@ag.ds-next/react": "1.20.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.