Skip to content

Releases: sumup-oss/circuit-ui

@sumup-oss/eslint-plugin-circuit-ui@6.1.0

28 Jan 19:38

Choose a tag to compare

Minor Changes

  • 881a33d Thanks @connor-baer! - Added support for replacing theme.mq.* and theme.breakpoints.* values to the prefer-custom-properties rule.

@sumup-oss/circuit-ui@10.14.5

23 Jan 16:16
270818c

Choose a tag to compare

Patch Changes

  • 4e4ecd5 Thanks @connor-baer! - Ensured that the hash suffix of CSS class names remains stable between builds.

@sumup-oss/circuit-ui@10.15.0-next.1

23 Jan 16:24
0c6635b

Choose a tag to compare

Pre-release

Patch Changes

  • 4e4ecd5 Thanks @connor-baer! - Ensured that the hash suffix of CSS class names remains stable between builds.

@sumup-oss/design-tokens@9.1.0-next.1

19 Jan 12:01
36ec1b4

Choose a tag to compare

Pre-release

Patch Changes

@sumup-oss/stylelint-plugin-circuit-ui@4.2.0-next.0

16 Jan 10:31
7a93dfa

Choose a tag to compare

Patch Changes

@sumup-oss/eslint-plugin-circuit-ui@7.2.0-next.0

16 Jan 10:31
7a93dfa

Choose a tag to compare

Patch Changes

@sumup-oss/design-tokens@9.1.0-next.0

16 Jan 10:31
7a93dfa

Choose a tag to compare

Pre-release

Minor Changes

  • #3400 8af405a Thanks @connor-baer! - Refreshed the color palette for SumUp's new brand design.

  • #3425 95858c3 Thanks @connor-baer! - Replaced Inter with NaN Holo as the default font family.

  • #3425 95858c3 Thanks @connor-baer! - Added a new --cui-font-family-display token for headlines and other display text.

  • #3424 472a334 Thanks @connor-baer! - Updated the small border radii to be rounder. --cui-border-radius-bit has increased from 4px to 6px and --cui-border-radius-byte has increased from 8px to 9px.

@sumup-oss/circuit-ui@10.15.0-next.0

16 Jan 10:31
7a93dfa

Choose a tag to compare

Pre-release

Minor Changes

  • #3424 472a334 Thanks @connor-baer! - Increased the border radius of all input components (Input and its variations, Textarea, Select, CheckboxGroup, RadioButtonGroup, and Selector).

  • #3424 472a334 Thanks @connor-baer! - Updated the design of the NotificationInline and NotificationToast components, replacing the colored border with a lightly colored background.

  • #3425 95858c3 Thanks @connor-baer! - Replaced Inter with NaN Holo as the default font family.

  • #3424 472a334 Thanks @connor-baer! - Increased the border radius of medium-sized Buttons from byte (8px) to kilo (12px).

Patch Changes

@sumup-oss/eslint-plugin-circuit-ui@7.1.0

15 Jan 20:48
0ab1025

Choose a tag to compare

Minor Changes

  • #3428 a830b7e Thanks @connor-baer! - Added support for replacing theme.mq.* and theme.breakpoints.* values to the prefer-custom-properties rule.

@sumup-oss/circuit-ui@10.14.4

15 Jan 20:48
0ab1025

Choose a tag to compare

Patch Changes

  • #3430 2af155b Thanks @connor-baer! - Fixed showing the NotificationToast component on top of dialog-based components such as the Modal, SidePanel, and Popover by rendering toasts in the top layer in browsers that support it.

  • #3429 58aa6dd Thanks @connor-baer! - Fixed floating elements such as the Popover, ToggleTip, and Tooltip to update their position when ancestor scroll containers are scrolled.

  • #3422 1614cb0 Thanks @jandriescher! - Fixed the content overflow in the useCollapsible hook in order to prevent residual space in the parent element after collapsing.