diff --git a/packages/documentation-framework/versions.json b/packages/documentation-framework/versions.json index c76c0ce2e1..f60bdd18dd 100644 --- a/packages/documentation-framework/versions.json +++ b/packages/documentation-framework/versions.json @@ -21,6 +21,30 @@ "@patternfly/react-virtualized-extension": "5.1.0" } },{ + "name": "5.2.1", + "date": "2024-03-01", + "hidden": 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.1.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", "hidden": true, diff --git a/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md b/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md index 42e5f3190c..6d6e2ff424 100644 --- a/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md +++ b/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md @@ -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/patternfly@5.2.1](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/react-charts@7.2.2](https://www.npmjs.com/package/@patternfly/react-charts/v/7.2.2) + - [@patternfly/react-code-editor@5.2.1](https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.2.1) + - [@patternfly/react-core@5.2.1](https://www.npmjs.com/package/@patternfly/react-core/v/5.2.1) + - [@patternfly/react-drag-drop@5.2.1](https://www.npmjs.com/package/@patternfly/react-drag-drop/v/5.2.1) + - [@patternfly/react-icons@5.2.1](https://www.npmjs.com/package/@patternfly/react-icons/v/5.2.1) + - [@patternfly/react-styles@5.2.1](https://www.npmjs.com/package/@patternfly/react-styles/v/5.2.1) + - [@patternfly/react-table@5.2.1](https://www.npmjs.com/package/@patternfly/react-table/v/5.2.1) + - [@patternfly/react-tokens@5.2.1](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. + + + ## PatternFly 5.2 PatternFly 5.2 is now live! Here are the highlights from this release.