Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent e8eddf8 commit 5f391d6
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 36 deletions.
10 changes: 0 additions & 10 deletions .changeset/fair-horses-sneeze.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/fast-hounds-kick.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/four-cobras-suffer.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/braid-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# braid-design-system

## 33.2.1

### Patch Changes

- **MenuRenderer**: Ensure menu is visible, even when its trigger element is inside a container with overflow hidden. ([#1658](https://github.com/seek-oss/braid-design-system/pull/1658))

- **MenuRenderer, OverflowMenu:** Provide improved scroll affordance ([#1661](https://github.com/seek-oss/braid-design-system/pull/1661))

Introduce scroll affordance to menus, providing a visual cue that there are more items overflowing vertically.

- **OverflowMenu**: Simplify internal layout. ([#1658](https://github.com/seek-oss/braid-design-system/pull/1658))

Refactor the internal layout of `OverflowMenu` to improve the alignment of the menu with the button.

## 33.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braid-design-system",
"version": "33.2.0",
"version": "33.2.1",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
24 changes: 24 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4583,5 +4583,29 @@
"summary": "**Autosuggest**: Ensure content is left aligned\n\nApplies left alignment to `Autosuggest` dropdown content to ensure consistent alignment, even when inside centered layout containers."
}
]
},
{
"version": "33.2.1",
"updates": [
{
"updated": [
"MenuRenderer"
],
"summary": "**MenuRenderer**: Ensure menu is visible, even when its trigger element is inside a container with overflow hidden."
},
{
"updated": [
"MenuRenderer",
"OverflowMenu"
],
"summary": "**MenuRenderer, OverflowMenu:** Provide improved scroll affordance\n\nIntroduce scroll affordance to menus, providing a visual cue that there are more items overflowing vertically."
},
{
"updated": [
"OverflowMenu"
],
"summary": "**OverflowMenu**: Simplify internal layout.\n\nRefactor the internal layout of `OverflowMenu` to improve the alignment of the menu with the button."
}
]
}
]

0 comments on commit 5f391d6

Please sign in to comment.