We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.npmjs.com/package/adaptivecards
There are a few breaking changes we will need to modify code on our side to support them.
Adaptive Cards renderer 2.1 is using schema of 1.3, not 2.x.
Service team may need to update their service code or dependencies to make sure their parser/stringifier support AC schema 1.3.
Today, when a bot send AC JSON to Direct Line channel, the channel parse, then restringify it. Then, they send it to Web Chat.
When we bump to AC 2.*, if the service is not ready for AC with schema 1.3, it may not be very meaningful (other than accessibility fixes).
[Enhancement]
The text was updated successfully, but these errors were encountered:
@Jeffders @p-nagpal FYI. punting out of R11
Sorry, something went wrong.
This bump will fix the bug brought up in #3111 (reference: microsoft/AdaptiveCards#3829)
corinagum
Successfully merging a pull request may close this issue.
Feature Request
https://www.npmjs.com/package/adaptivecards
There are a few breaking changes we will need to modify code on our side to support them.
Adaptive Cards renderer 2.1 is using schema of 1.3, not 2.x.
Ping service team
Service team may need to update their service code or dependencies to make sure their parser/stringifier support AC schema 1.3.
Today, when a bot send AC JSON to Direct Line channel, the channel parse, then restringify it. Then, they send it to Web Chat.
When we bump to AC 2.*, if the service is not ready for AC with schema 1.3, it may not be very meaningful (other than accessibility fixes).
[Enhancement]
The text was updated successfully, but these errors were encountered: