Skip to content

Releases: Cognigy/Webchat

v3.38.0

09 Feb 11:12

Choose a tag to compare

v3.38.0 Pre-release
Pre-release

New Features

  • Updated input field 'enterKeyHint' attribute to display 'send' on mobile device keyboards instead of default 'enter' by @vj-venkatesan #245

Bug Fixes

v3.37.0

12 Jan 11:53

Choose a tag to compare

Bug Fixes

Security Fixes

  • Update socket-client to fix security vulnerability by @ravi712 in #237

Full Changelog: v3.36.0...v3.37.0

v3.36.0

05 Jan 10:08

Choose a tag to compare

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

15 Dec 16:44

Choose a tag to compare

Bug Fixes

  • Fix empty message bubble when collation is off by @sushmi21 - #221
  • Fix message visibility after a plugin message is rendered in chat log by @sushmi21 - #222
  • Fix timestamps in previous conversations list to display 'Today', 'Yesterday', 'last month', etc by @sushmi21 - #217

Security Fixes

  • Incomplete regular expressions for hostnames by @kwinto - #220
  • Incomplete string escaping or encoding by @kwinto - #220

v3.34.0

01 Dec 10:13

Choose a tag to compare

Bug Fixes

  • Fixed a regression in rendering HTML with renderMarkdown settings enabled by @sushmi21 in #219

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

14 Nov 15:30

Choose a tag to compare

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

  • Fixed bot messages restoration when Progressive Rendering on by @kwinto in #200

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

04 Nov 13:28

Choose a tag to compare

New Feature

  • Added the possibility to use different webchat icons with animations #191

v3.31.0

17 Sep 11:53

Choose a tag to compare

Bug Fix

  • Fixed message visibility with progressive rendering and teaser message enabled by @sushmi21 in #179

Internal Improvement

  • Trigger the npm publish on release by @kwinto in #172

Full Changelog: v3.30.1...v3.31.0

v3.30.1

02 Sep 15:13
57efbfd

Choose a tag to compare

Bug Fixes

  • Fixed delete conversation issue caused by a regression in v3.30.0 by @vj-venkatesan #171

v3.30.0

22 Aug 12:06

Choose a tag to compare

Note

Beginning with this release, we are no longer publishing the compressed (.js.gz, .js.br) versions of the Webchat script.

Bug Fixes

  • Channel name customization for Analytics (Note: this also requires Cognigy.AI 2025.18+ version) by @kwinto - #167

Improvements