General:
- Added support to Box for using
border
between in aborder
array. (#6642) - Added
level
prop to Accordion to control what semantic heading should be rendered. (#6754) - Added
busy
,messages
, andsuccess
props to Button to support an animation while button is loading and when the button action succeeds. (#6656) - Changed
status-error
color to meet accessibility contrast requirements. (#6690) - Enhanced FormField to allow triggering validation at the FormField level. (#5943)
- Fixed issues using Grommet in a shadow root. (#6698)
- Fixed issue in DateInput when deselecting a date. (#6693)
- Fixed display of NameValueList with gird layout in Safari. (#6691)
- Fixed FileInput focus traversal. (#6391)
- Fixed issue where NameValueList’s align prop was ignored. (#6722)
DataTable:
- Changed DataTable to use a primaryKey value as the row key. (#6742)
- Fixed an issue with disabled rows and lazy loading. (#6706)
- Fixed issue where
border
is not applied to CheckBox cells. (#6718) - Fixes an issue where the second argument (‘datum’) passed to
onSelect
was always undefined. (#6750)
SelectMultiple:
- Fixed a bug where the drop would scroll back to the top after selecting an option. (#6735)
- Fixed an issue when using object options and
showSelectedInline
. (#6738)
Typescript:
- Fixed type error on List’s
children
prop. (#6687)
Data: (beta)