Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
50e495f
chore: replace web-dev-server with cem serve
bennypowers May 6, 2026
446e945
chore: bump cem
bennypowers May 7, 2026
a6ffed8
fix(tools): workspace slugs in PfeDemoPage
bennypowers May 7, 2026
8a4bfa3
fix(tools): deduplicate results in Manifest.getTagNames()
bennypowers May 7, 2026
353ad12
Merge pull request #3129 from patternfly/chore/cem-serve
zeroedin May 7, 2026
2a01399
docs: plans for pfv6
bennypowers May 4, 2026
49b0a80
docs: orchestrator instructions
bennypowers May 5, 2026
122eba8
docs: update /review-a11y from review comments
bennypowers May 6, 2026
c4b8d7c
docs: add wai aria apg patterns to /review-a11y
bennypowers May 6, 2026
f88f79e
chore(tools): update tooling config for v6 prefix (#3132)
zeroedin May 10, 2026
e625c5a
chore(deps): bump @pwrs/cem to 0.10.5
bennypowers May 11, 2026
2914145
Merge pull request #3142 from patternfly/chore/bump-cem
zeroedin May 11, 2026
d0a6749
chore: remove v5 element after update (#3145)
zeroedin May 13, 2026
1962931
chore: improve phase 5 cem alignment documentation comments (#3146)
zeroedin May 13, 2026
98a4efc
chore: improve review-api skill, lit template quoted attributes (#3147)
zeroedin May 13, 2026
5186cda
docs(create-element): add README phase to element skills
bennypowers May 14, 2026
497c589
Merge branch staging/pfv6 into chore/skill-readme-instructions
zeroedin May 14, 2026
8fedd86
Merge pull request #3148 from patternfly/chore/skill-readme-instructions
zeroedin May 14, 2026
52c15ba
fix(pfe-tools): end-anchor TS redirect regex to avoid rewriting .js.m…
bennypowers May 23, 2026
4fa7f28
fix(tools): support tagPrefix as an array of tags (#3153)
zeroedin May 25, 2026
261e220
feat(background-image): port `pf-v5-background-image` to `pf-v6-backg…
zeroedin May 27, 2026
1d61732
feat(timestamp): port pf-v5-timestamp to pf-v6-timestamp element (#3150)
adamjohnson Jun 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fancy-keys-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@patternfly/pfe-tools": minor
---

Accept `tagPrefix` as an array of strings, supporting repos with multiple element prefixes
20 changes: 20 additions & 0 deletions .changeset/humble-cycles-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@patternfly/elements": major
---

✨ Added `<pf-v6-background-image>` replacing `<pf-v5-background-image>`. Background image now follows
PatternFly v6 design specs.

```html
<pf-v6-background-image src="/path/to/image.jpg"></pf-v6-background-image>
```

** Breaking Changes from v5 **

- Renamed tag from `<pf-v5-background-image>` to `<pf-v6-background-image>`
- ✨ Added v6 design tokens and RTL support via :dir(rtl)
- ✨ Added `aria-hidden` for screen reader compliance
- CSS custom properties renamed from `--pf-v5-c-background-image--*` to `--pf-v6-c-background-image--*`
- Removed `src-2x`, `src-sm`, `src-sm-2x`, `src-lg` responsive source attributes (use CSS custom properties or media queries instead)
- Removed `filter` boolean attribute
- `src` no longer reflects to attribute
34 changes: 34 additions & 0 deletions .changeset/lucky-gifts-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
"@patternfly/elements": major
---

Added `<pf-v6-timestamp>` replacing `<pf-v5-timestamp>`. Timestamp now follows
PatternFly v6 design specs.

```html
<pf-v6-timestamp date="Mon Jan 2 15:04:05 EST 2006"
date-format="full"
time-format="long">
</pf-v6-timestamp>
```

**Breaking Changes from v5**

- `<pf-v5-timestamp>` renamed to `<pf-v6-timestamp>`
- `utc` boolean attribute replaced with `time-zone` string attribute accepting
any IANA timezone identifier (e.g. `time-zone="UTC"`,
`time-zone="America/New_York"`)
- `hour-12` boolean attribute replaced with `hour-cycle` enum attribute
accepting Intl values: `h11`, `h12`, `h23`, `h24`
- `help-text` attribute removed; tooltip styling is a composition pattern
using `<pf-v5-tooltip>` wrapping
- `date` getter now returns ISO 8601 string instead of locale-formatted string
- `display-suffix` no longer auto-set to "UTC" when using UTC timezone; set
`display-suffix="UTC"` explicitly if needed

**New features**

- `time-zone` attribute for any IANA timezone, not just UTC
- `hour-cycle` attribute for precise hour format control
- Default slot for custom display content
- v6 design tokens
1,237 changes: 1,237 additions & 0 deletions .claude/ADVICE.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"permissions": {
"allow": [
"Bash(npm run:*)",
"Bash(npm test:*)",
"Bash(ls:*)",
"Bash(git log:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git branch:*)",
"Bash(git checkout:*)",
"Bash(git fetch:*)",
"Read(../patternfly/**)",
"WebFetch(domain:www.patternfly.org)"
],
"additionalDirectories": [
"../patternfly-react",
"../patternfly"
]
}
}
Loading
Loading