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 Sep 16, 2024
1 parent 9c327db commit 37fa323
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 24 deletions.
13 changes: 0 additions & 13 deletions .changeset/forty-coins-wait.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/smart-needles-cross.md

This file was deleted.

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

## 32.24.0

### Minor Changes

- **Autosuggest**: Optimise automatic scrolling to selected suggestion by using native browser methods. ([#1571](https://github.com/seek-oss/braid-design-system/pull/1571))

### Patch Changes

- **Autosuggest**: Improve handling of `suggestionHighlight` prop when set to `remaining` ([#1572](https://github.com/seek-oss/braid-design-system/pull/1572))

Fixes a bug in `Autosuggest` when using `suggestionHighlight` prop set to `remaining`.
If the input contained multiple words, the highlighted portion would be appended to the end of matching suggestions.

## 32.23.1

### Patch 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": "32.23.1",
"version": "32.24.0",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
17 changes: 17 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4112,5 +4112,22 @@
"summary": "Standardise `disabled` & `critical` state across form fields\n\nImproves the consistency of form fields when combining both `disabled` and `critical` tone, which includes:\n- Hiding `critical` borders\n- Hiding `message` and not reserving space for it unless explicitly providing the `reserveMessageSpace` prop."
}
]
},
{
"version": "32.24.0",
"updates": [
{
"updated": [
"Autosuggest"
],
"summary": "**Autosuggest**: Improve handling of `suggestionHighlight` prop when set to `remaining`\n\nFixes a bug in `Autosuggest` when using `suggestionHighlight` prop set to `remaining`.\nIf the input contained multiple words, the highlighted portion would be appended to the end of matching suggestions."
},
{
"updated": [
"Autosuggest"
],
"summary": "**Autosuggest**: Optimise automatic scrolling to selected suggestion by using native browser methods."
}
]
}
]

0 comments on commit 37fa323

Please sign in to comment.