diff --git a/.changeset/clean-taxes-shop.md b/.changeset/clean-taxes-shop.md deleted file mode 100644 index 0b4911589bbd..000000000000 --- a/.changeset/clean-taxes-shop.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'braid-design-system': minor ---- - ---- -updated: - - IconCompany - - IconPeople - - IconProfile ---- - -**IconCompany**, **IconPeople**, **IconProfile**: Add active property - -**EXAMPLE USAGE:** -```jsx - - - -``` diff --git a/.changeset/eight-rivers-fix.md b/.changeset/eight-rivers-fix.md deleted file mode 100644 index 3d9a808dce4c..000000000000 --- a/.changeset/eight-rivers-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'braid-design-system': patch ---- - -playroom: Rename snippets group from `Blocks` to `Sections` diff --git a/.changeset/petite-symbols-lie.md b/.changeset/petite-symbols-lie.md deleted file mode 100644 index 61ca45e627c2..000000000000 --- a/.changeset/petite-symbols-lie.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@braid-design-system/docs-ui': minor ---- - -**HeaderNavigation:** Added `onSearchClick` prop to support triggering the search interaction. - -**KeyboardShortcut:** Added new component for displaying keyboard shortcut hints. - -**EXAMPLE USAGE:** -```jsx - -``` \ No newline at end of file diff --git a/.changeset/plain-pots-see.md b/.changeset/plain-pots-see.md deleted file mode 100644 index d90d2c5d1cd0..000000000000 --- a/.changeset/plain-pots-see.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'braid-design-system': patch ---- - ---- -updated: - - Textarea ---- - -**Textarea:** Fix highlight ranges when content overflows - -Resolves an issue where long running scrolling content in a `Textarea` with `highlightRanges` could result in the highlights being misaligned due to the scrollbar. \ No newline at end of file diff --git a/.changeset/silent-socks-strive.md b/.changeset/silent-socks-strive.md deleted file mode 100644 index 79944b21c44a..000000000000 --- a/.changeset/silent-socks-strive.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'braid-design-system': minor ---- - ---- -new: - - IconImageBroken - - IconPhotoAdd ---- - -**IconImageBroken**, **IconPhotoAdd**: Added components - -**EXAMPLE USAGE:** -```jsx - - -``` \ No newline at end of file diff --git a/.changeset/smooth-breads-flow.md b/.changeset/smooth-breads-flow.md deleted file mode 100644 index 7caee1d79de1..000000000000 --- a/.changeset/smooth-breads-flow.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'braid-design-system': patch ---- - ---- -updated: - - Textarea ---- - -**Textarea:** Ensure scroll bar insets field border - -Ensure the scroll bar sits inside of the field border when content overflows. \ No newline at end of file diff --git a/.changeset/ten-donkeys-add.md b/.changeset/ten-donkeys-add.md deleted file mode 100644 index 2004bc6b63fe..000000000000 --- a/.changeset/ten-donkeys-add.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'braid-design-system': patch ---- - ---- -updated: - - TextDropdown ---- - -**TextDropdown:** Updated font-size of options to maintain consistency and accessibility \ No newline at end of file diff --git a/.changeset/thirty-chicken-occur.md b/.changeset/thirty-chicken-occur.md deleted file mode 100644 index f21436f2df09..000000000000 --- a/.changeset/thirty-chicken-occur.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'braid-design-system': patch ---- - ---- -updated: - - IconProfile - - IconPeople - - IconPersonAdd ---- - -**IconProfile**, **IconPeople**, **IconPersonAdd**: Update artwork, consistent with latest design language diff --git a/packages/braid-design-system/CHANGELOG.md b/packages/braid-design-system/CHANGELOG.md index 6bd7030056f6..bb55ddf44d10 100644 --- a/packages/braid-design-system/CHANGELOG.md +++ b/packages/braid-design-system/CHANGELOG.md @@ -1,5 +1,44 @@ # braid-design-system +## 34.1.0 + +### Minor Changes + +- **IconCompany**, **IconPeople**, **IconProfile**: Add active property ([#2024](https://github.com/seek-oss/braid-design-system/pull/2024)) + + **EXAMPLE USAGE:** + + ```jsx + + + + ``` + +- **IconImageBroken**, **IconPhotoAdd**: Added components ([#2024](https://github.com/seek-oss/braid-design-system/pull/2024)) + + **EXAMPLE USAGE:** + + ```jsx + + + ``` + +### Patch Changes + +- playroom: Rename snippets group from `Blocks` to `Sections` ([#2028](https://github.com/seek-oss/braid-design-system/pull/2028)) + +- **Textarea:** Fix highlight ranges when content overflows ([#2030](https://github.com/seek-oss/braid-design-system/pull/2030)) + + Resolves an issue where long running scrolling content in a `Textarea` with `highlightRanges` could result in the highlights being misaligned due to the scrollbar. + +- **Textarea:** Ensure scroll bar insets field border ([#2030](https://github.com/seek-oss/braid-design-system/pull/2030)) + + Ensure the scroll bar sits inside of the field border when content overflows. + +- **TextDropdown:** Updated font-size of options to maintain consistency and accessibility ([#2021](https://github.com/seek-oss/braid-design-system/pull/2021)) + +- **IconProfile**, **IconPeople**, **IconPersonAdd**: Update artwork, consistent with latest design language ([#2024](https://github.com/seek-oss/braid-design-system/pull/2024)) + ## 34.0.4 ### Patch Changes diff --git a/packages/braid-design-system/package.json b/packages/braid-design-system/package.json index 6d1f2a060a45..18c7db97fca7 100644 --- a/packages/braid-design-system/package.json +++ b/packages/braid-design-system/package.json @@ -1,6 +1,6 @@ { "name": "braid-design-system", - "version": "34.0.4", + "version": "34.1.0", "description": "Themeable design system for the SEEK Group", "homepage": "https://seek-oss.github.io/braid-design-system/", "bugs": { diff --git a/packages/docs-ui/CHANGELOG.md b/packages/docs-ui/CHANGELOG.md index 8a75bc13ab01..5cc60cc5927f 100644 --- a/packages/docs-ui/CHANGELOG.md +++ b/packages/docs-ui/CHANGELOG.md @@ -1,5 +1,19 @@ # @braid-design-system/docs-ui +## 4.1.0 + +### Minor Changes + +- **HeaderNavigation:** Added `onSearchClick` prop to support triggering the search interaction. ([#2029](https://github.com/seek-oss/braid-design-system/pull/2029)) + + **KeyboardShortcut:** Added new component for displaying keyboard shortcut hints. + + **EXAMPLE USAGE:** + + ```jsx + + ``` + ## 4.0.1 ### Patch Changes diff --git a/packages/docs-ui/package.json b/packages/docs-ui/package.json index b57f6c2952f5..05b1253bd1fd 100644 --- a/packages/docs-ui/package.json +++ b/packages/docs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@braid-design-system/docs-ui", - "version": "4.0.1", + "version": "4.1.0", "repository": { "type": "git", "url": "https://github.com/seek-oss/braid-design-system.git", diff --git a/site/src/componentUpdates.json b/site/src/componentUpdates.json index d297d03baada..daff5d98548c 100644 --- a/site/src/componentUpdates.json +++ b/site/src/componentUpdates.json @@ -5410,5 +5410,51 @@ { "version": "34.0.4", "updates": [] + }, + { + "version": "34.1.0", + "updates": [ + { + "updated": [ + "IconCompany", + "IconPeople", + "IconProfile" + ], + "summary": "**IconCompany**, **IconPeople**, **IconProfile**: Add active property\n\n**EXAMPLE USAGE:**\n```jsx\n \n \n \n```" + }, + { + "updated": [ + "Textarea" + ], + "summary": "**Textarea:** Fix highlight ranges when content overflows\n\nResolves an issue where long running scrolling content in a `Textarea` with `highlightRanges` could result in the highlights being misaligned due to the scrollbar." + }, + { + "new": [ + "IconImageBroken", + "IconPhotoAdd" + ], + "summary": "**IconImageBroken**, **IconPhotoAdd**: Added components\n\n**EXAMPLE USAGE:**\n```jsx\n \n \n```" + }, + { + "updated": [ + "Textarea" + ], + "summary": "**Textarea:** Ensure scroll bar insets field border\n\nEnsure the scroll bar sits inside of the field border when content overflows." + }, + { + "updated": [ + "TextDropdown" + ], + "summary": "**TextDropdown:** Updated font-size of options to maintain consistency and accessibility" + }, + { + "updated": [ + "IconProfile", + "IconPeople", + "IconPersonAdd" + ], + "summary": "**IconProfile**, **IconPeople**, **IconPersonAdd**: Update artwork, consistent with latest design language" + } + ] } ]