Releases: microsoft/BotFramework-DirectLineJS
Releases · microsoft/BotFramework-DirectLineJS
[0.13.1] - 2020-09-09
Changed
- Bumped
botframework-streaming@4.10.3, by @stevengum, in PR #308
[0.13.0] - 2020-08-17
[0.12.0] - 2020-06-04
Added
- Added support of Direct Line App Service Extension, by @ckkashyap, in PR #183 and #274
- Added support for
Retry-Afterheader and version information tox-ms-bot-agentheader, by @swagatmishra2007, in PR #247- Also improved testability of the package
Changed
- Lock down on version of dependencies, by @compulim, in PR #280
rxjs@5.5.10- This version is selected out of the previous commit of
package-lock.json
- This version is selected out of the previous commit of
- Bumped
botframework-streaming@4.9.2, by @compulim, in PR #285
[0.11.6] - 2019-10-25
NPM
npm install botframework-directlinejs@0.11.6
Bundle
<script
crossorigin="anonymous"
integrity="sha384-7aeOL7r9BM1QyTIsoLYJYNsRLfVnQCtLmwgXlxteDNhJf0xUGj9PKP8F5w2Fx92/"
src="https://unpkg.com/botframework-directlinejs@0.11.6/dist/directline.js"
></script>Changelog
Fixed
[0.11.5] - 2019-09-30
Subresource integrity
This link is for development use only.
<script
crossorigin="anonymous"
integrity="sha384-3mlfQLpRi0DiYXOTTCoxvCZcxBKMOEcoCiM29nT1MhaidO7OS772Pg0L3A0CQ0Th"
src="https://github.com/microsoft/BotFramework-DirectLineJS/releases/download/v0.11.5/directLine.js"
></script>Changelog
Breaking Changes
- Build folders updated
/dist/contains JavaScript bundle/dist/directline.jsis now in lowercase
/lib/contains ES modules and type definitions
- Build scripts updated
npm run build: Development build, with instrumentation code, one-offnpm run start: Development build, with instrumentation code, with watchnpm run prepublishOnly: Production build, minified, one-off
Changed
- Bumped dependencies, by @compulim, in PR #195
- Bumped dev dependencies, by @compulim, in PR #195
@babel/cli@7.6.0@babel/core@7.6.0@babel/plugin-proposal-class-properties@7.5.5@babel/plugin-proposal-object-rest-spread@7.5.5@babel/plugin-transform-runtime@7.6.0@babel/preset-env@7.6.0@babel/preset-typescript@7.6.0@types/jest@24.0.18@types/node@12.7.4@types/p-defer@2.0.0babel-jest@24.9.0babel-plugin-istanbul@5.2.0babel-plugin-transform-inline-environment-variables@0.4.3concurrently@4.1.2dotenv@8.1.0get-port@5.0.0global-agent@2.0.2http-proxy@1.17.0jest@24.9.0jest-environment-jsdom-fourteen@0.1.0jsdom@14.1.0node-fetch@2.6.0on-error-resume-next@1.1.0restify@8.4.0rimraf@3.0.0simple-update-in@2.1.1typescript@3.6.2webpack@4.39.3webpack-cli@3.3.8
Added
- Fix #235. Added metadata when uploading attachments, including
thumbnailUrl, by @compulim, in PR #236
Fixed
Continuous integration build for Direct Line Streaming Extensions
This build will be updated on every push. Please do not use it in production environment.
v0.11.4
v0.11.4-0
v0.11.3
v0.11.2
Fixed
- Fixed an issue where
pollingIntervalset toundefinedwould cause high polling rate, by @cwhitten and @compulim, in PR #157
Changed
- Used
@babel/preset-typescriptandwebpack@4to build, in PR #156- Moved to inline source map for pre-bundle
- Added
.editorconfigand.vscodefor new line and tab size rules