v31.14.0
Minor Changes
-
Rating: Add
variantprop and deprecateshowTextRating(#1123)Provide the
variantprop to allow customising the appearance. This supports the newminimalappearance, which presents a single star alongside the text rating.Also adding the
starsOnlyvariant as a replacement for the now deprecatedshowTextRating={false}.EXAMPLE USAGE:
<Rating rating={3.7} variant="minimal" />
MIGRATION GUIDE:
The
showTextRatingprop is now deprecated. If you were using this previously, please migrate to the newvariantprop usingstarsOnly.<Rating rating={3.7} - showTextRating={false} + variant="starsOnly" /> -
IconPlatformAndroid, IconPlatformApple, IconSocialYouTube: Add new icons (#1121)
Add icons for the Apple and Android mobile platforms as well as YouTube
EXAMPLE USAGE:
<IconPlatformAndroid /> <IconPlatformApple /> <IconSocialYouTube />
Patch Changes
-
apacandseekBusinessthemes: Update colour palette (#1104)The colours used in these themes have been updated to the latest design standards as they were subtly off due to coming from an incorrect source.