-
Notifications
You must be signed in to change notification settings - Fork 138
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
base: main
Are you sure you want to change the base?
Conversation
- [Multiple file attachments](/patternfly-ai/chatbot/messages#messages-with-attachments). | ||
- [Quick response buttons](/patternfly-ai/chatbot/messages#messages-with-quick-responses). | ||
- 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. |
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.
We've also added these since the last release:
- Guidance on how to skip to a chatbot (for accessibility purposes)
- Swapped out the textarea in the message bar for a custom one - previous one was an inappropriate library created by some random college student (I didn't pick the original one, I swear!)
- Truncate Message bot/user names if they're too long
- Handle more complex list output in messages
- Added stop button option for message bar
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.
The avatar and toggle changes are not marked as release blockers, so they may not make it depending on when the freeze is called. I'd like to also include a breaking change (I have a PR up for this) to deprecate our default avatars that Rohit's team had included. I've notified our consumers.
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.
perfect ty!
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.
We just merged both avatar PRs - one also includes a breaking change for the tooltip on the chatbot toggle: patternfly/chatbot#335. We changed it from toolTipLabel to tooltipLabel to match the other props.
Closes #4384
Note that many of these links will not work yet, because things are still in flight. But I think I have them set up for what they will eventually be.
Also will probably need to continue adding to this as things merge, though I'd like to keep it focused on the "highlights" as much as possible, rather than outlining every issue that went into this (since we will be linking to the GH release notes for this context anyways)