From 2e2046a9a256e991793b15a1a4177243c799a3e8 Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Fri, 11 Oct 2024 14:48:54 -0400 Subject: [PATCH 1/9] docs(release-highlights): Adds additional updates for v6 release. --- packages/documentation-site/package.json | 2 +- .../content/get-started/release-highlights.md | 77 +++++++++++++++++++ 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/packages/documentation-site/package.json b/packages/documentation-site/package.json index 4bc72be213..065e515be4 100644 --- a/packages/documentation-site/package.json +++ b/packages/documentation-site/package.json @@ -17,7 +17,7 @@ "screenshots": "pf-docs-framework screenshots" }, "dependencies": { - "@patternfly/documentation-framework": "6.0.0-alpha.110", + "@patternfly/documentation-framework": "6.0.0-alpha.114", "@patternfly/react-catalog-view-extension": "6.0.0-prerelease.1", "@patternfly/react-console": "6.0.0-prerelease.2", "@patternfly/react-docs": "7.0.0-prerelease.32", 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 8093a3194c..5932f90138 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,83 @@ section: get-started import './get-started.css'; import { Divider, Timestamp } from '@patternfly/react-core'; +October 2024 + +## PatternFly 6.0 +The official release of PatternFly 6 is here! It contains all of the previous features from our alpha and beta releases, but also adds everything described in these release highlights. + +### PatternFly AI + +We're excited to introduce PatternFly AI: our new effort to support and integrate AI into our design system. We've added guidance and resources, contained within a new section of our website: + +- [About PatternFly AI](/patternfly-ai/about-patternfly-ai) +- [AI guidelines](/patternfly-ai/ai-guidelines) +- [Chatbot](/patternfly-ai/chatbot/about-chatbot) +- [Conversation design](/patternfly-ai/conversation-design) + +As with all things AI currently, this area will continue to grow and mature with time. + +### Component groups restructuring + +We made many updates to our component groups extension, to improve accuracy, usability, and alignment with PatternFly 6. We've moved its website section to our top-level navigation for better visibility, and also to support necessary sub-navigation. We've conceptually grouped the components into functional categories. Additionally, we renamed some of the components to be more accurate. + +[Check out the updated documentation](/component-groups/about-component-groups), which includes: + +| **Category** | **Components** | +| --- | --- | +| Content containers | - Details page
- Multi-content card
- Page header (previously named "content header")
- Service card (new!) | +| Controls | - Bulk select
- Close button
- Responsive actions (new!) | +| Error communication | - Error boundary
- Error state
- Missing page (previously named "invalid object")
- Unauthorized access (previously named "not authorized")
- Unavailable content
- Warning modal | +| Helpers | - Column management modal
- Log snippet
- Shortcut grid | +| Status and state indicators | - Ansible
- Battery
- Skeleton table
- Status (new!)
- Tag count | + +### React component updates + +Here are the most significant updates we made to our React components: + +- Data list + - Refactored `` to use `` internally. As a result, `id` is now a required prop for ` `. This also fixes broken checkboxes in the examples. +- Dropdown + - Added delay before setting focus on the first dropdown item when `shouldFocusFirstItemOnOpen` is set. This gives enough time for the popover to be shown in the correct location, so the scrollable doesn't scroll to an invalid location. +- Jumplinks + - Fixed improper offset in [demo](/components/jump-links/react-demos). +- Menu toggle + - Removed `pf-m-actions` and, consequently, `SplitButtonOptions`. Items should now be passed directly to `splitButtonItems`. + - Added `isPlaceholder` to support customizable placeholder text, as well as [a corresponding example](/components/menu-toggle#placeholder-text-in-toggle). + +### Design token updates + +We updated existing tokens and added new tokens to support directional box-shadows. To see these tokens, search "box-tokens" in our [tokens documentation](/tokens/all-patternfly-tokens). + +We also added a few new tokens to support the needs of our new chatbot, including: +- A tertiary background token that accommodates containers placed on a secondary background. +- Inverse hover and inverse clicked tokens. + +### Extensions maintenance + +We made a couple of updates to ensure that extensions are in line with PatternFly 6 styling: + +- Updated card title style in [quick starts](/extensions/quick-starts/Basic-quick-starts) to maintain the proper blue link style. +- Updated [link catalog tiles](/extensions/catalog-view/catalog-tile#link-variant) in the catalog view extension to be actionable cards. + +### Content updates + +In addition to the previously mentioned documentation updates, we've made changes to the following content areas: + +- Design guidelines + - Added a new [status and severity pattern](/patterns/status-and-severity), which provides guidance for using our new severity icons. + - Updated our [quick starts extension](/extensions/quick-starts) with more content guidance. + - Documented our tabular number modifier `.pf-v6-m-tabular-nums` in [typography](/design-foundations/typography), [numerics](/ux-writing/numerics), and [table.](/components/table/design-guidelines) + - Added guidance for editorial styling to our [content component](/components/content) (formerly called text content). + - We've started updating images across our design guidelines to represent PatternFly 6 styling. + +- Miscellaneous cleanup and enhancements + - Shortened component descriptions shown in component page headers and [all components page](/components/all-components). + - Added more details about [React tokens](/tokens/develop-with-tokens#react-tokens) and [how to migrate them](/get-started/upgrade#utilize-our-tokens-update-codemod). + - Added React example documentation for [text input group](/components/text-input-group). + + + August 2024 ## PatternFly 6 beta From 77c6181042b7f5a314cc3b80343d445ba921612a Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Fri, 11 Oct 2024 16:56:11 -0400 Subject: [PATCH 2/9] Add React tokens section. --- .../content/get-started/release-highlights.md | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 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 5932f90138..62389b7532 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 @@ -51,14 +51,20 @@ Here are the most significant updates we made to our React components: - Removed `pf-m-actions` and, consequently, `SplitButtonOptions`. Items should now be passed directly to `splitButtonItems`. - Added `isPlaceholder` to support customizable placeholder text, as well as [a corresponding example](/components/menu-toggle#placeholder-text-in-toggle). -### Design token updates +### Token updates -We updated existing tokens and added new tokens to support directional box-shadows. To see these tokens, search "box-tokens" in our [tokens documentation](/tokens/all-patternfly-tokens). +#### Design tokens + +We updated existing design tokens and added new tokens to support directional box-shadows. To see these tokens, search "box-tokens" in our [tokens documentation](/tokens/all-patternfly-tokens). We also added a few new tokens to support the needs of our new chatbot, including: - A tertiary background token that accommodates containers placed on a secondary background. - Inverse hover and inverse clicked tokens. +#### React tokens + +We added a `t_` prefix to our React tokens. + ### Extensions maintenance We made a couple of updates to ensure that extensions are in line with PatternFly 6 styling: @@ -70,17 +76,17 @@ We made a couple of updates to ensure that extensions are in line with PatternFl In addition to the previously mentioned documentation updates, we've made changes to the following content areas: -- Design guidelines - - Added a new [status and severity pattern](/patterns/status-and-severity), which provides guidance for using our new severity icons. - - Updated our [quick starts extension](/extensions/quick-starts) with more content guidance. - - Documented our tabular number modifier `.pf-v6-m-tabular-nums` in [typography](/design-foundations/typography), [numerics](/ux-writing/numerics), and [table.](/components/table/design-guidelines) - - Added guidance for editorial styling to our [content component](/components/content) (formerly called text content). - - We've started updating images across our design guidelines to represent PatternFly 6 styling. - -- Miscellaneous cleanup and enhancements - - Shortened component descriptions shown in component page headers and [all components page](/components/all-components). - - Added more details about [React tokens](/tokens/develop-with-tokens#react-tokens) and [how to migrate them](/get-started/upgrade#utilize-our-tokens-update-codemod). - - Added React example documentation for [text input group](/components/text-input-group). +#### Design guidelines +- Added a new [status and severity pattern](/patterns/status-and-severity), which provides guidance for using our new severity icons. +- Updated our [quick starts extension](/extensions/quick-starts) with more content guidance. +- Documented our tabular number modifier `.pf-v6-m-tabular-nums` in [typography](/design-foundations/typography), [numerics](/ux-writing/numerics), and [table.](/components/table/design-guidelines) +- Added guidance for editorial styling to our [content component](/components/content) (formerly called text content). +- We've started updating images across our design guidelines to represent PatternFly 6 styling. + +#### Miscellaneous cleanup and enhancements +- Shortened component descriptions shown in component page headers and [all components page](/components/all-components). +- Added more details about [React tokens](/tokens/develop-with-tokens#react-tokens) and [how to migrate them](/get-started/upgrade#utilize-our-tokens-update-codemod). +- Added React example documentation for [text input group](/components/text-input-group). From 3f3279636c8d98a12f27091554c55a373d6e1ebe Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Wed, 16 Oct 2024 12:54:13 -0400 Subject: [PATCH 3/9] Expands on react token naming change. --- .../patternfly-docs/content/get-started/release-highlights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 62389b7532..8392909991 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 @@ -63,7 +63,7 @@ We also added a few new tokens to support the needs of our new chatbot, includin #### React tokens -We added a `t_` prefix to our React tokens. +To address instances where chart tokens and chart variable names were unintentionally identical, we added a `t_` prefix to our React tokens. This makes it easier to differentiate between tokens and variables. ### Extensions maintenance From 4e1b1a74701c82921d9dfe5f5330ec2dd542c384 Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Wed, 16 Oct 2024 16:08:30 -0400 Subject: [PATCH 4/9] Rename battery component group to severity. --- .../patternfly-docs/content/get-started/release-highlights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8392909991..291dad4883 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 @@ -35,7 +35,7 @@ We made many updates to our component groups extension, to improve accuracy, usa | Controls | - Bulk select
- Close button
- Responsive actions (new!) | | Error communication | - Error boundary
- Error state
- Missing page (previously named "invalid object")
- Unauthorized access (previously named "not authorized")
- Unavailable content
- Warning modal | | Helpers | - Column management modal
- Log snippet
- Shortcut grid | -| Status and state indicators | - Ansible
- Battery
- Skeleton table
- Status (new!)
- Tag count | +| Status and state indicators | - Ansible
- Severity (previously Battery)
- Skeleton table
- Status (new!)
- Tag count | ### React component updates From 8ad0c3068ff1b28a33a1b009aef291fcbe515fe8 Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Thu, 24 Oct 2024 17:09:52 -0400 Subject: [PATCH 5/9] Starts integrating feedback. --- .../content/get-started/release-highlights.md | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 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 291dad4883..7eaaa9f79e 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 @@ -25,9 +25,9 @@ As with all things AI currently, this area will continue to grow and mature with ### Component groups restructuring -We made many updates to our component groups extension, to improve accuracy, usability, and alignment with PatternFly 6. We've moved its website section to our top-level navigation for better visibility, and also to support necessary sub-navigation. We've conceptually grouped the components into functional categories. Additionally, we renamed some of the components to be more accurate. +We made many updates to our [component groups extension](/component-groups/about-component-groups) to improve accuracy, usability, and alignment with PatternFly 6. We've moved its website section to our top-level navigation for better visibility, and also to support necessary sub-navigation. We've conceptually grouped the components into functional categories. Additionally, we renamed some of the components to be more accurate. -[Check out the updated documentation](/component-groups/about-component-groups), which includes: +Our updated documentation includes: | **Category** | **Components** | | --- | --- | @@ -42,20 +42,27 @@ We made many updates to our component groups extension, to improve accuracy, usa Here are the most significant updates we made to our React components: - Data list - - Refactored `` to use `` internally. As a result, `id` is now a required prop for ` `. This also fixes broken checkboxes in the examples. + - Refactored `` to use `` internally, which fixes broken checkboxes in the examples. - Dropdown - - Added delay before setting focus on the first dropdown item when `shouldFocusFirstItemOnOpen` is set. This gives enough time for the popover to be shown in the correct location, so the scrollable doesn't scroll to an invalid location. -- Jumplinks + - Added `focusTimeoutDelay`, which specifies the time to wait before setting focus on the first dropdown item when `shouldFocusFirstItemOnOpen` is set. + - Fixed issues with invalid and jumpy scrolling when focusing on the first menu item. +- Jump links - Fixed improper offset in [demo](/components/jump-links/react-demos). - Menu toggle - Removed `pf-m-actions` and, consequently, `SplitButtonOptions`. Items should now be passed directly to `splitButtonItems`. - Added `isPlaceholder` to support customizable placeholder text, as well as [a corresponding example](/components/menu-toggle#placeholder-text-in-toggle). +- Table + - Added `isPlaceholder` to the `` component, which can be used to add placeholder styles to the toggle. This is a feature available in the [deprecated editable table](/components/table/react-deprecated#editable-rows). +- Text input group + - Added validation support and a new `validated` prop. We also added a [text input group with validation example](/components/text-input-group#with-validation). +- Tile + - Deprecated the tile component in favor of card. For usage information, refer to the [cards as tiles example](/components/card#cards-as-tiles). ### Token updates #### Design tokens -We updated existing design tokens and added new tokens to support directional box-shadows. To see these tokens, search "box-tokens" in our [tokens documentation](/tokens/all-patternfly-tokens). +We updated existing design tokens and added new tokens to support directional box-shadows. To see these tokens, search "box-shadow" in our [tokens documentation](/tokens/all-patternfly-tokens). We also added a few new tokens to support the needs of our new chatbot, including: - A tertiary background token that accommodates containers placed on a secondary background. @@ -63,7 +70,7 @@ We also added a few new tokens to support the needs of our new chatbot, includin #### React tokens -To address instances where chart tokens and chart variable names were unintentionally identical, we added a `t_` prefix to our React tokens. This makes it easier to differentiate between tokens and variables. +To address instances where design tokens and CSS variables for charts unintentionally created identical React tokens, we added a `t_` prefix to all design token references in our React tokens. This makes it easier to differentiate between design tokens and CSS variables. ### Extensions maintenance @@ -79,12 +86,12 @@ In addition to the previously mentioned documentation updates, we've made change #### Design guidelines - Added a new [status and severity pattern](/patterns/status-and-severity), which provides guidance for using our new severity icons. - Updated our [quick starts extension](/extensions/quick-starts) with more content guidance. -- Documented our tabular number modifier `.pf-v6-m-tabular-nums` in [typography](/design-foundations/typography), [numerics](/ux-writing/numerics), and [table.](/components/table/design-guidelines) +- Documented our tabular number modifier `.pf-v6-m-tabular-nums` in [typography](/design-foundations/typography), [numerics](/ux-writing/numerics), and [table](/components/table/design-guidelines). - Added guidance for editorial styling to our [content component](/components/content) (formerly called text content). - We've started updating images across our design guidelines to represent PatternFly 6 styling. #### Miscellaneous cleanup and enhancements -- Shortened component descriptions shown in component page headers and [all components page](/components/all-components). +- Shortened component descriptions shown in component page headers and on the [all components page](/components/all-components). - Added more details about [React tokens](/tokens/develop-with-tokens#react-tokens) and [how to migrate them](/get-started/upgrade#utilize-our-tokens-update-codemod). - Added React example documentation for [text input group](/components/text-input-group). From 2a52009994532a87263532d66f09dd4aeefe7c92 Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Fri, 25 Oct 2024 09:38:01 -0400 Subject: [PATCH 6/9] Remove deprecated table update --- .../patternfly-docs/content/get-started/release-highlights.md | 2 -- 1 file changed, 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 7eaaa9f79e..9a59530503 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 @@ -51,8 +51,6 @@ Here are the most significant updates we made to our React components: - Menu toggle - Removed `pf-m-actions` and, consequently, `SplitButtonOptions`. Items should now be passed directly to `splitButtonItems`. - Added `isPlaceholder` to support customizable placeholder text, as well as [a corresponding example](/components/menu-toggle#placeholder-text-in-toggle). -- Table - - Added `isPlaceholder` to the `` component, which can be used to add placeholder styles to the toggle. This is a feature available in the [deprecated editable table](/components/table/react-deprecated#editable-rows). - Text input group - Added validation support and a new `validated` prop. We also added a [text input group with validation example](/components/text-input-group#with-validation). - Tile From cec9d515a9d8ed208b6e443af7b2823f88cea05e Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Fri, 25 Oct 2024 14:56:35 -0400 Subject: [PATCH 7/9] Add promoted links --- .../content/get-started/release-highlights.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) 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 9a59530503..85e2518d9d 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 @@ -12,6 +12,29 @@ import { Divider, Timestamp } from '@patternfly/react-core'; ## PatternFly 6.0 The official release of PatternFly 6 is here! It contains all of the previous features from our alpha and beta releases, but also adds everything described in these release highlights. +### Promoted package versions + +- patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/v6.0.0)) + - [@patternfly/patternfly@6.0.0](https://www.npmjs.com/package/@patternfly/patternfly/v/6.0.0) +- patternfly/patternfly-react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/v6.0.0)) + - [@patternfly/react-charts@8.0.0](https://www.npmjs.com/package/@patternfly/react-charts/v/8.0.0) + - [@patternfly/react-code-editor@6.0.0](https://www.npmjs.com/package/@patternfly/react-code-editor/v/6.0.0) + - [@patternfly/react-core@6.0.0](https://www.npmjs.com/package/@patternfly/react-core/v/6.0.0) + - [@patternfly/react-icons@6.0.0](https://www.npmjs.com/package/@patternfly/react-icons/v/6.0.0) + - [@patternfly/react-styles@6.0.0](https://www.npmjs.com/package/@patternfly/react-styles/v/6.0.0) + - [@patternfly/react-table@6.0.0](https://www.npmjs.com/package/@patternfly/react-table/v/6.0.0) + - [@patternfly/react-tokens@6.0.0](https://www.npmjs.com/package/@patternfly/react-tokens/v/6.0.0) +- PatternFly extensions + - [@patternfly/react-catalog-view-extension@6.0.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/6.0.0) ([changelog](https://github.com/patternfly/react-catalog-view/releases/tag/v6.0.0)) + - [@patternfly/react-console@6.0.0](https://www.npmjs.com/package/@patternfly/react-console/v/6.0.0) ([changelog](https://github.com/patternfly/react-console/releases/tag/v6.0.0)) + - [@patternfly/react-log-viewer@6.0.0](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/6.0.0) ([changelog](https://github.com/patternfly/react-log-viewer/releases/tag/v6.0.0)) + - [@patternfly/react-topology@6.0.0](https://www.npmjs.com/package/@patternfly/react-topology/v/6.0.0) ([changelog](https://github.com/patternfly/react-topology/releases/tag/v6.0.0)) + - [@patternfly/react-user-feedback@6.0.0](https://www.npmjs.com/package/@patternfly/react-user-feedback/v/6.0.0) ([changelog](https://github.com/patternfly/react-user-feedback/releases/tag/v6.0.0)) + - [@patternfly/react-virtualized-extension@6.0.0](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/6.0.0) ([changelog](https://github.com/patternfly/react-virtualized-extension/releases/tag/v6.0.0)) + - [@patternfly/quickstarts@6.0.0](https://www.npmjs.com/package/@patternfly/quickstarts/v/6.0.0) ([changelog](https://github.com/patternfly/patternfly-quickstarts/releases/tag/v6.0.0)) + - [@patternfly/virtual-assistant@2.0.0](https://www.npmjs.com/package/@patternfly/virtual-assistant/v/2.0.0) ([changelog](https://github.com/patternfly/patternfly-quickstarts/releases/tag/v2.0.0)) + - [@patternfly/react-component-groups@6.0.0](https://www.npmjs.com/package/@patternfly/react-component-groups/v/6.0.0) ([changelog](https://github.com/patternfly/react-component-groups/releases/tag/v6.0.0)) + ### PatternFly AI We're excited to introduce PatternFly AI: our new effort to support and integrate AI into our design system. We've added guidance and resources, contained within a new section of our website: From bd63f900a48f64ebcdb0a6eda857c6c14d1021b3 Mon Sep 17 00:00:00 2001 From: Erin Donehoo <105813956+edonehoo@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:43:07 -0400 Subject: [PATCH 8/9] Update topology version ref --- .../patternfly-docs/content/get-started/release-highlights.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 85e2518d9d..2f9f40c507 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 @@ -28,7 +28,8 @@ The official release of PatternFly 6 is here! It contains all of the previous fe - [@patternfly/react-catalog-view-extension@6.0.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/6.0.0) ([changelog](https://github.com/patternfly/react-catalog-view/releases/tag/v6.0.0)) - [@patternfly/react-console@6.0.0](https://www.npmjs.com/package/@patternfly/react-console/v/6.0.0) ([changelog](https://github.com/patternfly/react-console/releases/tag/v6.0.0)) - [@patternfly/react-log-viewer@6.0.0](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/6.0.0) ([changelog](https://github.com/patternfly/react-log-viewer/releases/tag/v6.0.0)) - - [@patternfly/react-topology@6.0.0](https://www.npmjs.com/package/@patternfly/react-topology/v/6.0.0) ([changelog](https://github.com/patternfly/react-topology/releases/tag/v6.0.0)) + - [@patternfly/react-topology@6.0.1](https://www.npmjs.com/package/@patternfly/react-topology/v/6.0.1) ([changelog](https://github.com/patternfly/react-topology/releases/tag/v6.0.1)) + - [@patternfly/react-user-feedback@6.0.0](https://www.npmjs.com/package/@patternfly/react-user-feedback/v/6.0.0) ([changelog](https://github.com/patternfly/react-user-feedback/releases/tag/v6.0.0)) - [@patternfly/react-virtualized-extension@6.0.0](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/6.0.0) ([changelog](https://github.com/patternfly/react-virtualized-extension/releases/tag/v6.0.0)) - [@patternfly/quickstarts@6.0.0](https://www.npmjs.com/package/@patternfly/quickstarts/v/6.0.0) ([changelog](https://github.com/patternfly/patternfly-quickstarts/releases/tag/v6.0.0)) From 77541252166ff9e15df80c16e494947044852efc Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Tue, 29 Oct 2024 09:27:40 -0400 Subject: [PATCH 9/9] Fix broken links --- .../patternfly-docs/content/get-started/release-highlights.md | 4 ++-- 1 file changed, 2 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 2f9f40c507..74eea59704 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 @@ -40,7 +40,7 @@ The official release of PatternFly 6 is here! It contains all of the previous fe We're excited to introduce PatternFly AI: our new effort to support and integrate AI into our design system. We've added guidance and resources, contained within a new section of our website: -- [About PatternFly AI](/patternfly-ai/about-patternfly-ai) +- [About PatternFly AI](/patternfly-ai/about-ai) - [AI guidelines](/patternfly-ai/ai-guidelines) - [Chatbot](/patternfly-ai/chatbot/about-chatbot) - [Conversation design](/patternfly-ai/conversation-design) @@ -74,7 +74,7 @@ Here are the most significant updates we made to our React components: - Fixed improper offset in [demo](/components/jump-links/react-demos). - Menu toggle - Removed `pf-m-actions` and, consequently, `SplitButtonOptions`. Items should now be passed directly to `splitButtonItems`. - - Added `isPlaceholder` to support customizable placeholder text, as well as [a corresponding example](/components/menu-toggle#placeholder-text-in-toggle). + - Added `isPlaceholder` to support customizable placeholder text, as well as [a corresponding example](/components/menus/menu-toggle/#placeholder-text-in-toggle). - Text input group - Added validation support and a new `validated` prop. We also added a [text input group with validation example](/components/text-input-group#with-validation). - Tile