Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1682

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Version Packages #1682

wants to merge 1 commit into from

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Jan 12, 2025

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

[email protected]

Minor Changes

  • theme: Expose web fonts href on runtime tokens (#1685)

    Extend the webFonts runtime token to include the href property containing the web font URL.
    This enables custom handling of web fonts beyond injecting the pre-constructed link tag(s).

    EXAMPLE USAGE:

    import seekJobs from 'braid-design-system/themes/seekJobs';
    
    const webFontHrefs = seekJobs.webFonts.map(({ href }) => href);
    
    // => [ "https://www.seek.com.au/static/shared-web/seeksans.css" ]

Patch Changes

  • AccordionItem: Fix issue that caused data props to be incorrectly parsed. (#1680)

  • MenuRenderer, OverflowMenu: Ensure the menu has a maximum height. (#1679)

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner January 12, 2025 22:54
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 7 times, most recently from 2c4617a to 7a3a1e9 Compare January 17, 2025 03:42
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 7a3a1e9 to 707cbf1 Compare January 17, 2025 04:01
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.

1 participant