Releases: sumup-oss/circuit-ui
@sumup-oss/[email protected]
Patch Changes
c040aab
Thanks @connor-baer! - Fixed rendering of a dynamic number of RadioButtonGroup options.
@sumup-oss/[email protected]
Patch Changes
c358658
Thanks @connor-baer! - Fixed a conditional hook call error when violating accessibility requirements.
@sumup-oss/[email protected]
Patch Changes
-
9bfdb77
Thanks @connor-baer! - Added a fallback for the Display component's letter spacing to ensure compatibility with older versions of the design tokens package. -
f9da07e
Thanks @connor-baer! - Fixed bundling of the new@sumup-oss/circuit-ui/internal
entrypoint.
@sumup-oss/[email protected]
Minor Changes
-
#2913
335eff1
Thanks @connor-baer! - Exported the component styles without the global style reset under@sumup-oss/circuit-ui/experimental/styles.css
. The global style reset will be removed in the next major release. -
#2681
763c194
Thanks @connor-baer! - Added a new CarouselPagination component. Use it to display larger amounts of content in limited spaces by dividing it into multiple pieces to be discoverd by the users through interaction. -
#2917
3f002ad
Thanks @connor-baer! - Exported the CheckboxInput and RadioButtonInput components. These internal, low-level components are intended for advanced use cases that aren't covered by the regular, feature-complete Checkbox, CheckboxGroup, and RadioButtonGroup components. -
#2917
3f002ad
Thanks @connor-baer! - Increased the tap target area of the Checkbox and RadioButton components.
@sumup-oss/[email protected]
Minor Changes
- #2909
8f9df8d
Thanks @connor-baer! - Added the--cui-letter-spacing-tight
token. Use it for very large typography.
@sumup-oss/[email protected]
Minor Changes
- #2909
8f9df8d
Thanks @connor-baer! - Applied tighter letter spacing to the Display component.
@sumup-oss/[email protected]
Minor Changes
- #2873
f7e1557
Thanks @connor-baer! - Updated the--cui-fg-placeholder-*
color tokens to meet contrast requirements.
@sumup-oss/[email protected]
Patch Changes
- #2908
2b0d27c
Thanks @connor-baer! - Removed the Input component's red or yellow placeholder color when invalid or with a warning. Previously, the placeholder text could be confused for a user entered value.
@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.