diff --git a/.changeset/curvy-ducks-study.md b/.changeset/curvy-ducks-study.md index 30ba4dd4d1..7ba7d06503 100644 --- a/.changeset/curvy-ducks-study.md +++ b/.changeset/curvy-ducks-study.md @@ -1,5 +1,5 @@ --- -"@rhds/elements": patch +"@rhds/elements": major --- -``: removed `RhTabs.isTab()` and `RhTabs.isPanel()` static class methods +``: removed deprecated `RhTabs.isTab()` and `RhTabs.isPanel()` static class methods. diff --git a/.changeset/eleven-ligers-share.md b/.changeset/eleven-ligers-share.md index 431b0ca8c4..476eecdb34 100644 --- a/.changeset/eleven-ligers-share.md +++ b/.changeset/eleven-ligers-share.md @@ -1,5 +1,5 @@ --- -"@rhds/elements": minor +"@rhds/elements": patch --- ``: Corrected application of grid layout to slotted elements. diff --git a/.changeset/good-planets-yell.md b/.changeset/good-planets-yell.md index 71f3db1b00..90e6a14095 100644 --- a/.changeset/good-planets-yell.md +++ b/.changeset/good-planets-yell.md @@ -1,5 +1,5 @@ --- -"@rhds/elements": minor +"@rhds/elements": patch --- -``: Changed focus states to mimic hover states + an additonal outline. +``: Changed focus states to mimic hover states + an additional outline. diff --git a/.changeset/metal-snakes-wave.md b/.changeset/metal-snakes-wave.md index 469a6ecf4a..7f35e87e64 100644 --- a/.changeset/metal-snakes-wave.md +++ b/.changeset/metal-snakes-wave.md @@ -4,9 +4,7 @@ ✨ Added ``. -A breadcrumb navigation is a secondary navigation element consisting of a list -of links to the parent pages of the current page in hierarchical order. It -helps users find their place within a website or web application. +A breadcrumb navigation is a secondary navigation element consisting of a list of links to the parent pages of the current page in hierarchical order. It helps users find their place within a website or web application. ```html diff --git a/.changeset/mighty-vans-dress.md b/.changeset/mighty-vans-dress.md index 9a9e3861fa..af6009be42 100644 --- a/.changeset/mighty-vans-dress.md +++ b/.changeset/mighty-vans-dress.md @@ -1,4 +1,21 @@ --- "@rhds/elements": major --- + ``: Removed previously-deprecated `color-palette` attribute + +Use themable containers (e.g. `` or ``) instead. + +Before: + +```html +Default +``` + +After: + +```html + + Default + +``` diff --git a/.changeset/nice-kangaroos-kiss.md b/.changeset/nice-kangaroos-kiss.md index ff6dce425e..2ea5650716 100644 --- a/.changeset/nice-kangaroos-kiss.md +++ b/.changeset/nice-kangaroos-kiss.md @@ -2,4 +2,18 @@ "@rhds/elements": minor --- -``: Added dark color palette +``: ✨ Added support for dark color themes + +```html + + +
    +
  1. 1
  2. +
  3. 2
  4. +
  5. 3
  6. +
  7. 4
  8. +
  9. 5
  10. +
+
+
+``` diff --git a/.changeset/serious-lemons-divide.md b/.changeset/serious-lemons-divide.md index 1a88587c70..973d31cedd 100644 --- a/.changeset/serious-lemons-divide.md +++ b/.changeset/serious-lemons-divide.md @@ -3,3 +3,19 @@ --- `` removed deprecated alias `rh-secondary-nav` + +Before: + +```html + + + +``` + +After: + +```html + + + +```