Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
]
},
"devDependencies": {
"@patternfly/patternfly": "5.2.0-prerelease.7",
"@patternfly/react-code-editor": "5.2.0-prerelease.50",
"@patternfly/react-core": "5.2.0-prerelease.49",
"@patternfly/react-table": "5.2.0-prerelease.49",
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-code-editor": "5.2.1",
"@patternfly/react-core": "5.2.1",
"@patternfly/react-table": "5.2.1",
"@octokit/rest": "^19.0.7",
"glob": "^8.1.0",
"lerna": "^6.4.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"webpack-merge": "5.8.0"
},
"peerDependencies": {
"@patternfly/patternfly": "5.2.0-prerelease.7",
"@patternfly/react-code-editor": "5.2.0-prerelease.50",
"@patternfly/react-core": "5.2.0-prerelease.49",
"@patternfly/react-table": "5.2.0-prerelease.49",
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-code-editor": "5.2.1",
"@patternfly/react-core": "5.2.1",
"@patternfly/react-table": "5.2.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
Expand Down
26 changes: 25 additions & 1 deletion packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
{
"Releases": [
{
"name": "5.2.1",
"date": "2024-03-01",
"latest": true,
"versions": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-charts": "7.2.2",
"@patternfly/react-code-editor": "5.2.1",
"@patternfly/react-core": "5.2.1",
"@patternfly/react-icons": "5.2.1",
"@patternfly/react-styles": "5.2.1",
"@patternfly/react-table": "5.2.1",
"@patternfly/react-drag-drop": "5.2.1",
"@patternfly/react-tokens": "5.2.1",
"@patternfly/react-catalog-view-extension": "5.0.0",
"@patternfly/react-component-groups": "5.0.0",
"@patternfly/react-console": "5.0.0",
"@patternfly/react-log-viewer": "5.2.0",
"@patternfly/react-topology": "5.2.1",
"@patternfly/react-user-feedback": "5.0.0",
"@patternfly/react-virtualized-extension": "5.0.0",
"@patternfly/quickstarts": "5.0.0"
}
},
{
"name": "5.2.0",
"date": "2024-01-17",
"latest": true,
"hidden": true,
"versions": {
"@patternfly/patternfly": "5.2.0",
"@patternfly/react-charts": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@patternfly/quickstarts": "^5.1.0",
"@patternfly/react-catalog-view-extension": "5.0.0",
"@patternfly/react-console": "5.0.0",
"@patternfly/react-docs": "6.2.0-prerelease.52",
"@patternfly/react-docs": "6.2.2",
"@patternfly/react-log-viewer": "5.1.0",
"@patternfly/react-topology": "5.2.1",
"@patternfly/react-user-feedback": "5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ section: get-started
import './get-started.css';
import { Divider } from '@patternfly/react-core';

## PatternFly 5.2.1

PatternFly 5.2.1 is now live! This was a patch release to fix a few bugs that were found.

### Promoted package versions

- patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/patch-5.2.1))
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/patternfly/v/5.2.1)

- patternfly/patternfly-react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/5.2.1))
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-charts/v/7.2.2)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.2.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-core/v/5.2.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-drag-drop/v/5.2.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-icons/v/5.2.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-styles/v/5.2.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-table/v/5.2.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-tokens/v/5.2.1)

### Fixed bugs
In this patch release, we:
- Corrected issues with styles and intractability of cards in Chromium-based browsers.
- Additional details: https://github.com/orgs/patternfly/discussions/6381
- Added support for status modifiers on modal titles.
- Updated types used in react-charts to reflect changes in the Victory types.
- Reverted a previous type change within our clipboard copy component that was unintentionally breaking.
- Updated our code editor component to pass through more props to monaco-editor.

<Divider />

## PatternFly 5.2

PatternFly 5.2 is now live! Here are the highlights from this release.
Expand Down
Loading