File tree Expand file tree Collapse file tree 3 files changed +23
-38
lines changed
Expand file tree Collapse file tree 3 files changed +23
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ " @patternfly/elements " : major
3+ ---
4+
5+ Removed ` <pfe-clipboard> ` and added ` <pf-clipboard-copy> ` .
6+
7+ - Removed ` --pfe-* ` CSS custom properties in favour of ` --pf-* ` ones. See [ PFv4] [ PFv4 ] docs.
8+
9+ ### Breaking Changes
10+
11+ - ` role="button" ` and ` tabindex=0 ` attributes must * no longer* be applied to
12+ ` <pf-clipboard-copy> ` , make sure all instances on your page are updated
13+ ``` diff
14+ - <pfe-clipboard role="button" tabindex="0"></pfe-clipboard>
15+ + <pf-clipboard-copy>Copy this</pf-clipboard-copy>
16+ ```
17+
18+ There are more changes than these, including breaking changes. See the [ docs] [ docs ] for more info.
19+
20+ [ docs ] : https://patternflyelements.org/components/clipboard-copy/
21+ [ PFv4 ] : https://patternfly.org/v4/
22+
Original file line number Diff line number Diff line change 5454 " pf-avatar" ,
5555 " pf-badge" ,
5656 " blue-emus-draw" ,
57- " breezy-bikes-smell " ,
57+ " pf-clipboard-copy " ,
5858 " breezy-melons-sell" ,
5959 " breezy-steaks-melt" ,
6060 " brown-goats-pay" ,
You can’t perform that action at this time.
0 commit comments