[4.5.3] - 2019-10-06
Changed
bundle
: Bumped DirectLineJS to support metadata when uploading attachments, in PR #2433[email protected]
- Removed DirectLineJS as a dev dependency for
component
because it was not referenced
Fixed
- Fix #2248. Remove download links from user-uploaded attachment without thumbnails, by @compulim in PR #2262
- Fix Emulator:#1823. Fix Sendbox "Type your message" being read twice by AT, by @corinagum in PR #2423
- Fix #2422. Store thumbnail URL using the activity's
attachment.thumbnailUrl
field, by @compulim in PR #2433
Added
- Make thumbnails when uploading GIF/JPEG/PNG and store it in
channelData.attachmentThumbnails
, by @compulim, in PR #2206, requires modern browsers with following features: - Render thumbnail for image attachments using
activity.attachments[].thumbnailUrl
, by @compulim in PR #2433
Subresource Integrity
<script
crossorigin="anonymous"
integrity="sha384-Zl/fIBeWHqCEEzuKP6ic/Pup+cVBr0RQ4VlqAGhZE+fKXdF/Dxur4cb0XbJ9lZZt"
src="https://cdn.botframework.com/botframework-webchat/4.5.3/webchat.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-RT+4lukCsewrPC9U1e2woCuvDeT/eUmXARVYZx6MzAI+Fr/XGLSGU9VbSzRuHvg5"
src="https://cdn.botframework.com/botframework-webchat/4.5.3/webchat-es5.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-HeFlJFzx1rK1kb7bpjjo+AjJp5lvbImFwxAGZFGVABggvyxVSLZlJBS+PuJ/FtDF"
src="https://cdn.botframework.com/botframework-webchat/4.5.3/webchat-minimal.js"
></script>