Skip to content

Releases: seek-oss/braid-design-system

braid-design-system@32.16.0

02 Feb 03:14
354eefc
Compare
Choose a tag to compare

Minor Changes

  • IconSocialX: Add new icon (#1438)

    Add the new IconSocialX component to the suite of social icons, enabling teams to migrate across from IconSocialTwitter which has now been marked as deprecated.

    EXAMPLE USAGE:

    <IconSocialX />

    MIGRATION GUIDE:
    Teams should migrate from IconSocialTwitter to IconSocialX at their earliest convenience. The IconSocialTwitter component will be removed in a future release.

    -<IconSocialTwitter />
    +<IconSocialX />
  • IconSort: Add new icon (#1438)

    EXAMPLE USAGE:

    <IconSort />

Patch Changes

  • Icons: Update social icons (#1438)

    Update the suite of social icons to be more uniformly sized alongside each other as well as updating the Medium icon to reflect the latest branding.

  • IconMoney: Update artwork to be currency agnostic (#1438)

braid-design-system@32.15.1

24 Jan 23:44
411def6
Compare
Choose a tag to compare

Patch Changes

  • Update react-focus-lock to avoid build warnings in Rollup and Vite (#1433)

braid-design-system@32.15.0

24 Jan 00:48
ef2d2d0
Compare
Choose a tag to compare

Minor Changes

  • Rating: Add weight support (#1430)

    Provide a weight prop to customise the weight of the text rating alongside the stars.

    EXAMPLE USAGE:

    <Rating rating={3} weight="strong" />

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

24 Jan 23:44
411def6
Compare
Choose a tag to compare

Minor Changes

  • Add optional logoHref prop to HeaderNavigation, which allows you to customise the route when clicking the Logo. (#1435)

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

24 Jan 00:48
ef2d2d0
Compare
Choose a tag to compare

Minor Changes

  • Add HeaderNavigation component, used for showing site Logo, theme picker, and displaying the MenuButton component on smaller screens. (#1429)

braid-design-system@32.14.4

16 Jan 05:07
585e4c9
Compare
Choose a tag to compare

Patch Changes

  • Inline Vanilla Extract styles imported from Capsize (#1423)

braid-design-system@32.14.3

16 Jan 03:04
c63374d
Compare
Choose a tag to compare

Patch Changes

  • Autosuggest: Fix aria-label and aria-labelledby features (#1420)

    Fixes an issue where the aria-label and aria-labelledby props provided by a consumer were being overidden internally by the Autosuggest component.

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

20 Dec 23:25
89e2990
Compare
Choose a tag to compare

Minor Changes

  • Add SideNavigationSection component used to create groups of links in the side bar. (#1415)

braid-design-system@32.14.2

11 Dec 04:04
25c4fda
Compare
Choose a tag to compare

Patch Changes

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

11 Dec 04:03
25c4fda
Compare
Choose a tag to compare

Minor Changes

  • Add MenuButton component used to show and hide the navigation sidebar on mobile devices. (#1409)

Patch Changes