Skip to content

Releases: sumup-oss/circuit-ui

@sumup/circuit-ui@8.8.2

21 May 14:52
a93ae74
Compare
Choose a tag to compare

Patch Changes

  • #2516 d3ce6bf Thanks @connor-baer! - Fixed the size of the main content while the SidePanel's onClose callback is pending.

@sumup/circuit-ui@8.8.1

17 May 18:03
01e1544
Compare
Choose a tag to compare

Patch Changes

  • #2514 8217e7b Thanks @connor-baer! - Fixed the positioning of the Calender component's month navigation buttons.

  • #2514 8217e7b Thanks @connor-baer! - Deprecated the RangePickerController component. Use the experimental Calendar component instead.

@sumup/circuit-ui@8.8.0

15 May 15:27
cc8fc91
Compare
Choose a tag to compare

Minor Changes

  • #2494 3d3ae20 Thanks @connor-baer! - Added an experimental Calendar component that displays a monthly date grid. This is a low-level component for advanced use cases; new DateInput and DateRangeInput components are in development.

  • #2511 3e98f16 Thanks @connor-baer! - Added a new useMedia hook to track the state of a media query.

  • #2494 3d3ae20 Thanks @connor-baer! - Added a new useSwipe hook to detect swipe gestures on touch screen devices.

  • #2499 def7f98 Thanks @connor-baer! - Added support for the SidePanel's onClose prop to be asynchronous. The SidePanel is closed after the onClose callback resolves and is prevented from closing if the callback rejects.

@sumup/icons@3.7.0

07 May 14:41
7e341b3
Compare
Choose a tag to compare

Minor Changes

@sumup/circuit-ui@8.7.0

07 May 14:41
7e341b3
Compare
Choose a tag to compare

Minor Changes

  • #2491 35ee26a Thanks @Burtchen! - Renamed the Table's initialSortedRow prop to initialSortedColumn to better express its purpose. The initialSortedRow is deprecated and will be removed in the next major release.
  • #2508 5e90c53 Thanks @connor-baer! Reverted the overflow behaviour of long Button labels. Text that would previously be truncated to a single line with a trailing ellipsis once again wraps to multiple lines, as it did before v8.

@sumup/circuit-ui@8.6.2

08 Apr 13:48
f2d891e
Compare
Choose a tag to compare

Patch Changes

  • #2489 c97a10a Thanks @connor-baer! - Reverted usage of the experimental Tooltip component in the IconButton, Pagination, and Table components. Testing the change in applications surfaced too many edge cases and conflicts. The changes will be re-applied in the next major release.

@sumup/circuit-ui@8.6.1

08 Apr 09:43
de7dfda
Compare
Choose a tag to compare

Patch Changes

  • #2486 54dbfd2 Thanks @connor-baer! - Switched to using an option's value instead of its label as the React key in the CheckboxGroup, RadioButtonGroup and SelectorGroup components.

@sumup/circuit-ui@8.6.0

04 Apr 13:31
64b0e5e
Compare
Choose a tag to compare

Minor Changes

Important

This version adds two new dependencies to Circuit UI: @nanostores/react and nanostores. Both packages use the ES Module format and might need to be transpiled (e.g. for Jest).

  • 2d69309 Thanks @connor-baer! - Added experimental Tooltip and Toggletip components to display additional information that is contextual, helpful, and nonessential to clarify the purpose of otherwise ambiguous elements.

  • 2d69309 Thanks @connor-baer! - Extended the function signature of the useClickOutside hook to accept an array of refs as its first argument.

  • #2481 43951d0 Thanks @connor-baer! - Added support for passing custom components to the links prop of the TopNavigation component and deprecated the user and profileMenu props.

@sumup/circuit-ui@8.6.0-canary.1

04 Apr 12:36
25f7c16
Compare
Choose a tag to compare
Pre-release

Patch Changes

@sumup/circuit-ui@8.5.4

03 Apr 15:44
9039656
Compare
Choose a tag to compare

Patch Changes