Releases: Cognigy/Webchat
Releases · Cognigy/Webchat
v3.38.0
New Features
- Updated input field 'enterKeyHint' attribute to display 'send' on mobile device keyboards instead of default 'enter' by @vj-venkatesan #245
Bug Fixes
- Fixes google translate crashing webchat issue by @vj-venkatesan #247
v3.37.0
v3.36.0
Bug Fixes
- Fix semantics in list message by updating chat-components by @diegoschacht in #228
- Fix flaky test for plugin message with progressive rendering by @sushmi21 in #227
Improvements
- Add documentation for Text with buttons message type action buttons container by @sushmi21 in #229
- Auto-focus webchat screen title when opened by @sushmi21 in #230
Full Changelog: v3.35.0...v3.36.0
v3.35.0
v3.34.0
Bug Fixes
Security Fixes
- Fix critical axios security vulnerability and update outdated packages by @Copilot in #194
Full Changelog: v3.33.0...v3.34.0
v3.33.0
Caution
This version has a regression that breaks HTML rendering in messages with renderMarkdown enabled.
Upgrade to 3.34.0 to avoid this issue.
Bug Fixes
Improvements
- Improve CSS customization documentation by @sushmi21 in #196
- Adjust settings description for slide aria-label in embedding docs by @sushmi21 in #202
- Added posibility to customize aria-labels for Gallery slide by @sushmi21 in #204
- Added support for tel: links in Markdown by @kwinto in #204
Internal Improvements
- Optimized visibleOutputMessages update by eliminating intermediate array copy by @Copilot in #203
- Removed redundant animationState truthy check in reducer by @Copilot in #205
Full Changelog: v3.32.0...v3.33.0
v3.32.0
v3.31.0
v3.30.1
Bug Fixes
- Fixed delete conversation issue caused by a regression in v3.30.0 by @vj-venkatesan #171