diff --git a/.changeset/little-pans-join.md b/.changeset/little-pans-join.md deleted file mode 100644 index 56c848f1dbb..00000000000 --- a/.changeset/little-pans-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'braid-design-system': patch ---- - -Update Capsize dependencies diff --git a/.changeset/moody-readers-fly.md b/.changeset/moody-readers-fly.md deleted file mode 100644 index a6725f400a0..00000000000 --- a/.changeset/moody-readers-fly.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'braid-design-system': minor ---- - ---- -updated: - - IconCritical - - IconLanguage ---- - -Update semantic icon assets. - -`IconCritical`: Move from circle to diamond outline. Increase the visual distinction from `IconInfo`. -`IconLanguage`: Move from globe to characters. Better represents the concept of language. Previous asset available as `IconGlobe`. - - -**MIGRATION GUIDE** - -As the above are updates to semantics icons, consumers are unaffected if their usage follows the icon's semantic intent. -For those choosing the icon based on its visual appearance, please review the usage and consider decoupling from the semantic system icon for safer upgrades. diff --git a/.changeset/old-schools-chew.md b/.changeset/old-schools-chew.md deleted file mode 100644 index b450260e4de..00000000000 --- a/.changeset/old-schools-chew.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'braid-design-system': minor ---- - ---- -new: - - IconAI - - IconCareer - - IconCategory - - IconExperience - - IconGift - - IconGlobe - - IconRocket - - IconSentiment - - IconSkills ---- - -Add new icons to the library diff --git a/packages/braid-design-system/CHANGELOG.md b/packages/braid-design-system/CHANGELOG.md index 2ceafef4754..88e9803d18e 100644 --- a/packages/braid-design-system/CHANGELOG.md +++ b/packages/braid-design-system/CHANGELOG.md @@ -1,5 +1,25 @@ # braid-design-system +## 32.17.0 + +### Minor Changes + +- Update semantic icon assets. ([#1481](https://github.com/seek-oss/braid-design-system/pull/1481)) + + `IconCritical`: Move from circle to diamond outline. Increase the visual distinction from `IconInfo`. + `IconLanguage`: Move from globe to characters. Better represents the concept of language. Previous asset available as `IconGlobe`. + + **MIGRATION GUIDE** + + As the above are updates to semantics icons, consumers are unaffected if their usage follows the icon's semantic intent. + For those choosing the icon based on its visual appearance, please review the usage and consider decoupling from the semantic system icon for safer upgrades. + +- Add new icons to the library ([#1481](https://github.com/seek-oss/braid-design-system/pull/1481)) + +### Patch Changes + +- Update Capsize dependencies ([#1477](https://github.com/seek-oss/braid-design-system/pull/1477)) + ## 32.16.3 ### Patch Changes diff --git a/packages/braid-design-system/package.json b/packages/braid-design-system/package.json index 9d80727ba2b..fab62c6505c 100644 --- a/packages/braid-design-system/package.json +++ b/packages/braid-design-system/package.json @@ -1,6 +1,6 @@ { "name": "braid-design-system", - "version": "32.16.3", + "version": "32.17.0", "description": "Themeable design system for the SEEK Group", "homepage": "https://seek-oss.github.io/braid-design-system/", "bugs": { diff --git a/site/src/componentUpdates.json b/site/src/componentUpdates.json index 9d9e0f9287c..b68d4290c20 100644 --- a/site/src/componentUpdates.json +++ b/site/src/componentUpdates.json @@ -3756,5 +3756,31 @@ "summary": "**Checkbox:** Improve tri-state handling\n\nFixes a bug in [tri-state] `Checkbox` where transitioning from `mixed` to `checked` could result in the visual presentation being out of sync with the desired state.\n\n[tri-state]: https://seek-oss.github.io/braid-design-system/components/Checkbox#tri-state-support" } ] + }, + { + "version": "32.17.0", + "updates": [ + { + "updated": [ + "IconCritical", + "IconLanguage" + ], + "summary": "Update semantic icon assets.\n\n`IconCritical`: Move from circle to diamond outline. Increase the visual distinction from `IconInfo`.\n`IconLanguage`: Move from globe to characters. Better represents the concept of language. Previous asset available as `IconGlobe`.\n\n\n**MIGRATION GUIDE**\n\nAs the above are updates to semantics icons, consumers are unaffected if their usage follows the icon's semantic intent.\nFor those choosing the icon based on its visual appearance, please review the usage and consider decoupling from the semantic system icon for safer upgrades." + }, + { + "new": [ + "IconAI", + "IconCareer", + "IconCategory", + "IconExperience", + "IconGift", + "IconGlobe", + "IconRocket", + "IconSentiment", + "IconSkills" + ], + "summary": "Add new icons to the library" + } + ] } ]