Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(release-highlights): Adds highlights from patch releases. #3998

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,49 @@ section: get-started
import './get-started.css';
import { Divider } from '@patternfly/react-core';

## PatternFly 5.3.2
PatternFly 5.3.2 is now live! This was a patch release to fix a couple of bugs.

### Promoted package versions

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

- patternfly/patternfly-react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/v5.3.2))
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-charts/v/7.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.3.3)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-core/v/5.3.3)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-docs/v/6.3.3)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-drag-drop/v/5.3.3)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-icons/v/5.3.2)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-styles/v/5.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-table/v/5.3.2)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-templates/v/1.0.3)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-tokens/v/5.3.1)

### Fixed bugs
In this patch release, we:
- Fixed a wrapping issue in [the bottom pagination component](/components/pagination#bottom).
- Fixed and added accessibility support to the tree view component, including `aria-multiselectable` and `aria-selected`.

## PatternFly 5.3.1
PatternFly 5.3.1 is now live! This was a patch release to fix a bug.

### Promoted package versions

- patternfly/patternfly-react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/5.3.1))
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-core/v/5.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-docs/v/6.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-drag-drop/v/5.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-table/v/5.3.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-templates/v/1.0.1)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-icons/v/5.3.1)

### Fixed bugs
In this patch release, we:
- Added `dist/dynamic-modules.json` and made it easier for products to share specific dynamic modules.

## PatternFly 5.3

PatternFly 5.3 is now live! Here are the highlights from this release.
Expand All @@ -16,7 +59,6 @@ PatternFly 5.3 is now live! Here are the highlights from this release.
- patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/v5.3.0))
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/patternfly/v/5.3.0)


- patternfly/patternfly-react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/v5.3.0))
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-charts/v/7.3.0)
- [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.3.0)
Expand Down Expand Up @@ -123,7 +165,7 @@ PatternFly 5.2.1 is now live! This was a patch release to fix a few bugs that we

### Promoted package versions

- patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/patch-5.2.1))
- patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/patch-v5.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))
Expand Down
Loading