Closed Jun 3, 2020
Due by December 15, 2018
•Closed Added
- Build: Development build now include instrumentation code, updated build scripts
npm run buildwill build for development with instrumentation codenpm run prepublishOnlywill build for productionnpm run watchwill also run Webpack in watch loop
- Build: Automated testing using visual regression testing technique in #1323
- Docker-based automated testing using headless Chrome and Web Driver
- Screenshot comparison using
jest-image-snapshotandpixelmatch - Code is instrumented using
istanbul - Test report is hosted on Coveralls
- Added French localization, by @tao1 in PR #1327
- Fix #1344, by updating
README.mdand adding validation logic foruserIDprops, in #1447- If
userIDprops present and also embedded in Direct Line token, will use the one from Direct Line token - If
userIDprops present, they must be string and not prefixed withdl_, to avoid confusion betweenuserIDprops and Direct Line embedded user ID (which is forgery-proof) - If
userIDprops does not pass the validation test or not specified, Web Chat will usedefault-userinstead
- If
- Added support for Cognitive Services Speech to Text and Text to Speech in PR #1442
Changed
- Core: Saga will run after custom middleware, in #1331
- Custom middleware run before saga to allow user to modify default behavior
- Build: Bump dependencies, in #1303
@babel@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]
[email protected]jest[email protected]webpack
- Fix Russian localization by @odysseus1973 in PR #1377
Fixed
- Fix #1397. Patched activities without
fromfield, in PR #1405 - Fix #1237. Added new sample called
migration, by @corinagum in PR #1398 - Fix #1332. Updated sample names and add table to README, by @corinagum in PR #1435
- Fix #1125. Added error handling for Adaptive Card JSON render, by @corinagum in PR #1395
- Build: Webpack watch mode now emits non-minified code for shorter dev RTT, in #1331
Samples
- Backchannel: Inject custom data into every
POST_ACTIVITY, in #1331 - UI: Minimizable Web Chat, in #1290
- Others: Using Web Chat v3, in #1287
- Speech: Cognitive Services Speech to Text and Text to Speech (both subscription key and authorization token flow)
- Speech: Cognitive Services Speech to Text using lexical result (text normalization)
100% complete
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.