Skip to content

Commit a7162e3

Browse files
committed
Update changelog
1 parent c98538d commit a7162e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Updated the default configuration for typography. If you want to keep the old typographic scale (font-sizes and line-heights), you can re-instate the old configuration.
2323
- Default visual appearance of Atoms/Dropdown component has been updated. If you were already overriding this, you may see no difference
2424
- Bitstyles can no longer be imported using Sass’s `@import` statements — you’ll need to either switch to using `@use` statements, or use bitstyles v5.0.1.
25+
- Renames the `.o-ui-group` component to `.o-joined-ui`, and removes the need for extra child classes on your elements. You’ll need to replace all instances of `.o-ui-group` with `o-joined-ui`, and remove all instances of `.o-ui-group__item`, `.o-ui-group__first`, and `.o-ui-group__last`. Any instances of `u-border-radius-0` classes on these components must also be removed, as this is now handled in pure CSS.
2526

2627
### Added
2728

0 commit comments

Comments
 (0)