You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,18 @@
16
16
-**Community Interest Targeting**: Community involvement question now only shown to users who provide contact information
17
17
-**Anonymous Feedback Improvements**: Community interest field hidden from summary for anonymous submissions
18
18
-**Focus Management**: Fixed keyboard focus jumping to previous questions; now properly targets current question only
19
+
-**Q&A Response System**: Replaced unreliable `streamMessage` with direct API calls using `injectMessage` for consistent response display
19
20
20
21
### Fixed
22
+
-**Critical Q&A Display Issue**: Fixed problem where Q&A responses stopped displaying after 3-4 questions due to react-chatbotify's `streamMessage` accumulating state
23
+
-**Query ID Generation**: Implemented UUID-based query ID generation directly in QA flow to ensure proper feedback tracking
24
+
-**Response Reliability**: Q&A responses now display consistently regardless of conversation length
21
25
- Resolved form state persistence issues where previous session data would interfere with new submissions
22
26
- Fixed multiple checkbox selection display in feedback summary (was showing only one selection)
23
27
- Corrected timing issues with form context updates using chatState.userInput pattern
24
28
- Fixed anonymous feedback showing previous contact information in summary
25
29
- Improved keyboard accessibility for checkboxes with proper focus management
30
+
- Removed broken fallback loop flow that used deprecated `streamMessage` approach
0 commit comments