Skip to content

docs(release-highlights): Adds 6.5 highlights. #4990

Open
edonehoo wants to merge 7 commits intopatternfly:mainfrom
edonehoo:iss4970
Open

docs(release-highlights): Adds 6.5 highlights. #4990
edonehoo wants to merge 7 commits intopatternfly:mainfrom
edonehoo:iss4970

Conversation

@edonehoo
Copy link
Copy Markdown
Collaborator

@edonehoo edonehoo commented Apr 16, 2026

Closes #4970

https://pf-org--pr-4990-site.surge.sh/releases/release-highlights

Currently just contains mostly the big picture things - please lmk if there are any major callouts as well to make re React/Core/Extensions bug fixes or new features

@patternfly-build
Copy link
Copy Markdown
Collaborator

patternfly-build commented Apr 16, 2026

Preview: https://pf-org--pr-4990-site.surge.sh

Copy link
Copy Markdown
Collaborator

@nicolethoen nicolethoen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall I think this looks good and will link out the various repos' change logs ✅

We probably will need to adjust our usage of the term Felt Theme, right @phcox?

@phcox
Copy link
Copy Markdown

phcox commented Apr 23, 2026

Yep, any reference to the unified theme should be "Project Felt"


### Updated theming options

This release significantly expands our theming options, including style updates, high contrast mode, and our new Project Felt theme with glass mode. To see these theming options in action, you can swap the theme, color scheme, and contrast mode used on PatternFly.org via the masthead theme switcher.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and our new Project Felt theme with glass mode

Could just be me, but it reads like we're adding "project felt with glass" as a thing, but we're really adding project felt as a thing and glass as a thing, and glass can be applied to regular patternfly (non-project felt), too.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolethoen suggested

Suggested change
This release significantly expands our theming options, including style updates, high contrast mode, and our new Project Felt theme with glass mode. To see these theming options in action, you can swap the theme, color scheme, and contrast mode used on PatternFly.org via the masthead theme switcher.
This release significantly expands our theming options, including style updates, high contrast mode, glass mode, and our new Project Felt theme. To see these theming options in action, you can swap the theme, color scheme, and contrast mode used on PatternFly.org via the masthead theme switcher.


#### Project Felt theme

We're excited to offer PatternFly's first major theme variant: the [Project Felt](/foundations-and-styles/theming#project-felt-theme) theme. Aimed at creating more dynamic, and eye-catching experiences, it introduces red accent colors, pill-shaped radii, and our new glass mode for added depth. Best of all—Project Felt is built entirely with our design token system, meaning no breaking change is required to add Project Felt to your product.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could be way off but seems like there is an unnecessary comma here?

Suggested change
We're excited to offer PatternFly's first major theme variant: the [Project Felt](/foundations-and-styles/theming#project-felt-theme) theme. Aimed at creating more dynamic, and eye-catching experiences, it introduces red accent colors, pill-shaped radii, and our new glass mode for added depth. Best of all—Project Felt is built entirely with our design token system, meaning no breaking change is required to add Project Felt to your product.
We're excited to offer PatternFly's first major theme variant: the [Project Felt](/foundations-and-styles/theming#project-felt-theme) theme. Aimed at creating more dynamic and eye-catching experiences, it introduces red accent colors, pill-shaped radii, and our new glass mode for added depth. Best of all—Project Felt is built entirely with our design token system, meaning no breaking change is required to add Project Felt to your product.

Comment on lines +52 to +53
- Card
- Drawer
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cards and drawers do not become glass automatically, you have to turn on glass with an isGlass prop.

We've aligned styles in the classic PatternFly experience (now referred to as our [Default theme](/foundations-and-styles/theming)) more closely with the [Red Hat Design System](https://ux.redhat.com/). These changes enhance brand consistency and usability:
- **Links:** Now feature a subtle gray dotted underline that becomes a solid, active color on hover/focus.
- **Navigation:** Active items now utilize a vertical "accent" line for better visual emphasis.
- **Card:** Added a border shadow to support clarity in dense content views.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added a shadow to cards, but later removed it, so I'm assuming this can be removed? Unless this is referring to something else.

We've added new variants to support our evolving visual language and Red Hat-specific user journeys:

- [Iconography:](/foundations-and-styles/iconography) We’ve updated our icon set to use Red Hat brand icons. This is an automatic change handled via a single class, ensuring cross-platform consistency without much manual lift.
- [Hero](/components/hero) is a new card-like component for attention-grabbing callouts at the top of pages.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dunno if you'd want it to be "Hero:" to match the others?

- Masthead
- Navigation (docked)
- Page
- Panel
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also panel is only glass with the isGlass prop/opt-in.


Glass mode is a new contrast mode, used by default in the Project Felt theme and optionally available for implementation in the Default theme. "Glass", enabled by an intentional set of designs tokens, adds transparency and depth to specific components so UIs can feel more layered.

When turned on, glass applies to the following components, including their uses within our extensions:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, i'm not sure if this list of components makes the glass concept clearer at a high level or feels a little unnecessarily specific.

Maybe the next sentence could read:
For implementation guidance, constraints, details about design tokens, and user opt-out, and the specifics of glass effect implementations on components refer to the glass mode developer handbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs - Add 6.5 release highlights

6 participants