-
Notifications
You must be signed in to change notification settings - Fork 139
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 for 6.1 release. #4393
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f9bb3bb
docs(release-highlights): Adds highlights for 6.1 release.
edonehoo 95b01a8
Expand on chatbot updates.
edonehoo 6b302e7
Small casing change
edonehoo d4ef3b4
Merge branch 'main' into iss4384
edonehoo caaf58b
Final content tweaks
edonehoo e1e5df2
Expand on specific core bug
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 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,65 @@ section: get-started | |
import './get-started.css'; | ||
import { Divider, Timestamp } from '@patternfly/react-core'; | ||
|
||
<Timestamp>December 2024</Timestamp> | ||
|
||
## PatternFly 6.1 | ||
|
||
### Promoted package versions | ||
|
||
### Component updates | ||
|
||
We fixed bugs that were reported in our components, the details of which can be found in [the patternfly-react release notes](https://github.com/patternfly/patternfly-react/releases) and the [patternfly (Core) release notes](https://github.com/patternfly/patternfly/releases). | ||
|
||
These changes mostly resolved functionality issues and made improvements to visual styles. | ||
|
||
The following fix could require manual updates depending on how you handle breakpoints in your code: | ||
|
||
- We fixed a breakpoint issue in our table component, which caused table breakpoints for the desktop/mobile responsive layout to be 1px off from our other component breakpoints. Now, the table will responsively update between desktop and mobile at the same width as our other components. If you've manually configured your own breakpoints to match table's previous breakpoints, this fix will require you to make CSS updates to bring your code in line with the updated breakpoint value. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice!! |
||
|
||
### Website updates | ||
|
||
- We fixed an issue on PatternFly.org that prevented proper page loading when navigating to new pages via in-content links. | ||
|
||
- We updated [the PatternFly.org accessibility scorecard](/accessibility/accessibility-scorecard#patternfly.org-accessibility-scorecard) and will begin to resolve accessibility violations that were identified. | ||
|
||
### Content updates | ||
|
||
- We updated design guideline images for [context selector](/components/menus/context-selector/design-guidelines) to align with PatternFly 6 styles. There is an ongoing effort to update images across PatternFly.org to reflect our new visuals, tracked in this [PatternFly 6 design guidelines issue](https://github.com/patternfly/patternfly-org/issues/4235). | ||
- We updated the illustrations on [the component overview page](/components/all-components). | ||
- We updated and added "draggable" examples to [dual list selector](/components/dual-list-selector#draggable) and [data list](/components/data-list#draggable). | ||
- We updated our ChatBot documentation: | ||
- We renamed the extension to "ChatBot", to better brand our offering and help distinguish it from other general "chatbot" features. | ||
- We combined and organized our documentation into a few cohesive pages: ["Overview"](/patternfly-ai/chatbot/overview), ["UI"](/patternfly-ai/chatbot/ui), and ["Messages"](/patternfly-ai/chatbot/message). Note that our documentation structure could continue to change as our extension grows. We will continue to share updates when changes occur. | ||
- We moved our [basic and embedded ChatBot demos](/patternfly-ai/chatbot/overview/demo) to the "Overview" page for better visibility. | ||
- We added initial [ChatBot design guidelines](/patternfly-ai/chatbot/overview/design-guidelines), which can also be found on the "Overview" page. | ||
- We added documentation for new features, as described in the following section. | ||
|
||
### Extension updates | ||
|
||
#### ChatBot | ||
|
||
We've continued to evolve our new ChatBot: | ||
- We renamed the repo from "patternfly/visual-assistant" to "patternfly/chatbot" to align with our website docs. | ||
- We removed the third-party `AutoTextArea` in the message bar and replaced it with our own custom solution. | ||
- We renamed the `toolTipLabel` prop to `tooltipLabel`. | ||
- We added support for new features, including: | ||
- A ["skip to chatbot" button](patternfly-ai/chatbot/ui/#skip-to-content). | ||
- New features in [ChatBot messages](/patternfly-ai/chatbot/messages#messages) and the message bar: | ||
- Truncation of long bot and user names. | ||
- More complex list formats. | ||
- [Quick response buttons](/patternfly-ai/chatbot/messages#messages-with-quick-responses). | ||
- [Multiple file attachments](/patternfly-ai/chatbot/messages#messages-with-attachments). | ||
- A [stop streaming button](/patternfly-ai/chatbot/ui#message-bar-with-stop-button) that will pause the streaming of a ChatBot message. | ||
- Additional customization options for [welcome messages](/patternfly-ai/chatbot/ui#welcome-message), [message avatars](/patternfly-ai/chatbot/messages#messages), [message actions](/patternfly-ai/chatbot/messages#custom-messages-actions), [modal](/patternfly-ai/chatbot/ui#modal), [toggle shape](/patternfly-ai/chatbot/ui#custom-toggle-shape). | ||
- A variety of styling updates to shadows, sizing, and positioning. | ||
|
||
#### Component groups | ||
|
||
- We added customization support to [error state](/component-groups/error-communication/error-state) via PatternFly empty state props, including a custom icon and title heading level. | ||
|
||
<Divider /> | ||
|
||
<Timestamp>October 2024</Timestamp> | ||
|
||
## PatternFly 6.0 | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are the core PRs that will go in the patch release. I can review these with you and help write descriptions, just lemme know!
patternfly/patternfly#7246
patternfly/patternfly#7217
patternfly/patternfly#7198
patternfly/patternfly#7184
patternfly/patternfly#7224
patternfly/patternfly#7175
patternfly/patternfly#7189
patternfly/patternfly#7201
patternfly/patternfly#7213
patternfly/patternfly#7176
patternfly/patternfly#7218
patternfly/patternfly#7212
patternfly/patternfly#7134
patternfly/patternfly#7087
patternfly/patternfly#7171
patternfly/patternfly#7152