Skip to content

Version Packages#2038

Merged
michaeltaranto merged 1 commit into
masterfrom
changeset-release/master
May 22, 2026
Merged

Version Packages#2038
michaeltaranto merged 1 commit into
masterfrom
changeset-release/master

Conversation

@seek-oss-ci
Copy link
Copy Markdown
Contributor

@seek-oss-ci seek-oss-ci commented May 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

braid-design-system@34.2.0

Minor Changes

  • Dialog: Add coverImage support (#2052)

    Add support for providing a URL for a cover image to display at the top of the Dialog via the coverImage prop.
    The provided image must be compatible with the CSS background-image “url” function.

    EXAMPLE USAGE:

    <Dialog
      title="Cover Image"
      coverImage="https://placehold.co/1600x900/051A49/FFFFFF/png?text=​++++++16:9++++++​"
      open={true}
      onClose={() => {}}
    >
      <Placeholder height={100} width="100%" label="Dialog Content" />
    </Dialog>
  • vars: Exposed vars.transition. Transition CSS variables are available in stylesheets and runtime styles. (#2034)

    EXAMPLE USAGE:

    import { vars } from 'braid-design-system/css':
    
    export const myStyle = style({
      transition: vars.transition.fast,
    });
  • Badge: Added aria-hidden and aria-label props. (#2034)

    aria-hidden allows a badge to be hidden from assistive technology

    aria-label allows visible badge text to be overridden with a more descriptive label for screen readers

    EXAMPLE USAGE:

    <Badge aria-hidden>Deprecated</Badge>
    <Badge aria-label="You have 2 notifications">2</Badge>

Patch Changes

  • seekJobs, seekBusiness: Update webfont url (#2044)

    Point to the www.seek.com domain instead of www.seek.com.au.

@braid-design-system/docs-ui@4.2.0

Minor Changes

  • TitleLink: Added new component for rendering linkable headings with an optional copy-to-clipboard interaction. Should be wrapped in your required typographic component. (#2034)

    EXAMPLE:

    <Heading level="2">
      <TitleLink>Getting started</TitleLink>
    </Heading>

    With copy-to-clipboard:

    <CategoryHeading component="h3">
      <TitleLink copyable>Appearance</TitleLink>
    </CategoryHeading>
  • CategoryHeading: Added new component for rendering category-style navigation headings. (#2034)

    EXAMPLE USAGE:

    <CategoryHeading component="h2">Layout</CategoryHeading>

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner May 4, 2026 00:27
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 3 times, most recently from 174ae84 to fd4f8ac Compare May 11, 2026 00:12
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 7 times, most recently from 3504fe3 to e2c5b66 Compare May 18, 2026 23:14
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 12 times, most recently from 531ff83 to 63266fa Compare May 21, 2026 23:33
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 63266fa to 78e8b95 Compare May 22, 2026 00:11
@michaeltaranto michaeltaranto merged commit c09502d into master May 22, 2026
7 checks passed
@michaeltaranto michaeltaranto deleted the changeset-release/master branch May 22, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants