Skip to content
Compare
Choose a tag to compare
@primer-css primer-css released this 09 Jul 10:01
· 116 commits to main since this release
a137f26

See documentation for this release

Patch Changes

  • #632 77b98a4c Thanks @joshfarrant! - Partial revert of changes to the LogoSuite logobar elements.

    To allow optimal treatment of logos based on their respective file formats, <img> tag will continue be styled with a CSS filter, whereas inline <svg> elements will be styled with CSS fill.

  • #637 8887dc37 Thanks @joshfarrant! - Fixes previously non-functional aspectRatio prop on Image component

  • #636 3a76bfba Thanks @rezrah! - Added Statistic component.

    Use the statistic component to display concise numerical information.

    <Statistic>
      <Statistic.Heading>+25%</Statistic.Heading>
      <Statistic.Description>increase in developer speed</Statistic.Description>
    </Statistic>

    See the documentation for more usage examples.