Skip to content

Commit 52473e6

Browse files
authored
4.14.2 (#4410)
1 parent 077641a commit 52473e6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
346346

347347
- Fixes [#4031](https://github.com/microsoft/BotFramework-WebChat/issues/4031). Updated [`05.custom-components/b.send-typing-indicator`](../../samples/05.custom-components/b.send-typing-indicator) to reply with `message` activity, instead of `typing` activity, in PR [#4063](https://github.com/microsoft/BotFramework-WebChat/pull/4063), by [@compulim](https://github.com/compulim)
348348

349+
## [4.14.2] - 2022-09-06
350+
351+
### Fixed
352+
353+
- QFE: Fixes [#4403](https://github.com/microsoft/BotFramework-WebChat/issues/4403). Patched Unicode CLDR database which caused file upload in Polish to appear blank, by [@compulim](https://github.com/compulim), in PR [#4406](https://github.com/microsoft/BotFramework-WebChat/pull/4406)
354+
349355
## [4.14.1] - 2021-09-07
350356

351357
### Fixed

packages/embed/servicingPlan.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,17 @@
385385
"private": true,
386386
"versionFamily": "4"
387387
},
388+
"4.14.2": {
389+
"assets": [
390+
[
391+
"https://cdn.botframework.com/botframework-webchat/4.14.2/webchat-es5.js",
392+
"sha384-rICoECir+m94sA3D9FN2nWP76JKfcGJA5uhCZ/nSM3JNYWtnqUk5mHCgVvgWE+if"
393+
]
394+
],
395+
"deprecation": "This version of Web Chat is deprecated. Please upgrade as soon as possible. We will automatically upgrade this site on or after 2024-09-07.",
396+
"private": true,
397+
"versionFamily": "4"
398+
},
388399
"4.15": {
389400
"redirects": [
390401
[

0 commit comments

Comments
 (0)