[4.14.1] - 2021-09-08
Subresource Integrity
<script
crossorigin="anonymous"
integrity="sha384-uJWBe8iPb6wN8/AaLQ0UKjgYEtWY9uIVgpkAID5kUNo2sV9hYmFbTDQXeRXyq7bl"
src="https://cdn.botframework.com/botframework-webchat/4.14.1/webchat.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-R4Eevwf75H8RQkTqCaFNpvO0V9nq+heLX30jLGKNrAICynjuHUbMo7D2usohGsRu"
src="https://cdn.botframework.com/botframework-webchat/4.14.1/webchat-es5.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-Xyp6O3TOCrP+PVhd15I1Ehs8QTga7zqc/KYj6Idr9MbR10/SX5p6pSBhTAvAT/Sd"
src="https://cdn.botframework.com/botframework-webchat/4.14.1/webchat-minimal.js"
></script>
Changelog
Fixed
Changed
- Resolves #4017. In samples, moved
react-scripts
todevDependencies
, in PR #4023 - Forked
cldr-data
andcldr-data-downloader
, in PR #3998- Moved source code to under
./src
folder - Moved to
fs.readFileSync()
fromrequire()
when reading JSON files - Moved to
node:fs.mkdir()
and removedmkdirp
- Moved tests from
node:assert
to Jest - Updated Unicode CLDR download folder to
/dist/
folder from project root - Moved from Grunt/JSHint to
eslint
- Upgraded from CommonJS to ES Module
- Use
read-pkg-up
to determines parentpackage.json
- In Web Chat, since we use
lerna
to run theinstall
script, we need to relax howcldr-data
read from parentpackage.json
- In Web Chat, since we use
- Moved source code to under
- Updated peer dependency of
react
to>= 16.8.6
, in PR #3996 - Bumped all dependencies to the latest versions and sample bumps, by @compulim in PR #3996, PR #3998, and PR #4023
- Production dependencies
- Development dependencies
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@emotion/[email protected]
@fluentui/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
- Dependencies used by samples