From 13cea95d708789fe5f249da49b15f3ffb6697c9c Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Fri, 27 Aug 2021 11:38:06 +0200 Subject: [PATCH] ### 5.0.17-rc.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74612ac6..d807d409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chat21-web-widget ver 5.0 +### 5.0.17-rc.2 +- changed: loggerService accept string value as logLevel input parameter +- changed: LogLevel const in constant.ts to map string in number +- updated: env, README.md and env.sample to accept string for logLevel property +- changed: removed mqtt lib from package.json and used specific version in chat21client.js +- changed: upload mqtt.min.js lib locally from assets/js/mqtt folder +- bug-fixed: iframe url is null -> changed metadata.url to metadata.src in if condition + ### 5.0.17-rc.1 - bug-fixed: if widget is opened in two or more tabs and i send a message, it sounds in other tabs--> do not sound if i send a message - bug-fixed: onPaste if text exceeded the minHeight, move send-button to left to not overflow the text-area scrool bar