Skip to content

Commit 5af3be1

Browse files
committed
chore: add changeset
1 parent cc67425 commit 5af3be1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.changeset/sixty-crabs-mate.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"@patternfly/elements": major
3+
---
4+
5+
✨ Added `<pf-v6-spinner>` replacing `<pf-v5-spinner>`. Spinner now follows
6+
PatternFly v6 design specs.
7+
8+
```html
9+
<pf-v6-spinner accessible-label="Loading data">Loading...</pf-v6-spinner>
10+
```
11+
12+
** Breaking Changes from v5 **
13+
14+
- Renamed tag from `<pf-v5-spinner>` to `<pf-v6-spinner>`
15+
- ✨ Added `inline` attribute to inherit font size for inline display
16+
- ✨ Added `accessible-label` attribute for screen reader text
17+
- ✨ Added `xs` size preset
18+
- ✨ Added ARIA `progressbar` role with `aria-label` and `aria-valuetext`
19+
- CSS custom properties renamed from `--pf-v5-c-spinner--*` to `--pf-v6-c-spinner--*`
20+
- Default size changed from `xl` to `unset` (defaults to xl dimensions via CSS)
21+
- Removed `diameter` attribute (use `--pf-v6-c-spinner--diameter` CSS custom property
22+
instead)

0 commit comments

Comments
 (0)