[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-scriptstodevDependencies, in PR #4023 - Forked
cldr-dataandcldr-data-downloader, in PR #3998- Moved source code to under
./srcfolder - Moved to
fs.readFileSync()fromrequire()when reading JSON files - Moved to
node:fs.mkdir()and removedmkdirp - Moved tests from
node:assertto 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-upto determines parentpackage.json- In Web Chat, since we use
lernato run theinstallscript, we need to relax howcldr-dataread from parentpackage.json
- In Web Chat, since we use
- Moved source code to under
- Updated peer dependency of
reactto>= 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/cli@7.14.5@babel/core@7.14.6@babel/plugin-proposal-class-properties@7.14.5@babel/plugin-proposal-object-rest-spread@7.14.7@babel/plugin-transform-runtime@7.14.5@babel/preset-env@7.14.7@babel/preset-react@7.14.5@babel/preset-typescript@7.14.5@babel/runtime@7.14.6@emotion/react@11.4.0@fluentui/react@8.22.3@types/node@16.3.1@types/react-dom@17.0.9@types/react@17.0.14@typescript-eslint/eslint-plugin@4.28.3@typescript-eslint/parser@4.28.3babel-jest@27.0.6concurrently@6.2.0core-js@3.15.2dotenv@10.0.0esbuild@0.12.15eslint-plugin-prettier@3.4.0eslint-plugin-react@7.24.0eslint@7.30.0http-proxy-middleware@2.0.1husky@7.0.1jest-environment-node@27.0.6jest-image-snapshot@4.5.1jest-junit@12.2.0jest@27.0.6lint-staged@11.0.0node-dev@7.0.0nodemon@2.0.12p-defer@4.0.0prettier@2.3.2sanitize-html@2.4.0selenium-webdriver@4.0.0-beta.4serve@12.0.0strip-ansi@6.0.0typescript@4.3.5webpack@5.45.1
- Dependencies used by samples