Skip to content

Releases: Cognigy/Webchat

v3.42.0

30 Apr 06:58

Choose a tag to compare

v3.42.0 Pre-release
Pre-release

Bug Fixes

Internal Improvements

  • Support React 19 in ESM build by @kwinto in #271
  • Trigger preview deploy on ready_for_review by @kwinto in #264

Security Fixes

Full Changelog: v3.41.0...v3.42.0

v3.41.0

02 Apr 13:36
d6bd6e0

Choose a tag to compare

Security Fix

  • Updated @cognigy/socket-client to 5.0.0-beta.26, fixing dependency vulnerabilities

Internal Improvement

  • Improved promote-to-latest release workflow: added tag validation, Node.js 24 support, pre-release dist-tag cleanup

Full Changelog: v3.40.0...v3.41.0

v3.40.0

09 Mar 12:41

Choose a tag to compare

What's Changed

  • Update chat-components to 0.69.0, fixing a security vulnerability

Full Changelog: v3.39.0...v3.40.0

v3.39.0

23 Feb 11:24

Choose a tag to compare

Bug Fixes

  • fix: apply code review feedback from PR #251 by @Copilot in #252
  • fix: Always scroll to bottom on user input by @kwinto in #253

Improvements

  • update axios package and relock by @ravi712 in #249
  • ci: add PR preview deploy and cleanup workflows by @kwinto in #251
  • feat: add npm trusted publishing with OIDC authentication by @ls-ramos in #244

Full Changelog: v3.38.0...v3.39.0

v3.38.0

09 Feb 11:12

Choose a tag to compare

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