Releases: microsoft/AdaptiveCards
Releases · microsoft/AdaptiveCards
23.02 JS Renderer Release
23.01 Designer Release
Latest Packages
Breaking change
- We added host container theming support in this version. Custom host containers should either:
- Extend
SingleThemeHostContainer
orMultiThemeHostContainer
- Implement
getCurrentStyleSheet()
which is now an abstract class on theHostContainer
class.
- Extend
Beta Features
- Add Widgets Board Host Container
- Schema 1.6 Preview
- Allow theming in host containers. Host containers can now support
Light
andDark
themes from the same container.
Bug Fixes
23.01 JS Renderer Release
2023.01 XAML Object Model Release
2023.01 Android Release
2023.01 iOS Release
2022.12 XAML Renderer Release
Latest Packages
New Features
- Static SVG
- Renderer [WRL] -> [WinRT]
- Beta Feature: Closed Captions
Bug Fixes
XAML
AdaptiveCards 22.12
2022.12 Release
Latest Packages
New Features
.NET
Following are implemented for AdaptiveCard parsing library
- #8058 Filtered Style
- #8056 table
- #8004 tooltip
- #8002 password style
- #7994 heading style
- #7990 action isEnabled
- #7989 action mode
Bug Fixes
.NET Templating
- #7578 Updated and cleaning serialization
Android
- #7742 Set Default language to Fact in FactSet Element
- #8072 Calculate width for HorizontalFlowLayout
- #8025 TextBlocks should not receive focus when they are the only item for selectAction
- #8073 Strengthen TalkBack enabled check for TextBlock focus
- #7967 Markdown Fix
Breaking Changes
2022.12 iOS Release
AdaptiveCards 2022.09 npmjs packages release
This is a npmjs packages only release.
adaptivecards 2.11.1
adaptivecards-controls 0.10.1
adaptivecards-designer 2.4.1
adaptivecards-templating 2.3.1
adaptivecards-react 1.1.1
What's Changed
- Avoid unnecessary std::shared_ptr copies by @chriche-ms in #4212
- added ACRToggleInputView.h to public header list by @jwoo-msft in #4327
- [UWP] Convert to nuget version of cppwinrt by @paulcam206 in #4319
- [UWP] Update UWP Visualizer default hostconfig by @paulcam206 in #4329
- [NET] Properly label xceed checkbox by @paulcam206 in #4330
- Update THIRD-PARTY-NOTICES.TXT by @paulcam206 in #4341
- added toggle visibility to action set by @jwoo-msft in #4338
- Back Porting Sample App changes from release/1.2 by @jwoo-msft in #4333
- Update documentation for ImageSet sizes by @RebeccaAnne in #4332
- Added license files for npm packages by @matthidinger in #4314
- Fixing Tim's photo on the home page by @matthidinger in #4317
- [UWP] Set runtime class name on ElementTagContent by @RebeccaAnne in #3837
- updated boolean serialization by @jwoo-msft in #4345
- [Designer] Allow add/remove properties to/from property sheet by @dclaux in #4365
- Bump McMaster.Extensions.CommandLineUtils from 2.3.4 to 3.0.0 in /source/dotnet by @dependabot-preview in #4100
- Generate indexer for properties with special chars by @dclaux in #4376
- Bump System.Runtime.Extensions from 4.3.0 to 4.3.1 in /source/dotnet by @dependabot-preview in #4377
- [Samples] Update ExpenseReport and WeatherLarge samples by @paulcam206 in #4383
- Updated ExpenseReport to better align with blog post by @jwoo-msft in #4041
- adjusted height anchor constraint by @jwoo-msft in #4367
- [Renderer] Don't rewrite bool properties if JSON roundtrip is enabled to allow data binding of those properties in the designer by @dclaux in #4351
- [pic2card] review dashboard update by @sivasakthiv in #4415
- [Android] Refactor imageSize methods by @golddove in #4380
- Bump coverlet.collector from 1.0.1 to 1.3.0 in /source/dotnet by @dependabot-preview in #4101
- [pic2card] Pipeline and Model Enhancements by @haridas in #4434
- Fix ActionSet description by @v-kydela in #3423
- [UWP] Fix CustomActionWrapper's title handling by @paulcam206 in #4440
- Add extensibility samples by @dclaux in #4131
- Introduce resource strings in renderer by @dclaux in #4419
- Feature/input evolution by @almedina-ms in #4005
- [Android] Change async operations to work on a concurrent manner by @almedina-ms in #4366
- [Spec] Update Input Label Spec to improve readability and consistency by @RebeccaAnne in #4363
- [Spec][InputEvolution]Update schema and documentation files to match the latest spec by @RebeccaAnne in #4255
- Show validation error rect on Toggle and ChoiceSet by @dclaux in #4472
- updated sample app to handle submit action better by @jwoo-msft in #4467
- added warnings to missing label with required input by @jwoo-msft in #4468
- added xib for numeric text field by @jwoo-msft in #4471
- fixed weak reference to copy property by @jwoo-msft in #4473
- add git repository information to package.json by @enak in #4480
- Cleanup Pipeline logic changes and alignment property for the columnset objects. by @Keerthana786 in #4497
- [UWP] Add warning for validated inputs with no error message by @RebeccaAnne in #4496
- [WPF][InputEvolution] Fix fallback and error messages in non interactive scenarios by @almedina-ms in #4502
- [Shared] Fix Markdown parse issue by @golddove in #4481
- [Android] Use ConstraintLayout for Image sizing by @golddove in #4461
- [Shared][UWP][Android][iOS] Rework Input.Number property handling to be nullable by @paulcam206 in #4446
- Bump lodash from 4.17.11 to 4.17.19 in /source/community/reactnative by @dependabot in #4406
- Remove unused, untested and consumable function by @almedina-ms in #4507
- Revert "[Android] Use ConstraintLayout for Image sizing (#4461)" by @almedina-ms in #4520
- [Schema docs] Update schema to call out input validation issues and link to documentation. by @RebeccaAnne in #4526
- [Spec] Refactor Input Validation Spec to improve readability and consistency by @RebeccaAnne in #4310
- [Android][InputEvolution] Fix number input default behaviour by @almedina-ms in #4523
- [JS] Designer defaults to schema 1.3 by @paulcam206 in #4537
- [Android] Remove inputs on top of mobile app by @almedina-ms in #4511
- Make ShowCardWizard.data.json an empty JSON document by @paulcam206 in #4540
- [Samples] Update ShowCardWizard template card to use full databinding by @paulcam206 in #4543
- [pic2card] Detr cpp binding for model inference by @haridas in #4550
- [Samples] Update templated samples for accessibility by @paulcam206 in #4560
- [Designer] Set focus on first card in card catalog when it loads by @paulcam206 in #4562
- [JS] Add keyboard invocation for media elements by @paulcam206 in #4577
- Remove badly pushed pipeline file by @almedina-ms in #4553
- Image size and Column width properties are fixed relatively using thresholds. by @Keerthana786 in #4587
- [Schema] Add underline to TextRun schema by @RebeccaAnne in #4559
- [Designer] Copy bound card by @dclaux in #4592
- [DevSpec] Underline by @almedina-ms in #3277
- [UWP] Renew certificate for unit tests by @almedina-ms in #4607
- Added the spec and corresponding images by @Hammad-H in #4475
- [JavaScript][Accessibility] Return focus after copy by @golddove in #4591
- [pic2card] Updated Font size and weight thresholds (#26) by @amitramachandran in #4594
- [Android] Reset state for other actions in ActionSet on ShowCard click by @almedina-ms in #4566
- [Site] Generate tree markup for Schema Explorer by @paulcam206 in #4608
- [Android] Streamline Android publishing by @golddove in #4541
- Fixed an image not showing up in the spec and corrected the architecture diagram by @Hammad-H in #4611
- [WPF][Draft] Fix validation for id by @almedina-ms in #3242
- [Android] Custom typeface support by @almedina-ms in #3328
- [pic2card] Addressed dashboard rendering and added detr_cpp image transformation by @haridas in #4629
- [Android] Bump target SDK to 28 by @golddove in htt...