Releases: patternfly/virtual-assistant
Releases · patternfly/virtual-assistant
prerelease-v2.1.0-prerelease.5
prerelease-v2.1.0-prerelease.4
prerelease-v2.1.0-prerelease.3
2.1.0-prerelease.3 (2024-10-29)
Bug Fixes
- Message/MessageLoading/FileDetailsLabel: Update to PF tokens (ffd2d83)
prerelease-v2.1.0-prerelease.2
prerelease-v2.1.0-prerelease.1
v2.0.0
What's Changed
- feat: migrate chatbot toggle by @nicolethoen in #31
- feat(beta): Upgraded to beta for virtual assistant. by @dlabaj in #74
- fix: clean up more ChatbotToggle styles by @nicolethoen in #75
- feat(footer): migrate footer, footnote and message bar components by @rohitkrai03 in #78
- feat(Brand): migrate brand component by @nicolethoen in #77
- feat: add Header components by @nicolethoen in #79
- feat(AttachmentEdit): Add AttachmentEdit by @rebeccaalpert in #82
- feat(PreviewAttachment): add Preview Attachment component by @rebeccaalpert in #83
- feat(chatbot): add chatbot layout and message components by @rohitkrai03 in #86
- feat(FileDropZone): Add drop zone for file upload purposes by @rebeccaalpert in #84
- fix(CodeModal): Restyle to match updated design by @rebeccaalpert in #89
- fix(chatbot): fix the export for message box component by @rohitkrai03 in #93
- feat(AttachMenu): add menu for attachment search by @rebeccaalpert in #85
- fix(FileDropZone): restyle FileDropZone to match design by @rebeccaalpert in #88
- chore(AttachmentError): Add demo for AttachmentError by @rebeccaalpert in #92
- feat(FileDetailsLabel): Add label with file info by @rebeccaalpert in #91
- fix(FileDetailsLabel): Add dark mode styling by @rebeccaalpert in #97
- feat(chatbot): refactor chatbot header by @rohitkrai03 in #94
- feat(ChatbotAttachment): Wired FileDropZone into chatbot demo by @rebeccaalpert in #95
- fix: round one of CSS clean up by @nicolethoen in #105
- fix(ChatbotHeaderOptionsDropdown): Prevent overflow on kebab menu by @rebeccaalpert in #113
- feat(ChatbotAttachment): Add attachment to message by @rebeccaalpert in #98
- fix(FileDetailsLabel): Adjust styles for clickable button by @rebeccaalpert in #99
- fix(ChatbotHeader): Fix dark mode logo by @rebeccaalpert in #112
- Updates post chatbot refactor by @rebeccaalpert in #116
- feat(ChatbotAttachMenu): Add chatbot demo with attach menu by @rebeccaalpert in #107
- feat(ChatbotAttachment): Hook up attach button by @rebeccaalpert in #102
- fix(FileDetailsLabel): Fix obvious hover problem on dark mode by @rebeccaalpert in #126
- fix(CodeModal/MessageBar): Adjust height of code editor and adjust type/default lost in rebase by @rebeccaalpert in #129
- fix: clean up layout in message bar & footer by @nicolethoen in #115
- chore(docs): Update about page by @rebeccaalpert in #131
- fix: reorganize some docs by @nicolethoen in #130
- fix(TextMessage): Always override text color in user message bubbles by @rebeccaalpert in #140
- fix(ChatbotHeader): Adjust styles so logo doesn't move by @rebeccaalpert in #134
- fix(CodeBlock): Fix dark mode issues by @rebeccaalpert in #141
- fix(FileDetails/FileDetailsLabel): Update styles to use Kayla's tokens by @rebeccaalpert in #133
- fix(ChatbotWelcomePrompt): Sample prompts should be a row on fullscreen by @rebeccaalpert in #142
- fix: button and toggle tokens by @nicolethoen in #143
- fix(AttachMenu): Update styles and fix bug by @rebeccaalpert in #132
- fix(FileDropZone/CodeModal): Pass Chatbot display mode down by @rebeccaalpert in #135
- fix(CodeModal): Adjust styles to match Kayla's design by @rebeccaalpert in #146
- fix(ChatbotHeader): Adjust spacing by @rebeccaalpert in #148
- fix(FileDetailsLabel): Kayla wants to change the background by @rebeccaalpert in #150
- chore(Chatbot/ChatbotAttachment): Show selected state on display mode dropdowns by @rebeccaalpert in #154
- docs: add footer examples by @nicolethoen in #153
- docs: Create chatbot docs by @nicolethoen in #151
- fix(docs): Add polyfill for path by @rebeccaalpert in #161
- chore(docs): Update README by @rebeccaalpert in #167
- chore(ChatbotHeader): Update logos by @rebeccaalpert in #152
- fix(FileDropZone): Update to match Kayla's design by @rebeccaalpert in #147
- fix(ChatbotHeaderSelectorDropdown): Try to fix onSelect problem in RHDH by @rebeccaalpert in #172
- fix(ChatbotContent): Fix double scroll issue for RHDH by @rebeccaalpert in #173
- fix(AttachButton/AttachmentMenu): Add input by @rebeccaalpert in #170
- fix(Header): Refactor into composable grid by @rebeccaalpert in #162
- chore(docs): Update demos to scroll when new questions are asked by @rebeccaalpert in #163
- fix(Header): Update icons by @rebeccaalpert in #169
- fix(MessageBar): Adjust padding by @rebeccaalpert in #176
- feat(ResponseActions): Add ResponseActions to Messages by @rebeccaalpert in #165
- fix(demos): Replace structuredClone in Chatbot demo by @rebeccaalpert in #180
- fix(ChatbotAlert): Fix layout by @rebeccaalpert in #186
- fix(Chatbot/FileDropzone): Switch from grid to flex layout by @rebeccaalpert in #185
- feat(MessageHistory): Add message history drawer by @rebeccaalpert in #177
- fix: css clean up + message docs by @nicolethoen in #181
- chore(docs): Update description of what doc contains by @rebeccaalpert in #188
- Update versions to latest PatternFly release candidates by @rebeccaalpert in #190
- feat(Sources): Add Sources component by @rebeccaalpert in #191
- chore(docs): Add docs for embedded chatbot by @rebeccaalpert in #203
- chore(docs): Add name to Message examples by @rebeccaalpert in #204
- fix(docs): Switch from path to path-browserify and add id to Message by @rebeccaalpert in #206
- fix(docs): Add prop for aria label by @rebeccaalpert in #208
- fix(Message): Remove background and adjust padding for Bot messages by @rebeccaalpert in #205
- fix(JumpButton): Make styles important for now by @rebeccaalpert in #210
- Docs audit and updates. by @edonehoo in #202
- feat: allow custom icon in chatbot toggle by @nicolethoen in #211
- Update screenshots and deprecate default avatars in examples by @rebeccaalpert in #212
- fix(Chatbot/JumpButton): Remove content from DOM when not visible by @rebeccaalpert in #228
- fix(MessageBox): Announce new messages by @rebeccaalpert in #229
- fix(ChatbotHeaderSelectorDropdown/ChatbotHeaderOptionsDropdown): Should be keybo...
prerelease-v2.1.0-prerelease.0
Update promote.yml
prerelease-v2.0.0-prerelease.1
2.0.0-prerelease.1 (2024-10-24)
Bug Fixes
- add PF logo.svg (008c35b)
- AttachButton/AttachmentMenu: Add input (9649b26)
- AttachMenu: Allow tabbing into input (3f9c761)
- AttachMenu: Try to fix latency issue and refactor (f0fbef0)
- AttachMenu: Update styles and fix bug (27f5af5)
- bump to 6.0.0 pf versions (#269) (1cb6cf4)
- button and toggle tokens (#143) (df66f52)
- Chatbot/FileDropzone: Switch from grid to flex layout (0f66023)
- Chatbot/JumpButton: Remove content from DOM when not visible (59cd014)
- ChatbotAlert: Fix layout (751974b)
- ChatbotContent: Fix double scroll issue for RHDH (9205ab7)
- ChatbotConversationHistoryNav: Fix positioning issue (b8a9b36)
- ChatbotConversationHistoryNav: Focus should go to launcher on close (0cc9fdf)
- ChatbotConversationHistoryNav: Height of main screen should be 100vh (8dc8218)
- chatbot: fix the export for message box component (c367823)
- ChatbotHeader: Adjust bring more in line with PatternFly (53e95dc)
- ChatbotHeader: Adjust styles so logo doesn't move (e524823)
- ChatbotHeader: Fix dark mode logo (2a3d616)
- ChatbotHeader: On full screen mode, logo is moving (f20e219)
- ChatbotHeaderOptionsDropdown: Prevent overflow on kebab menu (e1d911a)
- ChatbotHeaderSelectorDropdown/ChatbotHeaderOptionsDropdown: Should be keyboard navigable (f94e914)
- ChatbotHeaderSelectorDropdown: Aria label should include current selection (1777ec0)
- ChatbotHeaderSelectorDropdown: Try to fix onSelect problem in RHDH Lightspeed (899fb64)
- ChatbotHeader: Upgrade changed the color and position of the icons (ecf1e8f)
- ChatbotWelcomePrompt: Sample prompts should be a row on fullscreen (cf175f6)
- clean up build (eb249f5)
- clean up more ChatbotToggle styles (7e6d772)
- CodeBlock: Fix dark mode issues (b2efc0f)
- CodeModal: Adjust height of code editor (246e832)
- CodeModal: Adjust styles to match Kayla's design (895830b)
- CodeModal: Allow CodeModal to accept Chatbot display mode (e025085)
- CodeModal: CodeModal should overlay chatbot only (d899204)
- CodeModal: Fix height after Chatbot refactor (c3e4c76)
- CodeModal: Restyle to match updated design (119bc33)
- CodeModal: Show correct language (57d3500)
- CodeModal: Updated language handling in CodeModal and FileDetails/FileDetailsLabel (a5b8b68)
- ConversationHistoryDropdown: Add aria-role (38992e6)
- css clean up + message docs (#181) (92b0be9)
- demos: Replace lodash with shallow copy (bce3e89)
- demos: Replace structuredClone in Chatbot demo (6fe9ded)
- deploy-prerelease: Update README.md (b7136f6)
- docs: Add polyfill for path (faa55f8)
- docs: Add prop for aria label (8455c8c)
- docs: Switch from path to path-browserify and add id to Message (bb66d6d)
- dryrun 2.0 alpha (6fe9b11)
- FileDetailsLabel: Add dark mode styling (c3c1870)
- FileDetailsLabel: Adjust styles for clickable button (5910a40)
- FileDetailsLabel: Fix obvious hover problem on dark mode (8b9029b)
- FileDetailsLabel: Kayla wants to change the background (cb70c5e)
- FileDetailsLabel: Update to use Kayla's tokens (050d07a)
- FileDetails: Update to use Kayla's tokens (d847db5)
- FileDropZone: Allow FileDropZone to accept Chatbot display mode (f1beece)
- FileDropZone: Fix height (8c35a21)
- FileDropZone: restyle FileDropZone to match design (f82436c)
- FileDropZone: Update to match Kayla's design (ffa7d43)
- Header: Refactor into composable grid (324eb55)
- Header: Update icons (7676238)
- JumpButton: Make styles important for now (3423006)
- lint: fix prettier linting errors (935c892)
- MessageBar: Added callback function for attachment button click ([0a91930](0a919303b0cf0617c7...