Skip to content

Releases: sumup-oss/circuit-ui

@sumup-oss/[email protected]

30 Jan 10:08
806c070
Compare
Choose a tag to compare

Patch Changes

  • c040aab Thanks @connor-baer! - Fixed rendering of a dynamic number of RadioButtonGroup options.

@sumup-oss/[email protected]

30 Jan 09:34
4c9a39b
Compare
Choose a tag to compare

Patch Changes

  • c358658 Thanks @connor-baer! - Fixed a conditional hook call error when violating accessibility requirements.

@sumup-oss/[email protected]

30 Jan 08:18
bd0a99b
Compare
Choose a tag to compare

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]

29 Jan 21:49
3506775
Compare
Choose a tag to compare

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]

24 Jan 19:18
e777677
Compare
Choose a tag to compare

Minor Changes

@sumup-oss/[email protected]

24 Jan 19:17
e777677
Compare
Choose a tag to compare

Minor Changes

@sumup-oss/[email protected]

22 Jan 16:57
e0000a1
Compare
Choose a tag to compare

Minor Changes

@sumup-oss/[email protected]

22 Jan 16:57
e0000a1
Compare
Choose a tag to compare

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]

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.