Skip to content

Releases: primer/brand

@primer/[email protected]

15 Jul 14:40
76b8fdc
Compare
Choose a tag to compare

@primer/[email protected]

15 Jul 14:40
76b8fdc
Compare
Choose a tag to compare

@primer/[email protected]

03 Jul 18:32
0580852
Compare
Choose a tag to compare

Patch Changes

  • #1075 a2c84fd Thanks @joshfarrant! - Added onNarrowMenuToggle prop to SubdomainNavBar. When the menu is opened or closed on narrow viewports, the provided onNarrowMenuToggle callback is called with the new open state.

    This prop can be used to ensure the main content area is hidden from assistive technologies when the menu is open.

  • #1074 bcf5bda Thanks @rezrah! - Improved styling for <video> elements and Youtube embeds in the Prose component

  • #1081 b2ed501 Thanks @rezrah! - Updated useProvidedRefOrCreate to support functional refs. Backwards compatibility with RefObject remains unchanged.

    This update improves support for functional refs in the following components: Accordion, Checkbox, Radio, SubNav, Tooltip and VideoPlayer.

  • #1073 cfe8c0b Thanks @rezrah! - Updated visual heading hierarchy in the Prose component.

    • h3 reduced from size-500 to size-400
    • h4 reduced from size-400 to size-300
    • h5 reduced from subhead-large to subhead-medium
    • h2 and h6 are unchanged

    This update makes it easier to visually distinguish between h2 and h3 elements on the page, which were previously too similar in size.

@primer/[email protected]

03 Jul 18:32
0580852
Compare
Choose a tag to compare

@primer/[email protected]

03 Jul 18:32
0580852
Compare
Choose a tag to compare

@primer/[email protected]

30 Jun 16:17
070144f
Compare
Choose a tag to compare

See documentation for this release

Patch Changes

  • #1048 3512d15 Thanks @joshfarrant! - Children passed to Card component now appear in the DOM in a predefined order to improve the experience of screen reader users.

  • #1070 86e8e8c Thanks @joshfarrant! - Fixed a bug where an FAQ.Heading used within an FAQGroup wouldn't respect the provided as prop.

@primer/[email protected]

30 Jun 16:17
070144f
Compare
Choose a tag to compare

@primer/[email protected]

30 Jun 16:17
070144f
Compare
Choose a tag to compare

@primer/[email protected]

25 Jun 08:12
6f6e40f
Compare
Choose a tag to compare

See documentation for this release

Patch Changes

  • #1052 7c16517 Thanks @joshfarrant! - The SubNav component now traps focus inside the expanded menu on narrow viewports.

  • #1051 2946071 Thanks @joshfarrant! - Tooltips in the VideoPlayer component now remain briefly visible after the pointer is moved away from the toggle. This small delay improves general usability and helps meet the WCAG 1.4.13 criterion for accessible hover interactions with tooltips.

  • #917 0ca0f08 Thanks @rezrah! - Internal change to CSS module type definitions in the IDE component. No user-facing updates to IDE presentation or functionality are expected.

  • #1050 6772b34 Thanks @joshfarrant! - Added an aria-label to the GitHub logo in the VideoPlayer component

  • #1055 3419824 Thanks @rezrah! - Restore idle option to LogoSuite.Logobar for enabling a default paused state, and programmatic control over animation.

    Use marqueeSpeed="idle" to display a logo bar that is initially paused.

    <LogoSuite>
      <LogoSuite.Heading />
      <LogoSuite.Logobar marquee marqueeSpeed="idle" />
    </LogoSuite>

@primer/[email protected]

25 Jun 08:12
6f6e40f
Compare
Choose a tag to compare