Skip to content

Commit fab27a9

Browse files
authored
Merge branch 'main' into fix/nextjs-hydration-errors-12250
2 parents 78920e9 + 641c888 commit fab27a9

File tree

31 files changed

+1872
-1246
lines changed

31 files changed

+1872
-1246
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- [Issues and Project Board](#issues-and-project-board)
1111
- [Issue Labels](#issue-labels)
1212
- [PR Labels](#pr-labels)
13-
- [Project Board Columns](#project-board-columns)
1413
- [Contribution Process](#contribution-process)
1514
- [Creating Issues for Bugs](#creating-issues-for-bugs)
1615
- [Creating Issues for New Components](#creating-issues-for-new-components)
@@ -76,16 +75,9 @@ We use issues to track work items, such as bug reports and feature requests. Iss
7675

7776
Our issue tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them:
7877

79-
- `bug` - A bug is a _demonstrable problem_ that is caused by the code in the repository. Please check if the issue has already been reported before reporting a new bug.
80-
- `DevX` - Suggest an enhancement to the developer experience (DX). DX enhancements improve experience for those building UIs with PatternFly, but have little to know end user impact.
81-
- `Feature` - Suggest a new feature for PatternFly. Features augment or impact end user experience and requires design input.
8278
- `breaking change` - this issue warrants a major release and potentially changes APIs for downstream consumers.
83-
- `Tech debt` - Improvements to code that do not affect either user or product developers’ experiences.
84-
- `documentation` - this issue affects documentation only.
85-
- `css` - this issue affects CSS or has stylistic changes.
8679
- `good first issue` - Issues that are ideal for new contributors.
8780
- `wontfix` - The issue is legitimate, but it is not something the team is currently able or willing to fix or implement. Issues with this label may be revisited in the future.
88-
- `p1`, `p2`, `p3` - These are priority labels.
8981

9082
### PR labels
9183

@@ -96,17 +88,9 @@ Since the components in patternfly-react are based on patternfly, we want to mak
9688
- `css approved` - The issue has been reviewed and approved by a member of the css team.
9789
- `ux approved` - The issue has been reviewed and approved by a member of the ux team.
9890

99-
### Project board columns
91+
### Integration with Jira
10092

101-
The project board uses the following columns to track issues:
102-
103-
- `Backlog` - Issues that are ready to be worked and available for any contributor to take.
104-
- `Needs info` - Issues that require any work that would be completed outside of this repo related to css, design or research. For example some component contributions will require updates to css in the core [patternfly](https://github.com/patternfly/patternfly) repo.
105-
- `Not started` - Issues that are ready to be worked and are already assigned.
106-
- `In Progress` - Issues that are actively being worked.
107-
- `PR in Review` - Issues for which a PR is open and are ready for review.
108-
109-
Issues can be manually added to the project board from either the issue page or the project board page.
93+
We sync our issues to PatternFly's private Jira board. Once an issue is sync'd, a link is added to the issue description in GitHub if someone were to want to track the Jira ticket. Any issue can be assigned an assignee in GitHub or Jira and that information will be sync'd. If an issue is closed in Jira, it will also be closed in GitHub.
11094

11195
## Contribution process
11296

@@ -118,15 +102,13 @@ If you find a bug within the repo, please help us track the issue by following t
118102
- If it does exist, but doesn’t capture key details that you have noticed, please add a comment to the existing bug.
119103
2. Create an issue if one doesn’t already exist.
120104
- Provide details like what component is affected, steps to reproduce, and any other information that is critical to addressing the issue
121-
- Assign the label “bug” to the issue
122105

123106
### Creating issues for new components
124107

125108
To create an issue for adding a new component to the repo, please observe the following process:
126109

127110
1. If the component does not yet exist as a PatternFly component, please do not start coding yet. Components contributed to PatternFly-React should have a design pattern in PatternFly or be approved PatternFly-Extension components.
128111
2. If the component exists in PatternFly core (meaning CSS and the pattern design exists), then create an issue with the following details:
129-
- Assign the label `enhancement` to the issue
130112
- Include the text “Component -“ in the beginning of the title if the issue captures a new component
131113
- If the component is documented as a [PatternFly library pattern](http://www.patternfly.org/pattern-library/), include a link to it.
132114
3. If a component is not in PatternFly, but you feel it would be a good addition to the library, please do the following:

packages/react-charts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [8.5.0-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.5.0-prerelease.15...@patternfly/react-charts@8.5.0-prerelease.16) (2026-03-19)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
610
# [8.5.0-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.5.0-prerelease.14...@patternfly/react-charts@8.5.0-prerelease.15) (2026-02-24)
711

812
**Note:** Version bump only for package @patternfly/react-charts

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "8.5.0-prerelease.15",
3+
"version": "8.5.0-prerelease.16",
44
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-code-editor/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.5.0-prerelease.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.5.0-prerelease.41...@patternfly/react-code-editor@6.5.0-prerelease.42) (2026-03-19)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
# [6.5.0-prerelease.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.5.0-prerelease.40...@patternfly/react-code-editor@6.5.0-prerelease.41) (2026-03-13)
11+
12+
**Note:** Version bump only for package @patternfly/react-code-editor
13+
14+
# [6.5.0-prerelease.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.5.0-prerelease.39...@patternfly/react-code-editor@6.5.0-prerelease.40) (2026-03-05)
15+
16+
**Note:** Version bump only for package @patternfly/react-code-editor
17+
18+
# [6.5.0-prerelease.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.5.0-prerelease.38...@patternfly/react-code-editor@6.5.0-prerelease.39) (2026-02-26)
19+
20+
**Note:** Version bump only for package @patternfly/react-code-editor
21+
622
# [6.5.0-prerelease.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.5.0-prerelease.37...@patternfly/react-code-editor@6.5.0-prerelease.38) (2026-02-25)
723

824
**Note:** Version bump only for package @patternfly/react-code-editor

packages/react-code-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "6.5.0-prerelease.38",
3+
"version": "6.5.0-prerelease.42",
44
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-core/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.5.0-prerelease.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.5.0-prerelease.38...@patternfly/react-core@6.5.0-prerelease.39) (2026-03-19)
7+
8+
### Bug Fixes
9+
10+
- bump pf-core version 6.5.0-prerelease.55 ([#12282](https://github.com/patternfly/patternfly-react/issues/12282)) ([852ae9a](https://github.com/patternfly/patternfly-react/commit/852ae9aacb9256d10701973c306a4480b663f583))
11+
12+
# [6.5.0-prerelease.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.5.0-prerelease.37...@patternfly/react-core@6.5.0-prerelease.38) (2026-03-13)
13+
14+
**Note:** Version bump only for package @patternfly/react-core
15+
16+
# [6.5.0-prerelease.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.5.0-prerelease.36...@patternfly/react-core@6.5.0-prerelease.37) (2026-03-05)
17+
18+
### Bug Fixes
19+
20+
- **DescriptionList:** use correct token for termWidth ([#12253](https://github.com/patternfly/patternfly-react/issues/12253)) ([7c82404](https://github.com/patternfly/patternfly-react/commit/7c82404d085ccd25dc7e8788fc1673aa79cfe45c))
21+
22+
# [6.5.0-prerelease.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.5.0-prerelease.35...@patternfly/react-core@6.5.0-prerelease.36) (2026-02-26)
23+
24+
### Bug Fixes
25+
26+
- **CodeBlock:** remove deprecated textId prop from ClipboardCopyButton examples ([#12242](https://github.com/patternfly/patternfly-react/issues/12242)) ([cd2adc0](https://github.com/patternfly/patternfly-react/commit/cd2adc021ef18658c6ea7b0157ce990dbbd2634b))
27+
628
# [6.5.0-prerelease.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.5.0-prerelease.34...@patternfly/react-core@6.5.0-prerelease.35) (2026-02-25)
729

830
### Features

packages/react-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "6.5.0-prerelease.35",
3+
"version": "6.5.0-prerelease.39",
44
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -54,7 +54,7 @@
5454
"tslib": "^2.8.1"
5555
},
5656
"devDependencies": {
57-
"@patternfly/patternfly": "6.5.0-prerelease.43",
57+
"@patternfly/patternfly": "6.5.0-prerelease.55",
5858
"case-anything": "^3.1.2",
5959
"css": "^3.0.0",
6060
"fs-extra": "^11.3.3"

packages/react-core/src/components/CodeBlock/examples/CodeBlockBasic.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
3737
<CodeBlockAction>
3838
<ClipboardCopyButton
3939
id="basic-copy-button"
40-
textId="code-content"
4140
aria-label="Copy to clipboard basic example code block"
4241
onClick={(e) => onClick(e, code)}
4342
exitDelay={copied ? 1500 : 600}

packages/react-core/src/components/CodeBlock/examples/CodeBlockExpandable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
5353
<CodeBlockAction>
5454
<ClipboardCopyButton
5555
id="expandable-copy-button"
56-
textId="code-content"
5756
aria-label="Copy to clipboard"
5857
onClick={(e) => onClick(e, copyBlock)}
5958
exitDelay={copied ? 1500 : 600}

packages/react-core/src/components/DescriptionList/DescriptionList.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ import { css } from '@patternfly/react-styles';
22
import styles from '@patternfly/react-styles/css/components/DescriptionList/description-list';
33
import { formatBreakpointMods } from '../../helpers';
44
import cssGridTemplateColumnsMin from '@patternfly/react-tokens/dist/esm/c_description_list_GridTemplateColumns_min';
5-
// import cssTermWidth from '@patternfly/react-tokens/dist/esm/c_description_list__term_width';
5+
import cssTermWidth from '@patternfly/react-tokens/dist/esm/c_description_list__term_width';
66
import cssHorizontalTermWidth from '@patternfly/react-tokens/dist/esm/c_description_list_m_horizontal__term_width';
77

8-
const cssTermWidth = {
9-
name: `--${styles.descriptionList}_term-width`
10-
};
11-
128
export interface BreakpointModifiers {
139
default?: string;
1410
md?: string;

0 commit comments

Comments
 (0)