Skip to content

Commit

Permalink
docs: add changesets for button changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 6, 2024
1 parent 7958a15 commit 24b4813
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/prickly-roses-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@utrecht/component-library-css": minor
"@utrecht/button-css": minor
---

Add an optional element class `utrecht-button__label` to support other inline styling without a gap
8 changes: 8 additions & 0 deletions .changeset/red-roses-blush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@utrecht/web-component-library-angular": minor
"@utrecht/web-component-library-react": minor
"@utrecht/web-component-library-stencil": minor
"@utrecht/web-component-library-vue": minor
---

Add `slot="icon"` and `slot="label"` support to `utrecht-button` web component.
3 changes: 1 addition & 2 deletions .changeset/slimy-roses-scream.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
"@utrecht/button-react": major
---

- Refactor `utrecht-button-icon-gap` into `utrecht-button-column-gap`
- Add an optional element class `utrecht-button__label` to support other inline styling without a gap
Rename design token `utrecht.button.icon.gap` to `utrecht.button.column-gap`
6 changes: 6 additions & 0 deletions .changeset/white-roses-shine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@utrecht/component-library-react": minor
"@utrecht/button-react": minor
---

Add an optional `label` property to React `Button` component, to support better styling of icons.

0 comments on commit 24b4813

Please sign in to comment.