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 #1643

Merged
merged 1 commit into from
Nov 25, 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
19 changes: 0 additions & 19 deletions .changeset/gentle-rivers-perform.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/lemon-fishes-enjoy.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/wild-moose-switch.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/yellow-frogs-wait.md

This file was deleted.

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

## 33.2.0

### Minor Changes

- Add new icons to the library ([#1655](https://github.com/seek-oss/braid-design-system/pull/1655))
- `IconCoverLetter`
- `IconChecklist`
- `IconDisallow`
- `IconBluetooth`
- `IconQR`

### Patch Changes

- Update the following icon assets: ([#1655](https://github.com/seek-oss/braid-design-system/pull/1655))
- `IconNote`
- `IconResume`
- `IconDocument`
- `IconDocumentBroken`
- `IconHeart`
- **Button, ButtonLink:** Ensure label is vertically centered ([#1656](https://github.com/seek-oss/braid-design-system/pull/1656))

Fixes a bug where a `ButtonLink` label would not be vertically centered inside containers that stretch elements to fill the available space, such as `Tiles`.
While the issue did not affect `Button`, the fix was applied to both components to ensure there is no reliance on browser default styling.

- **Autosuggest**: Ensure content is left aligned ([#1642](https://github.com/seek-oss/braid-design-system/pull/1642))

Applies left alignment to `Autosuggest` dropdown content to ensure consistent alignment, even when inside centered layout containers.

## 33.1.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.1.0",
"version": "33.2.0",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
38 changes: 38 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4545,5 +4545,43 @@
"summary": "**Disclosure:** Add `size` support\n\nIntroduce the `size` prop to the `Disclosure` component, providing the same options as the `Text` component.\n\n**EXAMPLE USAGE:**\n```jsx\n<Disclosure\n size=\"small\"\n>\n ...\n</Disclosure>\n```"
}
]
},
{
"version": "33.2.0",
"updates": [
{
"updated": [
"IconNote",
"IconResume",
"IconDocument",
"IconDocumentBroken",
"IconHeart"
],
"summary": "Update the following icon assets:\n - `IconNote`\n - `IconResume`\n - `IconDocument`\n - `IconDocumentBroken`\n - `IconHeart`"
},
{
"updated": [
"Button",
"ButtonLink"
],
"summary": "**Button, ButtonLink:** Ensure label is vertically centered\n\nFixes a bug where a `ButtonLink` label would not be vertically centered inside containers that stretch elements to fill the available space, such as `Tiles`.\nWhile the issue did not affect `Button`, the fix was applied to both components to ensure there is no reliance on browser default styling."
},
{
"new": [
"IconCoverLetter",
"IconChecklist",
"IconDisallow",
"IconBluetooth",
"IconQR"
],
"summary": "Add new icons to the library\n - `IconCoverLetter`\n - `IconChecklist`\n - `IconDisallow`\n - `IconBluetooth`\n - `IconQR`"
},
{
"updated": [
"Autosuggest"
],
"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."
}
]
}
]