Agriculture Design System
Beta
Design System for the Export Service
9th May 2023

AgDS Beta v1.5.0 release

Initial release of App layout components, improved performance of animations, various bug fixes and improvements.

Updates

Accordion

  • Replaced chevron icon react-spring animation with CSS animation (PR #1088)

App layout

  • Initial release of App layout, a collection of components that can be composed together to create a layout for the authenticated space. (PR #1059)

Call to action

  • Removed icon animation on hover as it is inconsistent with AgDS interactions (PR #1088)

Core

  • Added new border token xxl which has a value of 8px (PR #1095)

Combobox

  • Fixed exhaustive deps warning for the onClear function in ComboboxAsyncMulti (PR #1076)

Date picker

  • Improved documentation examples and test coverage of DateRangePicker (PR #1087)

Header

  • Updated header branding link size to match content (PR #1101)

Icon

  • Added new icons ChevronsLeftIcon, ChevronsRightIcon and SettingsIcon (PR #1086)

Loading

  • Replaced react-spring animation with CSS animation (PR #1088)

Main nav

  • Replaced custom inline icons with design system icons (MenuIcon and CloseIcon) (PR #1080)

Modal

  • Replaced react-spring animation with CSS animation (PR #1088)

Progress indicator

  • Replaced chevron icon react-spring animation with CSS animation (PR #1088)

Side nav

  • Replaced chevron icon react-spring animation with CSS animation (PR #1088)

Skeleton

  • Replaced react-spring animation with CSS animation (PR #1088)

Switch

  • Replaced react-spring animation with CSS animation (PR #1088)

Released packages

"@ag.ds-next/react": "1.5.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.