·
108 commits
to main
since this release
Minor Changes
-
#994
61a1fa6
Thanks @joshfarrant! -MinimalFooter
now respects the ordering of thesocialLinks
prop when rendering social links, e.g.<MinimalFooter socialLinks={['x', 'tiktok', 'youtube']} />
will render the links in that order.Note: This may constitute a visual breaking change if you were relying on the social link order to not be respected.
-
#920
2af9c78
Thanks @joshfarrant! - - Added play/pause button toLogoSuite
component.- Removed
"idle"
value fromLogoSuite.LogoBar
component'smarqueeSpeed
prop.- This prop was introduced to enable custom play/pause buttons but is no longer necessary as the play/pause button is now built into the component.
- Removed
Patch Changes
-
#1008
91073c0
Thanks @danielguillan! - Added missing types inPricingOptions.FeatureListGroupHeading
-
#994
61a1fa6
Thanks @joshfarrant! - - Increased minimum touch target size of social icons in theMinimalFooter
component to 24px.- Increased contrast of social icons in the
MinimalFooter
component to over 3:1.
- Increased contrast of social icons in the