Skip to content

Releases: sumup-oss/circuit-ui

@sumup-oss/icons@6.4.0

13 May 15:06
Immutable release. Only release title and notes can be modified.
cbf6612

Choose a tag to compare

Minor Changes

@sumup-oss/icons@6.3.0

11 May 15:36
Immutable release. Only release title and notes can be modified.
0cdb916

Choose a tag to compare

Minor Changes

@sumup-oss/icons@5.25.0

11 May 15:30
Immutable release. Only release title and notes can be modified.
5843c93

Choose a tag to compare

Minor Changes

@sumup-oss/design-tokens@10.0.2

07 May 14:42
1410d20

Choose a tag to compare

Patch Changes

  • #3603 bc5c2e3 Thanks @connor-baer! - Lightened the --cui-bg-normal-disabled color to reduce the visual prominence of disabled elements.

@sumup-oss/circuit-ui@11.2.1

07 May 14:42
1410d20

Choose a tag to compare

Patch Changes

@sumup-oss/icons@6.2.0

06 May 07:50
ed13dbb

Choose a tag to compare

Minor Changes

  • #3596 f43db0b Thanks @sirineJ! - Revert status icons (alert, confirm, help, notify, refunded) to a filled version to improve affordance clarity.

  • #3598 0a169d8 Thanks @connor-baer! - Added the flag of Catalonia. Load it using the Flag component or the getIconURL() helper:

    import { Flag } from '@sumup-oss/circuit-ui';
    import { getIconURL } from '@sumup-oss/icons';
    
    <Flag countryCode="ES-CT" />
    <img src={getIconURL("flag_es-ct")} alt="Catalonia" />

@sumup-oss/design-tokens@10.0.1

06 May 13:28
56bc9db

Choose a tag to compare

Patch Changes

@sumup-oss/circuit-ui@11.2.0

06 May 07:50
ed13dbb

Choose a tag to compare

Minor Changes

  • #3598 0a169d8 Thanks @connor-baer! - Added the flag of Catalonia. Load it using the Flag component or the getIconURL() helper:

    import { Flag } from '@sumup-oss/circuit-ui';
    import { getIconURL } from '@sumup-oss/icons';
    
    <Flag countryCode="ES-CT" />
    <img src={getIconURL("flag_es-ct")} alt="Catalonia" />

@sumup-oss/icons@6.1.0

04 May 17:08
e5a9a07

Choose a tag to compare

Minor Changes

  • #3594 fa2b5ac Thanks @connor-baer! - Deprecated the SumUpLogo and SumUpLogomark icons in favor of the new SumUpLogo component and updated them to match the latest brand guidelines.

@sumup-oss/circuit-ui@11.1.0

04 May 17:08
e5a9a07

Choose a tag to compare

Minor Changes

  • #3594 fa2b5ac Thanks @connor-baer! - Added the SumUpLogo component to display SumUp's logo in full or short variations.