Skip to content

Commit 9d536fd

Browse files
committed
chore(progress): add changeset
1 parent 91cf153 commit 9d536fd

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.changeset/calm-friends-carry.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-progress>` replacing `<pf-v5-progress>`. Progress bar now follows
6+
PatternFly v6 design specs.
7+
8+
```html
9+
<pf-v6-progress value="33" description="Loading..."></pf-v6-progress>
10+
```
11+
12+
** Breaking Changes from v5 **
13+
14+
- Renamed tag from `<pf-v5-progress>` to `<pf-v6-progress>`
15+
- ✨ Added `accessible-label` attribute for screen reader text via ElementInternals
16+
- ✨ Added `accessible-labelledby` and `accessible-describedby` for cross-root ARIA references
17+
- ✨ Added `value-text` attribute for custom aria-valuetext (finite step displays)
18+
- ✨ Added `truncated `attribute for ellipsis overflow on description
19+
- ✨ Added `hide-status-icon` attribute for tight layouts
20+
- ✨ Added `helper-text` slot for supplementary text below the bar
21+
- ✨ Added v6 design tokens and `light-dark()` support
22+
- CSS custom properties renamed from `--pf-v5-c-progress--*` to `--pf-v6-c-progress--*`

0 commit comments

Comments
 (0)