From 290e63c37e67e959e7b9deabe9b348916d3c1404 Mon Sep 17 00:00:00 2001 From: Erin Donehoo <105813956+edonehoo@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:07:28 -0400 Subject: [PATCH] docs(release-highlights): creates q3 release highlights. (#3760) --- .../content/get-started/release-highlights.md | 33 +++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) 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 e95eea66f2..848dccc1cc 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 @@ -5,6 +5,35 @@ section: get-started --- import './get-started.css'; +import { Divider } from '@patternfly/react-core'; + +## PatternFly 5.1 + +As part of our [quarterly release cadence](/get-started/about#patternfly-release-cadence), we're excited to announce that PatternFly 5.1 is now live. + +To help provide a high-level view of what's new, we've pulled together the major highlights from this release. Keep reading to learn more! + +### Right-to-left language support + +Last quarter, our developers were dedicated to implementing right-to-left (RTL) language support in PatternFly. To better enable product internationalization, we've updated our components to support both right-to-left (RTL) and left-to-right (LTR) languages. You can check out our [RTL handbook](/developer-resources/right-to-left-handbook) for more details and resources. + +To achieve this support, our components now use [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values) (like `block-start`, `inline-end`, `block-end`, and `inline-start`), which will ensure that styles are laid out properly, no matter which languages you're using. + +Note that, to avoid a sweeping breaking change, PatternFly variable names still use "top", "bottom", "left", and "right". + +### New topology documentation + +We updated the [control bar documentation](/topology/control-bar) for topology to clarify the extent of the control bar functions. This addition highlights information that will better support the range of control bar use cases. + +### Clickable labels + +We added a new "clickable" variant to the [label component](/components/label), so that you can use a label that acts as a button. + +To enable this behavior, we've added a new `onClick` property to the `