File tree Expand file tree Collapse file tree 5 files changed +20
-49
lines changed
Expand file tree Collapse file tree 5 files changed +20
-49
lines changed Original file line number Diff line number Diff line change 77 [ asynchronous] [ async ] .
88 If your code assumes that shadow DOM is ready once the element is constructed,
99 ensure you first ` await element.updateComplete `
10+ - Reimplemented elements in line with [ PFv4] [ PFv4 ] design specs
11+ - Combined all elements into a single package: ` @patternfly/elements `
1012- Renamed all element prefixes from ` pfe- ` to ` pf- ` .
1113 ``` html
1214 <!-- BEFORE: -->
1517 <pf-button >Ok</pf-button >
1618 ```
1719- Removed ` <pfe-collapse> `
20+ - Removed ` <pfe-page-status> `
1821- Removed ` <pfe-autocomplete> ` , pending rewrite to ` <pf-search-input> ` ([ #2115 ] [ autocomplete ] ).
1922- Removed ` <pfe-dropdown> ` , pending rewrite to ` <pf-dropdown> ` ([ #2049 ] [ dropdown ] ).
2023- Removed ` <pfe-select> ` , pending rewrite to ` <pf-select> ` ([ #2145 ] [ select ] ).
2124
2225[ lit ] : https://lit.dev
2326[ async ] : https://lit.dev/docs/components/lifecycle/#reactive-update-cycle
27+ [ PFv4 ] : https://patternfly.org/v4/
2428[ autocomplete ] : https://github.com/patternfly/patternfly-elements/issues/2115
2529[ dropdown ] : https://github.com/patternfly/patternfly-elements/issues/2049
2630[ select ] : https://github.com/patternfly/patternfly-elements/issues/2145
Load Diff This file was deleted.
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-tabs> ` and added ` <pf-tabs> ` .
6+
7+ ### Breaking Changes:
8+
9+ - Removed ` --pfe-* ` CSS custom properties in favour of ` --pf-* ` ones. See [ PFv4] [ PFv4 ] docs.
10+
11+ There are more changes than these, including breaking changes. See the [ docs] [ docs ] for more info.
12+
13+ [ docs ] : https://patternflyelements.org/components/timestamp/
14+ [ PFv4 ] : https://patternfly.org/v4/
15+
Original file line number Diff line number Diff line change 5656 " pf-card" ,
5757 " pf-clipboard-copy" ,
5858 " pf-code-block" ,
59+ " pf-tabs" ,
5960 " pf-timestamp" ,
6061 " pf-tooltip" ,
6162 " create-element" ,
6263 " chatty-cherries-rush" ,
6364 " core" ,
64- " empty-emus-help" ,
65- " famous-chicken-move" ,
6665 " few-windows-exercise" ,
6766 " fifty-boxes-peel" ,
6867 " five-planets-prove" ,
You can’t perform that action at this time.
0 commit comments