File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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--* `
You can’t perform that action at this time.
0 commit comments