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-springanimation 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
xxlwhich has a value of8px(PR #1095)
Combobox
- Fixed exhaustive deps warning for the
onClearfunction inComboboxAsyncMulti(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,ChevronsRightIconandSettingsIcon(PR #1086)
Loading
- Replaced
react-springanimation with CSS animation (PR #1088)
Main nav
- Replaced custom inline icons with design system icons (
MenuIconandCloseIcon) (PR #1080)
Modal
- Replaced
react-springanimation with CSS animation (PR #1088)
Progress indicator
- Replaced chevron icon
react-springanimation with CSS animation (PR #1088)
Side nav
- Replaced chevron icon
react-springanimation with CSS animation (PR #1088)
Skeleton
- Replaced
react-springanimation with CSS animation (PR #1088)
Switch
- Replaced
react-springanimation 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.