Skip to content
Compare
Choose a tag to compare
@primer-css primer-css released this 19 May 13:07
· 108 commits to main since this release
3ac46a4

Minor Changes

  • #994 61a1fa6 Thanks @joshfarrant! - MinimalFooter now respects the ordering of the socialLinks 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 to LogoSuite component.

    • Removed "idle" value from LogoSuite.LogoBar component's marqueeSpeed 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.

Patch Changes

  • #1008 91073c0 Thanks @danielguillan! - Added missing types in PricingOptions.FeatureListGroupHeading

  • #994 61a1fa6 Thanks @joshfarrant! - - Increased minimum touch target size of social icons in the MinimalFooter component to 24px.

    • Increased contrast of social icons in the MinimalFooter component to over 3:1.