Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1662

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
}
]
}
]
Loading