Skip to content

Releases: sumup-oss/circuit-ui

@sumup-oss/[email protected]

16 Jan 10:28
43a6a60
Compare
Choose a tag to compare

Minor Changes

@sumup-oss/[email protected]

16 Jan 10:28
43a6a60
Compare
Choose a tag to compare

Minor Changes

  • #2822 8fe9315 Thanks @connor-baer! - Added an experimental Timestamp component to display a human-readable date time to users.

@sumup-oss/[email protected]

14 Jan 13:52
b16fe59
Compare
Choose a tag to compare

Patch Changes

@sumup-oss/[email protected]

06 Jan 14:01
11753e9
Compare
Choose a tag to compare

Minor Changes

  • #2836 0f4c967 Thanks @matoous! - Added a new icon for Japanese flag with correct country code flag_jp. Deprecated the old flag_ja icon.

@sumup-oss/[email protected]

06 Jan 14:01
11753e9
Compare
Choose a tag to compare

Minor Changes

  • #2832 7a292c7 Thanks @connor-baer! - Deprecated the Calendar component's calendar prop since support for the gregory calendar system wasn't fully tested and is partially broken. Use the default iso8601 calendar system instead. The prop will be removed in the next major version.

Patch Changes

  • #2832 7a292c7 Thanks @connor-baer! - Fixed the display order of the Calendar component's month headline on Node 22.12 and above.

@sumup-oss/[email protected]

11 Dec 16:09
6b543a5
Compare
Choose a tag to compare

Patch Changes

@sumup-oss/[email protected]

11 Dec 10:34
c7c36c2
Compare
Choose a tag to compare

Patch Changes

  • #2824 630667d Thanks @sirineJ! - Fixed the spacing of the Carousel component's buttons.

  • #2825 e036aff Thanks @connor-baer! - Removed the default attribute that was accidentally added to components with default translations.

@sumup-oss/[email protected]

04 Dec 12:49
6e5cbe1
Compare
Choose a tag to compare

Minor Changes

  • #2786 97f8145 Thanks @connor-baer! - Added default translations for labels that don't change with the usage of the component. Translations are included for all locales where SumUp operates, namely bg-BG, cs-CZ, da-DK, de-AT, de-CH, de-DE, de-LU, el-CY, el-GR, en-AU, en-GB, en-IE, en-MT, en-US, es-CL, es-CO, es-ES, es-MX, es-PE, es-US, et-EE, fi-FI, fr-BE, fr-CH, fr-FR, fr-LU, hr-HR, hu-HU, it-CH, it-IT, lt-LT, lv-LV, nb-NO, nl-BE, nl-NL, pl-PL, pt-BR, pt-PT, ro-RO, sk-SK, sl-SI, and sv-SE. The current locale is determined based on the locale prop or the navigator.language API in environments that support it. If no supported locale is found, en-US is used as a fallback.

    The following component props are now optional:

    • Button, IconButton: loadingLabel
    • Calendar: prevMonthButtonLabel, nextMonthButtonLabel
    • DateInput: yearInputLabel, monthInputLabel, dayInputLabel, openCalendarButtonLabel, closeCalendarButtonLabel, applyDateButtonLabel, clearDateButtonLabel
    • Toggletip: closeButtonLabel

    We'll add default translations to more components in the future.

@sumup-oss/[email protected]

04 Dec 12:26
fcdd8bf
Compare
Choose a tag to compare

Patch Changes

  • #2818 9a16c82 Thanks @connor-baer! - Increased the SidePanel component's root z-index value to ensure nested, absolutely-positioned components stack properly.

@sumup-oss/[email protected]

03 Dec 09:44
435933b
Compare
Choose a tag to compare

Minor Changes

  • #2794 604c012 Thanks @connor-baer! - Added support for typing and pasting 3-character hex code into the ColorInput component.

  • #2794 604c012 Thanks @connor-baer! - Improved parsing of the PhoneNumberInput component's value and defaultValue props.

Patch Changes

  • #2791 0bf387e Thanks @connor-baer! - Fixed passing a custom className to the outermost element of the Select component.