Skip to content
Compare
Choose a tag to compare
@primer-css primer-css released this 30 May 12:35
· 72 commits to main since this release
fd1becc

Patch Changes

  • #1030 4ee490d Thanks @rezrah! - Fixed SubdomainNavBar to preserve the original ordering of actions in JSX, allowing more flexibility in CTA placement.

    <SubdomainNavBar title="Subdomain">
      <SubdomainNavBar.Link />
      <SubdomainNavBar.SecondaryAction href="#">Secondary CTA</SubdomainNavBar.SecondaryAction>
      {/* Primary actions can now render at the end */}
      <SubdomainNavBar.PrimaryAction href="#">Primary CTA</SubdomainNavBar.PrimaryAction>
    </SubdomainNavBar>
  • #1031 094cdf4 Thanks @rezrah! - SubNav component now correctly forwards refs to the underlying element.

  • #1034 0d3a198 Thanks @rezrah! - Increased contrast on LogoSuite.Logobar play/pause button in marquee mode.