-
Notifications
You must be signed in to change notification settings - Fork 147
docs(release-highlights): Adds highlights for 6.2 release. #4493
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
df69e4f
docs(release-highlights): Adds highlights for 6.2 release.
edonehoo cac204d
couple typos
edonehoo 0702447
Expands on chatbot updates and reorganizes some
edonehoo 01c20ff
Remove chatbot line
edonehoo df71233
Adds notes from closed React issues.
edonehoo 85d31f5
Apply suggestions from code review
edonehoo dbe5a54
Merge branch 'main' into iss4461
edonehoo 261d5a5
Update a few component notes.
edonehoo 5ba2f6b
Update with recently completed core and react issues.
edonehoo a686d36
Merge branch 'main' into iss4461
edonehoo 42ca99c
Adds more notes and changes timestamps.
edonehoo bc89a2c
Adjust timestamps.
edonehoo 78c5c79
A couple of edits
edonehoo e938e32
Add preliminary package list.
edonehoo 5ee300c
Update packages/documentation-site/patternfly-docs/content/get-starte…
edonehoo f51c4bb
ChatBot design guidelines pr merged
edonehoo bf5e096
Update animation line
edonehoo e0eef52
Re-craft highlights into a few narratives.
edonehoo a810f22
Change timestamp for 6.2.
edonehoo 1b58830
Change details for nav animation.
edonehoo 0465e00
Merge branch 'main' into iss4461
edonehoo 0f884bc
Some phrasing changes.
edonehoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,102 @@ section: get-started | |
| import './get-started.css'; | ||
| import { Divider, Timestamp } from '@patternfly/react-core'; | ||
|
|
||
| <Timestamp>March 2024</Timestamp> | ||
|
|
||
| ## PatternFly 6.2 | ||
|
|
||
| ### Promoted package versions | ||
| - patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/v6.2.0)) | ||
| - [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/patternfly) | ||
| - patternfly/react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/v6.2.0)) | ||
| - PatternFly extensions | ||
| - [@patternfly/[email protected]](https://www.npmjs.com/package/@patternfly/chatbot) ([changelog](https://github.com/patternfly/chatbot/releases/tag/v2.2.0)) | ||
|
|
||
| ### Component updates | ||
|
|
||
| #### Bugs | ||
| - Select: We fixed scrolling for menus with grouped items. | ||
| - Masthead: We correct vertical centering. | ||
|
|
||
| #### Features | ||
| - | ||
|
|
||
| ### Extension updates | ||
|
|
||
| #### ChatBot | ||
|
|
||
| ##### Bugs | ||
| - We fixed an overflow issue in popovers with long titles. | ||
|
rebeccaalpert marked this conversation as resolved.
Outdated
edonehoo marked this conversation as resolved.
Outdated
|
||
| - We fixed the appearance of links. | ||
|
edonehoo marked this conversation as resolved.
Outdated
|
||
| - We removed the cancel button from the user feedback form, which was unnecessary due to the present of a close button. | ||
|
edonehoo marked this conversation as resolved.
Outdated
|
||
| - We made resize and form-control overrides more important to assist with downstream implementations. | ||
|
edonehoo marked this conversation as resolved.
Outdated
|
||
| - We added loading and error states to the conversation history. | ||
|
edonehoo marked this conversation as resolved.
Outdated
|
||
| - We made updates for general style consistency. | ||
|
|
||
|
edonehoo marked this conversation as resolved.
Outdated
|
||
| ##### Features | ||
| - We added the following new ChatBot features: | ||
| - [Inline drawer display mode](/patternfly-ai/chatbot/overview/demo/#inline-drawer-chatbot). | ||
| - [Message feedback and thank-you cards](/patternfly-ai/chatbot/messages#message-feedback). | ||
| - [Resizable function for the conversation history drawer](/patternfly-ai/chatbot/ui#resizable-drawer). | ||
| - [Layout for comparing ChatBots](/patternfly-ai/chatbot/overview/demo#comparing-chatbots). | ||
| - [Support for quick starts](/patternfly-ai/chatbot/messages#messages-with-quick-start-tiles). | ||
| - [Global ChatBot setting menu](/patternfly-ai/chatbot/ui#settings). | ||
| - [Terms of use modal](/patternfly-ai/chatbot/ui#terms-of-use). | ||
| - Additional message content types (as shown in the [bot messages](/patternfly-ai/chatbot/messages#bot-messages) examples): | ||
| - Inline error message. | ||
| - Block quotes. | ||
| - Headings. | ||
| - External links, with styling. | ||
| - Images. | ||
| - Tables in messages. | ||
| - **Note:** We're still updating our design guidelines to reflect these changes and will provide an update once they are complete. | ||
| - New documentation to guide the use of [analytics in ChatBots](/patternfly-ai/chatbot/analytics). | ||
|
|
||
|
edonehoo marked this conversation as resolved.
|
||
| #### Component groups | ||
|
|
||
| ##### Bugs | ||
| - We updated the [responsive actions](/component-groups/controls/responsive-actions) component to make a disabled state available for overflow menu items. | ||
| - We fixed props in a number of components, to include support for `ReactNode` objects. | ||
|
|
||
| ##### Features | ||
| - We added a new [stale data warning component](/component-groups/status-and-state-indicators/stale-data-warning). | ||
| - We added a text confirmation option to the [warning modal](/component-groups/error-communication/warning-modal#warning-modal-with-a-text-confirmation). | ||
|
|
||
| #### Topology | ||
|
|
||
| ##### Bugs | ||
| - We updated dynamic context menus (menus whose options depend on asynchronous processes like API calls) to fix an issue that caused menus to open downward (instead of upward) when there wasn't enough screen space. | ||
|
|
||
| #### User feedback | ||
|
|
||
| ##### Bugs | ||
| - We made updates to ensure that CSS overrides take precedent over PatternFly's default styles. | ||
|
edonehoo marked this conversation as resolved.
Outdated
|
||
|
|
||
| #### Quick starts | ||
|
|
||
| ##### Bugs | ||
| - We fixed an issue where plain code fences weren't being transformed. | ||
| - We reduced the spacing between the catalog page title and hint. | ||
| - We've changed the markdown parser to one that's more actively being maintained. | ||
| - If you're supplying any custom markdown extensions please verify that they still work properly, as this is the area where bugs are most likely from this change. | ||
| - If you see issues with custom markdown extensions, or any other issues with markdown parsing after this change, please [raise an issue](https://github.com/patternfly/patternfly-quickstarts/issues). | ||
| - We improved style scoping to avoid clashing with PatternFly styles. | ||
|
|
||
| ##### Features | ||
| - We added support for the ChatBot extension. | ||
|
|
||
| ### Website updates | ||
|
|
||
| ##### Bugs | ||
| - We corrected a typo in the [PatternFly spacers table](/design-foundations/spacers/#patternfly-spacers). | ||
| - We adjusted the SVG download behavior for [PatternFly icons](/design-foundations/icons/#all-icons), to remove a wrapping `<span>` that prevented imports into some design tools. | ||
| - We improved accessibility for the hover text of PatternFly logos in the website masthead and footer. | ||
|
|
||
| ##### Features | ||
| - We expanded the [PatternFly 6 upgrade guide](/get-started/upgrade) to include additional instructions that we've put together as products have been completing their migration. | ||
|
|
||
| <Divider /> | ||
|
|
||
| <Timestamp>January 2024</Timestamp> | ||
|
|
||
| ## PatternFly 6.1.1 | ||
|
|
@@ -290,7 +386,7 @@ We applied PatternFly 6 styles to the rest of our extensions. All have now been | |
| - Catalog view | ||
| - Quickstarts | ||
|
|
||
| Related design resources can also be found in [our PatternFly 6 Figma kit.](https://www.figma.com/@patternfly) | ||
| Related design resources can also be found in [our PatternFly 6 Figma kit](https://www.figma.com/@patternfly). | ||
|
|
||
| ### Bug fixes | ||
| We fixed bugs that were reported throughout the alpha period including. We: | ||
|
|
@@ -316,8 +412,8 @@ All of our components have a new look to match. As you use the alpha website, ta | |
|
|
||
| ### Design tokens | ||
|
|
||
| In order to support PatternFly 6, and any future visual theming capabilities, we have implemented a design token system for PatternFly. For more details and instructions on how to use tokens, you can refer to our new [design token documentation.](/tokens/about-tokens) | ||
| In order to support PatternFly 6, and any future visual theming capabilities, we have implemented a design token system for PatternFly. For more details and instructions on how to use tokens, you can refer to our new [design token documentation](/tokens/about-tokens). | ||
|
|
||
| Our tokens cover both dark and light themes, and make it easier to support both in your product. We also updated our [dark theme handbook](/developer-resources/dark-theme-handbook) to align with our tokens. | ||
|
|
||
| **Note:** The PatternFly 5 design library is not built with tokens. To take advantage of our token system, you must [upgrade your product to PatternFly 6.](/get-started/upgrade) | ||
| **Note:** The PatternFly 5 design library is not built with tokens. To take advantage of our token system, you must [upgrade your product to PatternFly 6](/get-started/upgrade). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.