Skip to content

Commit 2a3048c

Browse files
committed
docs(tabs): update changeset
1 parent 034eed0 commit 2a3048c

File tree

5 files changed

+20
-49
lines changed

5 files changed

+20
-49
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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: -->
@@ -15,12 +17,14 @@
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

.changeset/empty-emus-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-chicken-move.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

.changeset/pf-tabs.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

.changeset/pre.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@
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",

0 commit comments

Comments
 (0)