Releases: sumup-oss/circuit-ui
@sumup-oss/[email protected]
@sumup-oss/[email protected]
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]
Patch Changes
- #2856
36f6217
Thanks @connor-baer! - Updated the Calendar icon to the latest design.
@sumup-oss/[email protected]
@sumup-oss/[email protected]
Minor Changes
- #2832
7a292c7
Thanks @connor-baer! - Deprecated the Calendar component'scalendar
prop since support for thegregory
calendar system wasn't fully tested and is partially broken. Use the defaultiso8601
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]
Patch Changes
- #2827
dc6aa83
Thanks @connor-baer! - Fixed a regression that breaks Jest and Vitest tests when matching elements using the:focus-visible
selector.
@sumup-oss/[email protected]
@sumup-oss/[email protected]
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, namelybg-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
, andsv-SE
. The current locale is determined based on thelocale
prop or thenavigator.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.
- Button, IconButton:
@sumup-oss/[email protected]
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]
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'svalue
anddefaultValue
props.
Patch Changes
- #2791
0bf387e
Thanks @connor-baer! - Fixed passing a customclassName
to the outermost element of the Select component.