botframework-webchat-core
Advanced tools
Changelog
[4.15.4] - 2022-09-15
packages/support/cldr-data/package.json
, by @compulim, in PR #4411@babel/cli@7.18.10
@babel/core@7.18.10
@babel/plugin-proposal-class-properties@7.18.6
@babel/plugin-proposal-object-rest-spread@7.18.9
@babel/plugin-transform-runtime@7.18.10
@babel/plugin-transform-typescript@7.18.12
@babel/preset-env@7.18.10
@babel/preset-react@7.18.6
@babel/preset-typescript@7.18.6
@babel/runtime@7.18.9
@emotion/react@11.10.0
@fluentui/react@8.87.1
@types/node@18.7.1
@types/react@18.0.17
@typescript-eslint/eslint-plugin@5.33.0
@typescript-eslint/parser@5.33.0
babel-jest@28.1.3
babel-loader@8.2.5
babel-plugin-transform-inline-environment-variables@0.4.4
concurrently@7.3.0
core-js@3.24.1
dotenv@16.0.1
error-stack-parser@2.1.4
esbuild@0.15.1
eslint-plugin-prettier@4.2.1
eslint-plugin-react-hooks@4.6.0
eslint-plugin-react@7.30.1
eslint-plugin-security@1.5.0
eslint@8.21.0
express@4.18.1
http-proxy-middleware@2.0.6
husky@8.0.1
jest-environment-node@28.1.3
jest-image-snapshot@5.1.0
jest-junit@14.0.0
jest-trx-results-processor@3.0.1
jest@28.1.3
lerna@5.4.0
lint-staged@13.0.3
node-dev@7.4.3
nodemon@2.0.19
nopt@6.0.0
prettier@2.7.1
react-scripts@5.0.1
selenium-webdriver@4.4.0
serve@14.0.1
source-map-loader@4.0.0
strip-ansi@7.0.1
terser-webpack-plugin@5.3.3
typescript@4.7.4
webpack-cli@4.10.0
webpack@5.74.0
Changelog
[4.15.3] - 2022-08-10
role="toolbar"
and adopted roving tab index
suggestedActionsVisualKeyboardIndicatorColor
, suggestedActionsVisualKeyboardIndicatorStyle
, suggestedActionsVisualKeyboardIndicatorWidth
/dist
, /lib
, and /src
folders
/dist
folder was previously missing from our NPM packagesactivity.channelData.state
property is being deprecated in favor of the updated activity.channelData['webchat:send-status']
property. Main differences include:
state
property to "send failed"
when the chat adapter failed to send the activity, or after passing a timeout as defined in styleOptions.sendTimeout
'webchat:send-status'
property will be set to "send failed"
when the chat adapter fails to send the activity or after passing a hardcoded timeout of 5 minutesDockerfile
to support secure container supply chain, by @compulim in PR #4303package.json
to allowlist /dist
, /lib
, /src
, by @compulim in PR #4318useSendStatusByActivityKey
hook to check the UI send status of an outgoing activity, by @compulim in PR #4362
styleOptions.sendTimeout
prop, the send status returned by this hook may transition from "send failed"
to "sending"
, and vice versaactivity.channelData['webchat:send-status']
role="toolbar"
and uses roving tab index for multiple suggested actionaria-keyshortcuts
should use modifier keys according to KeyboardEvent
key values spec, by @compulim, in PR #4323TextBlock
with style="heading"
should have aria-level
set, by @compulim, in PR #4329role="button"
instead of role="menubar"
/role="menuitem"
, by @compulim, in PR #4263groupActivityMiddleware
returning invalid value should not throw exceptions, by @compulim, in PR #4378.<ActivityRow>
01.getting-started/l.sharepoint-web-part
for hosting Web Chat as a SharePoint web part, in PR #4385, by @compulim