Skip to content

Commit 06f358e

Browse files
authored
Merge a4c4aac into 402b3b0
2 parents 402b3b0 + a4c4aac commit 06f358e

89 files changed

Lines changed: 4663 additions & 2169 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fancy-keys-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/pfe-tools": minor
3+
---
4+
5+
Accept `tagPrefix` as an array of strings, supporting repos with multiple element prefixes

.changeset/humble-cycles-rest.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@patternfly/elements": major
3+
---
4+
5+
✨ Added `<pf-v6-background-image>` replacing `<pf-v5-background-image>`. Background image now follows
6+
PatternFly v6 design specs.
7+
8+
```html
9+
<pf-v6-background-image src="/path/to/image.jpg"></pf-v6-background-image>
10+
```
11+
12+
** Breaking Changes from v5 **
13+
14+
- Renamed tag from `<pf-v5-background-image>` to `<pf-v6-background-image>`
15+
- ✨ Added v6 design tokens and RTL support via :dir(rtl)
16+
- ✨ Added `aria-hidden` for screen reader compliance
17+
- CSS custom properties renamed from `--pf-v5-c-background-image--*` to `--pf-v6-c-background-image--*`
18+
- Removed `src-2x`, `src-sm`, `src-sm-2x`, `src-lg` responsive source attributes (use CSS custom properties or media queries instead)
19+
- Removed `filter` boolean attribute
20+
- `src` no longer reflects to attribute

.changeset/lucky-gifts-tie.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
"@patternfly/elements": major
3+
---
4+
5+
Added `<pf-v6-timestamp>` replacing `<pf-v5-timestamp>`. Timestamp now follows
6+
PatternFly v6 design specs.
7+
8+
```html
9+
<pf-v6-timestamp date="Mon Jan 2 15:04:05 EST 2006"
10+
date-format="full"
11+
time-format="long">
12+
</pf-v6-timestamp>
13+
```
14+
15+
**Breaking Changes from v5**
16+
17+
- `<pf-v5-timestamp>` renamed to `<pf-v6-timestamp>`
18+
- `utc` boolean attribute replaced with `time-zone` string attribute accepting
19+
any IANA timezone identifier (e.g. `time-zone="UTC"`,
20+
`time-zone="America/New_York"`)
21+
- `hour-12` boolean attribute replaced with `hour-cycle` enum attribute
22+
accepting Intl values: `h11`, `h12`, `h23`, `h24`
23+
- `help-text` attribute removed; tooltip styling is a composition pattern
24+
using `<pf-v5-tooltip>` wrapping
25+
- `date` getter now returns ISO 8601 string instead of locale-formatted string
26+
- `display-suffix` no longer auto-set to "UTC" when using UTC timezone; set
27+
`display-suffix="UTC"` explicitly if needed
28+
29+
**New features**
30+
31+
- `time-zone` attribute for any IANA timezone, not just UTC
32+
- `hour-cycle` attribute for precise hour format control
33+
- Default slot for custom display content
34+
- v6 design tokens

.claude/ADVICE.md

Lines changed: 1237 additions & 0 deletions
Large diffs are not rendered by default.

.claude/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm run:*)",
5+
"Bash(npm test:*)",
6+
"Bash(ls:*)",
7+
"Bash(git log:*)",
8+
"Bash(git add:*)",
9+
"Bash(git commit:*)",
10+
"Bash(git branch:*)",
11+
"Bash(git checkout:*)",
12+
"Bash(git fetch:*)",
13+
"Read(../patternfly/**)",
14+
"WebFetch(domain:www.patternfly.org)"
15+
],
16+
"additionalDirectories": [
17+
"../patternfly-react",
18+
"../patternfly"
19+
]
20+
}
21+
}

0 commit comments

Comments
 (0)