
4.6.0
After updating to 4.6.0 version the Adaptive card stopped working.
NOTE:: Things are working fine when moved back to 4.5.3.
Steps to reproduce the behavior:
[Bug]
Are you using /4.6.0/webchat.js or npm install botframework-webchat to load Web Chat?
Are you loading with webchat.js or webchat-minimal.js? FYI, the minimal bundle doesn't have Adaptive Cards, Markdown, and speech support to reduce the footprint.
The issue occurs when using webchat-minimal.js version of webchat. Things are working fine with webchat.js.
By design, the Minimal Bundle does not include Adaptive Cards, Cognitive Services, or Markdown-It dependencies.
Most helpful comment
Are you using
/4.6.0/webchat.jsornpm install botframework-webchatto load Web Chat?Are you loading with
webchat.jsorwebchat-minimal.js? FYI, the minimal bundle doesn't have Adaptive Cards, Markdown, and speech support to reduce the footprint.