botframework-webchat-api
Advanced tools
Changelog
[4.11.0] - 2020-11-04
api
package, to be reused on React Native component, in PR #3543 by @compulim
core
-> api
-> component
(HTML-only) -> bundle
api
package. Some hooks are only available on the existing component
package, due to their platform dependency or coupling with visual components. For example, Web Worker, 2D canvas, useMicrophoneButton*
are not available on the api
packagecomponent
package due to their coupling with visual components or platform features. Some implementations, (e.g. card action middleware and activity grouping middleware) are available on api
package. For example:
component
package due to their coupling with their respective visual componentsimBack
, messageBack
and postBack
actions are available on api
package, but call
, openUrl
and other platform-dependent actions are only available on component
packageactivityMiddleware
, attachmentMiddleware
, etc, now support arrays for multiple middlewarearia-roledescription
is only used on elements with implicit/explicit role based off of WAI ARIA role attributes, by @corinagum in PR #3551, #3583, and #3587speak
property should be narrated by screen reader, by @compulim in PR #3573 and PR #3584node-fetch@2.6.1
in PR #3467 by @dependabot