Releases: microsoft/BotFramework-WebChat
Releases · microsoft/BotFramework-WebChat
[4.3.0] 2019-03-04
Added
- Fix #1383. Added options to hide upload button, by @compulim in PR #1491
- Added support of avatar image, thru
styleOptions.botAvatarImage
andstyleOptions.userAvatarImage
, in PR #1486 - Added ability to style sendbox background and text color, thru
styleOptions.sendBoxBackground
andstyleOptions.sendBoxTextColor
, in PR #1575 core
: AddedsendEvent
, in PR #1286core
: AddedCONNECT_FULFILLING
action to workaroundredux-saga
design decision, in PR #1286component
: Added missing Spanish (es-ES) locale by @schgressive in PR #1615- Added missing Spanish (es-ES) locale by @schgressive in PR #1615
- Fix #1602. Fix suggested actions regression of buttons, by @corinagum in PR #1616
component
: Allow font family and adaptive cards text color to be set via styleOptions, by @a-b-r-o-w-n, in PR #1670component
: Add fallback logic to browser which do not supportwindow.Intl
, by @compulim, in PR #1696*
: Addedusername
back to activity, fixed #1321, by @compulim, in PR #1682component
: Allow root component height and width customization viastyleOptions.rootHeight
andstyleOptions.rootWidth
, by @tonyanziano, in PR #1702component
: AddedcardActionMiddleware
to customize the behavior of card action, by @compulim, in PR #1704
Changed
- Bumped
botframework-directlinejs
to 0.11.4 in PR #1783 - Moved
botAvatarImage
anduserAvatarImage
tostyleOptions.botAvatarImage
andstyleOptions.userAvatarImage
respectively, in PR #1486 - Fix string interpolation error in Russian localization and fallback for browsers without Intl support by @odysseus1973 in PR #1509
playground
: Bumps to[email protected]
, in PR #1511playground
: Bumps to[email protected]
, in PR #1535*
: Bump to[email protected]
, in #1558core
: Fix #1344. Use random user ID if not specified, by @compulim in PR #1612component
: Bump to[email protected]
and[email protected]
, by @compulim, in PR #1621 and PR #1725- Expand german locale by @matmuenzel in PR #1740
- Update Russian and Japanese locale by @corinagum in PR #1747
Fixed
- Fix #1360. Added
roles
to components of Web Chat, by @corinagum in PR #1462 - Fix #1409. Added microphone status as screen reader only text, by @corinagum in PR #1490
- Fix #1605, #1316, #1341, #1411. Fix color contrast ratios & downloadIcon narrator accessibility by @corinagum in PR #1494
- Fix #1264, #1308, #1318, #1334,#1425. Update icons with accessibilty, Sent message accessibility, and fix sample README.md, @corinagum in PR #1506 and #1542
- Fix #1512. Fix #1512: fix sanitization of anchors (allow title attributes), by @corinagum in PR #1530
- Fix #1499.
- Fix screen reader handling of name, activity, and timestamp,
connectCarouselFilmStrip
: FixedbotAvatarInitials
anduserAvatarInitials
functionality from recent name change,BasicTranscript
: Fixed user activity should not be recreated after receive ACK from Direct Line,- by @corinagum in PR #1528
component
: Fix #1560, #1625 and #1635. Fixed carousel layout not showing date and alignment issues, by @compulim in PR #1561 and #1641playground
: Fix #1562. Fixed timestamp grouping "Don't group" and added "Don't show timestamp", by @compulim in PR #1563component
: Fix #1576. Rich card withouttap
should be rendered properly, by @compulim in PR #1577core
: Some sagas missed handling successive actions, in PR #1286core
:incomingActivitySaga
may throw null-ref exception if the first activity is from user, in PR #1286component
: Fix #1328. Should not start microphone if input hint is set toignoringInput
, in PR #1286component
: Fix outgoing typing indicators are not sent and acknowledged properly, in PR #1286- Fix #1402. Add
messageBack
support, by @corinagum in PR #1581 - Fix #1539. Fix outgoing typing indicators are not sent and acknowledged properly, in PR #1541
component
: Fix #1547. Fixed unhandled activity type should be forwarded to custom middleware, by @compulim in PR #1569playground
: Fix #1610. Fixed bot and user avatar initials not working, by @compulim in PR #1611bundle
: Fix #1613. Pass conversationId t...
[4.2.0] - 2018-12-11
Added
- Build: Development build now include instrumentation code, updated build scripts
npm run build
will build for development with instrumentation codenpm run prepublishOnly
will build for productionnpm run watch
will 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-snapshot
andpixelmatch
- Code is instrumented using
istanbul
- Test report is hosted on Coveralls
- Added French localization, by @tao1 in PR #1327
- Fix #1344, by updating
README.md
and adding validation logic foruserID
props, in #1447- If
userID
props present and also embedded in Direct Line token, will use the one from Direct Line token - If
userID
props present, they must be string and not prefixed withdl_
, to avoid confusion betweenuserID
props and Direct Line embedded user ID (which is forgery-proof) - If
userID
props does not pass the validation test or not specified, Web Chat will usedefault-user
instead
- 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
from
field, 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)
[4.1.0] - 2018-10-31
Added
- Initial release
[0.15.0] - 2018-10-31
Added
- Translations
pt-BR
, by Diego Castro in PR #1074
- Props to add
tabIndex
to activity in PR #1161 - Revert #1166 and fix tests, by @corinagum in PR #1215
Changed
- Bump
botframework-directlinejs
to0.9.17
in PR #1131 - Fix
historyRef
cannot be focused because it is unmounted in Emulator, in PR #1157 - Fix for Chatdown that activities sent by the user are not displayed, in PR #1162
- Accessibility adjustment on
History.tsx
where clickable<div>
is converted to<button>
, by @corinagum in PR #1166 - Fix so that carousel buttons are updated on load, by @corinagum in PR #1188
- Move
react
andreact-dom
topeerDependencies
in #1202- The host page should already include
react
andreact-dom
as dependencies - Bundle with
[email protected]
and[email protected]
- The host page should already include
- Bump dependencies to fix vulnerability issues in #1202
gulp@^4.0.0
http-server@^0.11.1
node-sass@^4.9.3
- Fix #1029, translation for time strings in PR [#1140](https://git, by [@curia-damiano]hub.com//pull/1140), by [@curia-damiano]
- Bump
botframework-directlinejs
to0.10.0
in PR #1270
[0.14.2] - 2018-08-16
[0.14.1] - 2018-07-31
Added
- Bump
node-sass
to 4.9.2, by @corinagum in PR #1043. - Add TSLint, by @adeogunsamuel in #1017
Changed
[0.14.0] - 2018-06-26
Added
- Standard and ES5-polyfill builds are now available on CDN
- Production build
- Development build
Changed
- Fix #997 to postpone size measurement while hidden, in #1003
- Fix #1006 links in README.md to reference
web-chat
instead ofwebchat
, by @AlexanderEllis in #980