- Added
theme.select.emptySearchMessage
prop to allow styling of the empty search message container and text in Select and SelectMultiple. (#6815) - Added RTL support to Meter with the
reverse
prop. (#6398) - Fixed typescript type for Select
searchPlaceholder
. (#6811) - Fixed issue with displaying truncated text showing in a Tip in DataTable. (#6682)
- Fixed issue introduced in v2.30.0 where the Layer would not restrict scroll when
modal={true}
. (#6801) - Fixed issue in CheckBox where check mark was exceeding parent bounds when padding applied with
fill={true}
. (#6819)