botframework-webchat-core
Advanced tools
Changelog
[4.3.0] - 2019-03-04
styleOptions.botAvatarImage
and styleOptions.userAvatarImage
, in PR #1486styleOptions.sendBoxBackground
and styleOptions.sendBoxTextColor
, in PR #1575core
: Adds sendEvent
, in PR #1286core
: Adds CONNECT_FULFILLING
action to workaround redux-saga
design decision, in PR #1286component
: Added missing Spanish (es-ES) by @schgressive in PR #1615component
: 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 support window.Intl
, by @compulim, in PR #1696*
: Adds username
back to activity, fixed #1321, by @compulim, in PR #1682component
: Allow root component height and width customization via styleOptions.rootHeight
and styleOptions.rootWidth
, by @tonyanziano, in PR #1702component
: Added cardActionMiddleware
to customize the behavior of card action, by @compulim, in PR #1704bundle
: Add watermark
and streamUrl
parameters to createDirectLine, by @corinagum, in PR #1817component
: Added textarea
option to SendBox
per issues #17 and #124, by @tdurnford, in PR #1889component
: Added suggestedAction
images per issue #1739, by @tdurnford, in PR #1909botframework-directlinejs
to 0.11.4 in PR #1783botAvatarImage
and userAvatarImage
to styleOptions.botAvatarImage
and styleOptions.userAvatarImage
respectively, in PR #1486playground
: Bumps to botframework-directlinejs@0.10.0
, in PR #1511playground
: Bumps to react-scripts@2.1.1
, in PR #1535*
: Bumps to adaptivecards@1.1.2
, in #1558core
: Fixes #1344. Use random user ID if not specified, by @compulim in PR #1612component
: Bump to react-film@1.1.2
and react-scroll-to-bottom@1.3.1
, by @compulim, in PR #1621 and PR #1725roles
to components of Web Chat, by @corinagum in PR #1462connectCarouselFilmStrip
: Fixed botAvatarInitials
and userAvatarInitials
functionality from recent name change,BasicTranscript
: Fixed user activity should not be recreated after receive ACK from Direct Line,component
: Fix #1560, #1625 and #1635. Fixed carousel layout not showing date and alignment issues, by @compulim in PR #1561 and #1641playground
: Fixes #1562. Fixed timestamp grouping "Don't group" and added "Don't show timestamp", by @compulim in PR #1563component
: Fixes #1576. Rich card without tap
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
: Fixes #1328. Should not start microphone if input hint is set to ignoringInput
, in PR #1286component
: Fixes outgoing typing indicators are not sent and acknowledged properly, in PR #1286messageBack
support, by @corinagum in PR #1581component
: 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 to DirectLineJS constructor, by @neetu-das in PR #1614component
: Fix #1626. Fixed Number.isNaN
is not available in IE11, by @compulim in PR #1628bundle
: Fix #1652. Pass pollingInterval
to DirectLineJS constructor, by @neetu-das in PR #1655core
: Reworked logic on connect/disconnect for reliability on handling corner cases, by @compulim in PR #1649core
: Fix #1521. Add connectivity status component and update localization, by @corinagum in PR #1679core
: Fix #1057. Fixed suggested actions destined for other recipients should not show up, by @compulim in PR #1706component
: Fixed pt-br locale not being selected, added X minutes ago
and missing translations, by @pedropacheco92 in PR #1745component
: Fix #1741 where scrollToEndButton
does not have type="button"
by @corinagum in PR #1743component
: Fix #1625 to update README.md
by @corinagum in PR #1752botAvatarImage
and userAvatarImage
props, as they are moved inside styleOptions
, in PR #1486sendTyping
props is now renamed to sendTypingIndicator
, by @compulim, in PR #1584core
: Programmatic access to post activity, in #1568component
: Hide upload button, in #1491component
: Avatar image, in #1486core
: Incoming activity to JavaScript event, in #1567core
: Send welcome event, in PR #1286core
: Send typing indicator, in #1541component
: Password input activity, in #1569*
: Updated minimizable Web Chat sample to use WEB_CHAT/SEND_EVENT
action, in #1631component
: Hybrid speech engine, in #1617component
: Use Speech Services token for speech UI sample, in #1634component
: Selectable Activity, in #1624component
: Chat Send History, in #1678*
: Update README.md
's for samples 05-10 #1444 and improve accessibility of anchors #1681, by @corinagum in PR #1710component
: Customizing open URL behavior, in PR #1704