Releases: sumup-oss/circuit-ui
@sumup-oss/icons@5.1.0
@sumup-oss/circuit-ui@9.1.1
@sumup-oss/circuit-ui@9.1.0
Minor Changes
-
#2780
cbc3716
Thanks @sirineJ! - Added a SkipLink component to allow skipping repetitive content for screen reader and keyboard users. -
#2237
6aafecd
Thanks @connor-baer! - Added the global style resets to the relevant components directly. This makes the components more resilient against style conflicts when used alongside other UI libraries and global styles on a page. -
#2780
cbc3716
Thanks @sirineJ! - Added a skip link in the TopNavigation and SideNavigation components to allow user to bypass navigation blocks.
Patch Changes
- #2787
543fc89
Thanks @connor-baer! - Fixed a hydration error that could occur in the CurrencyInput, Calendar, and DateInput components when no explicit locale was provided.
@sumup-oss/design-tokens@8.0.1
Patch Changes
- #2782
0a6ec4e
Thanks @connor-baer! - Updated the legacy JavaScript theme to the latest typography token values to match the modern CSS custom variables.
@sumup-oss/circuit-ui@9.0.5
Patch Changes
- #2781
2b682c1
Thanks @connor-baer! - Improved the DateInput component's calendar dialog to be placed relative to the calendar button instead of the whole field. This improves the placement when the DateInput is rendered near the center of the viewport. The defaultbottom-end
placement can be customized using the newplacement
prop.
@sumup-oss/eslint-plugin-circuit-ui@5.1.1
Patch Changes
- #2778
8785732
Thanks @connor-baer! - Removed warning when importing the stable Tooltip component.
@sumup-oss/circuit-ui@9.0.4
Patch Changes
-
#2775
1b12634
Thanks @connor-baer! - Improved the DateInput component's calendar dialog to be placed on the side with the most available space and to scroll when it overflows the viewport. -
#2775
1b12634
Thanks @connor-baer! - Stretched the DateInput component to take up the available width.
@sumup-oss/circuit-ui@9.0.3
Patch Changes
-
#2771
a7982db
Thanks @sirineJ! - Improved the accessibility of the DateInput component by restoring focus to the opening element when closing the calendar dialog. -
#2771
a7982db
Thanks @sirineJ! - Fixed unclickable previous/next month buttons on the Calendar component. -
#2772
d91ddee
Thanks @connor-baer! - Addedtype="button"
to allbutton
elements in the Calendar and DateInput components to prevent them from triggering form submissions.
@sumup-oss/circuit-ui@9.0.2
@sumup-oss/circuit-ui@9.0.1
Patch Changes
- #2765
6fdeea0
Thanks @connor-baer! - Fixed the Body's font weight when rendered as astrong
element.