microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.6k stars 1.54k forks source link

[Feature Request] CardFactory does not support AdaptiveCards v1.1 #1607

Closed weiligao closed 5 years ago

weiligao commented 5 years ago

BotBuilder JS SDK 4 CardFactory does not yet support AdaptiveCards v1.1 that has been published since Oct. 16. Is this planned for the feature, and if yes, when?

Possible workaround using AdaptiveCards npm package and Puppeteer, but requires a hack: https://github.com/Microsoft/AdaptiveCards/issues/1012 https://github.com/Microsoft/AdaptiveCards/issues/1274 https://runkit.com/rcasto/adaptive-card-nodejs https://github.com/GoogleChrome/puppeteer

sgellock commented 5 years ago

@compulim can comment further if necessary. WebChat 4.2.0 does include adaptivecards 1.0.0. WebChat has been bumped to 1.1.x on master but not published yet due to breaking changes. We are tracking to release this update as part of our 4.3 release

corinagum commented 5 years ago

These changes are merged in on #1558 and will be released to production build on February 14. In the meantime, you are welcome to use the master build of Web Chat to utilize these features immediately.

SwedhaBalasubramanian commented 5 years ago

May I know when you will support AdaptiveCards for Facebook/ Workplace??

corinagum commented 5 years ago

I don't know that the Bot Framework team has any control over third party adaptation of Adaptive Cards. @craigjensen, do you have any information on supporting Adaptive Cards on third party channels?