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-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)
You can’t perform that action at this time.
0 commit comments