[4.13.0] - 2021-04-05
Visual breaking changes for 4.13.0
- PR #3817
- Markdown anchors will now include an icon and accessibility label indicating that the link will send to an external resource.
Subresource Integrity
<script
crossorigin="anonymous"
integrity="sha384-Xm4uX5+AacO2cl3ffEKrytyC+iHBSsNvXrJTTzodBhgkiuxIS0YWHGq1KFcf0Rr+"
src="https://cdn.botframework.com/botframework-webchat/4.13.0/webchat.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-wwdw+KudAKGhnGV4ewfJL1KE1dqx8DgQ6TrY3z4hIHXc1GHjuI/HwoEx4p5VOGx1"
src="https://cdn.botframework.com/botframework-webchat/4.13.0/webchat-es5.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-WoHYVO0be3nxbYXAhMO3COEoH9aBH2TGHj/LkphxECLKvlDDsobF2v8LOzeKvGSV"
src="https://cdn.botframework.com/botframework-webchat/4.13.0/webchat-minimal.js"
></script>
Changelog
Added
- Resolves #3087. External links in Markdown will now be appended with an "open in new window" icon and accessibility label, by @compulim in PR #3817
- Resolves #2100. Add types declarations for Style Options in api bundle, by @corinagum, in PR #3818
Changed
- Bumped all dependencies to the latest versions and sample bumps, by @corinagum in PR #3805
- Development dependencies
@babel/cli@7.13.10
@babel/core@7.13.10
@babel/plugin-proposal-class-properties@7.13.0
@babel/plugin-proposal-object-rest-spread@7.13.8
@babel/plugin-transform-runtime@7.13.10
@babel/preset-env@7.13.10
@babel/preset-react@7.12.13
@babel/preset-typescript@7.13.0
@babel/runtime@7.13.10
@types/node@14.14.35
@types/react@16.9.55
@typescript-eslint/eslint-plugin@4.18.0
@typescript-eslint/parser@4.18.0
babel-jest@26.6.3
eslint-plugin-prettier@3.3.1
eslint-plugin-react-hooks@4.2.0
eslint-plugin-react@7.22.0
eslint@7.22.0
husky@4.3.0
jest-image-snapshot@4.2.0
jest-junit@12.0.0
jest-trx-results-processor@2.2.0
jest@26.6.3
lint-staged@10.5.1
lolex@6.0.0
node-dev@6.4.0
node-fetch@2.6.1
prettier@2.2.1
source-map-loader@1.1.2
terser-webpack-plugin@4.2.3
typescript@4.2.3
webpack-cli@4.2.0
webpack-stats-plugin@1.0.2
webpack@4.44.2
- Production dependencies
- Development dependencies