Skip to content

@sumup/circuit-ui@6.9.0

Compare
Choose a tag to compare
@connor-baer connor-baer released this 22 May 16:22
· 589 commits to main since this release
503d6e5

Minor Changes

  • #2105 9aabce8d Thanks @connor-baer! - Added support for the CheckboxGroup, RadioButtonGroup and SelectorGroup components to be used as uncontrolled inputs using the new defaultValue prop.

  • #2105 9aabce8d Thanks @connor-baer! - Deprecated the RadioButton component. Use the RadioButtonGroup component instead.

  • #2105 9aabce8d Thanks @connor-baer! - Deprecated the Selector component. Use the SelectorGroup component instead.

  • #1851 0e3bdd53 Thanks @tranhoangan22! - Added the CheckboxGroup component. The options prop specifies how the Checkboxes are rendered. Each option in the options prop must have a value key and a label key. The value prop indicates which Checkboxes are checked by default. The validationHint for the individual Checkboxes are disallowed in favor of a single validationHint for the CheckboxGroup.

  • #2105 9aabce8d Thanks @connor-baer! - Added support for the required and optionalLabel props to the SelectorGroup component.

Patch Changes

  • #2123 22184900 Thanks @connor-baer! - Reduced the breakpoint for the expanded SideNavigation on wide viewpoints to account for scroll bars.

  • #2115 5f955ce5 Thanks @pdrmdrs! - Fixed the styles of a checked and disabled Checkbox.

  • #2113 2bea43ff Thanks @robinmetral! - Marked Popover dividers as presentational to ensure that the right number of items is announced by screen readers.

  • #2121 eb445e65 Thanks @connor-baer! - Don't crop content overflow when the useCollapsible hook is expanded.