Skip to content

AgDS Beta v1.20.0 release

Compare
Choose a tag to compare
@stowball stowball released this 19 Mar 05:04
· 387 commits to main since this release
b6e5e40

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 and WarningCircle 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' with isActive: 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 the weight 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.