forked from microsoft/AdaptiveCards
-
Notifications
You must be signed in to change notification settings - Fork 22
Main #26
New issue
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
Open
vivekkozhisseri
wants to merge
120
commits into
fork-main
Choose a base branch
from
main
base: fork-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Main #26
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Toggle input in c++/winrt! * PR Feedback * Fix return value
* Merge u/jonwis/winui3 from fork * Copy object model changes from winappsdk to uwp * Delete winappsdk directory * Rename WinUI3 to Uwp - everything builds * Testing, bug fixes, and cleanup * Fix propert_opt setter * Version and package changes * Remove nuget source from nuget config * version changes * Update package pushing readme Co-authored-by: Jon Wiswall <[email protected]> Co-authored-by: almedina-ms <[email protected]>
…6320) * [Designer] Make small-x-dimension scenario basically work Fixes microsoft#6263 * Tabs feedback * Fix drag/drop and random scrolling
* [Shared] Add `password` `Input.Text` support Fixes microsoft#6340 * PR feedback
) Co-authored-by: Paul Campbell <[email protected]>
Co-authored-by: Paul Campbell <[email protected]>
Co-authored-by: Paul Campbell <[email protected]>
microsoft#6329) * [iOS] Fixed microsoft#6219 * [iOS] adding padding support to toggle visibility * [Padding] Update * [iOS] work in progress * mostly done need to refactor and update padding management code * [iOS] refactored * [iOS] added padding test * refactored the padding configuration in FactSet to Padding Handler * [iOS] Updated VerticalContentAlignment and Height * Reverts samples card changes * [iOS] code clean-up * [iOS] CR update * [iOS] CR update
Co-authored-by: Paul Campbell <[email protected]>
* [UWP] Fix risky cast in `GenerateElementProjection()` Fixes microsoft#6394 * Fix PR feedback
Co-authored-by: Paul Campbell <[email protected]>
* Add Password to style list * Fix comparator * Change property implementation to contain version info in new enum value Co-authored-by: Paul Campbell <[email protected]>
* [iOS] Password implementation * [iOS] Updated unit tests and added sample json * Update Input.Text.PasswordStyle.json Co-authored-by: almedina-ms <[email protected]>
* [iOS] Fixed microsoft#6219 * [iOS] adding padding support to toggle visibility * [Padding] Update * [iOS] work in progress * mostly done need to refactor and update padding management code * [iOS] refactored * [iOS] added padding test * refactored the padding configuration in FactSet to Padding Handler * [iOS] Updated VerticalContentAlignment and Height * Reverts samples card changes * [iOS] code clean-up * [iOS] Table Update * [iOS] Updated Table with better Horizontal Alignment Co-authored-by: Paul Campbell <[email protected]>
microsoft#6408) * [Shared] Fix parsing of `TableRow` and `TableCell` outside of `Table` Fixes microsoft#6393 * SWIG updates * Fix up Android rendering * Fix up iOS * Fix up UWP Co-authored-by: Paul Campbell <[email protected]>
…osoft#6444) * [UWP] Remove button swapping behavior for overflowed show cards * Code Review Feedback
Co-authored-by: Jonathan Miller <[email protected]>
Co-authored-by: Paul Campbell <[email protected]>
* Fix the card structure order problem * remove number from let Co-authored-by: Paul Campbell <[email protected]>
…microsoft#6405) * Demo the error * Fix the lib/src folder problem * update doc * files changed after build * Update source/nodejs/adaptivecards-react/README.md Co-authored-by: Paul Campbell <[email protected]> Co-authored-by: Paul Campbell <[email protected]>
…with isAtRootLevel key and true for root level overflow target (microsoft#6461) Co-authored-by: Paul Campbell <[email protected]>
* [iOS] Updated RichTextBlock wrap behavior * [iOS] Refactored ActionSet constraints and removed auxiliary width constraints that caused text to clipped
* [Designer] Emit action data in alert message Fixes microsoft#6448 * PR feedback * more PR feedback Co-authored-by: Paul Campbell <[email protected]>
* [Samples] Add and update samples for tooltip feature * Update samples to use labels * Fix spaces Co-authored-by: almedina-ms <[email protected]> Co-authored-by: Alberto Medina Gutierrez <[email protected]>
…tion` (microsoft#6763) Fixes microsoft#6425 Fixes microsoft#6019 Related microsoft#4859
* source form distribution * changing import style * adding podspec for testing * changing platform from ios 12 to 14 * removing unneeded podspec Co-authored-by: Janus Balatbat <[email protected]>
* Removing deprecated .NET HTML renderer * Fixing RunAllTests script * Fixing path for Image Render samples
* [iOS] Error Messages in String for Unit Tests * [ios] fixed typo
Co-authored-by: Vsevolod <[email protected]>
Co-authored-by: Paul Campbell <[email protected]>
* [JS] `prettier` config and updated `eslint` Fixes microsoft#6757 * lint-staged config run "npx lint-staged" from nodejs root for service * set up husky * `eslint --fix` on `adaptivecards` does not include fixing of fixes :) * eslint manual cleanup * Fix formatting of properties with quotes * `prettier` format `adaptivecards` * tsx/jsx support and remove from .editorconfig * Pre-filter commit hook to only check if files opened in nodejs
* draft * update readme * format project * update pipeline * revert change on ios * revert change on PerfApp because it's C++/CX project and ^ is not well supported * update local vs version and make BasedOnStyle:Microsoft * disable pipeline check and revert change on formatted files * remove .h, .cpp from .editorconfig * Apply suggestions from code review Co-authored-by: Paul Campbell <[email protected]> * Update .clang-format Co-authored-by: Paul Campbell <[email protected]> * enable hooks and recover clang-format hook * rollback to cpp11 * format files * Revert "format files" This reverts commit 700de21. * Revert "format files" This reverts commit 700de21. * add clang-format-launcher fix typo update clang.format.json * clang-format exception * update documents * add npm run format to error * update package-lock * add pipeline to check the format and create patch file if failed * update echo message * move clang.format.json to package.json * address comments * Deleting outdated VsCode extension (microsoft#6831) * provide crossplatform hooks * Update scripts/hooks/clangFormatFunc Co-authored-by: Paul Campbell <[email protected]> * address comment * limit error number * update clang-format-launcher version * Update .clang-format Co-authored-by: almedina-ms <[email protected]> Co-authored-by: Paul Campbell <[email protected]> Co-authored-by: Vsevolod <[email protected]> Co-authored-by: Jonathan Miller <[email protected]> Co-authored-by: almedina-ms <[email protected]>
* Updated Unit Test Error messages * added test file -revert this commit in the future * updated logging * Revert "added test file -revert this commit in the future" This reverts commit 4d7f19b.
* app extension model added updated spec added podspec at root for testing\n revert it spec updated updated pod spec pod spec update moretesting [updated macro name] * updated podspec * [ios] Updated to final podspec version * update compiler flag * pod spec update * updated flag name
* [iOS] added yml version of ci updated path [ios] path update [iOS] variable updated [ios] added new test scheme * [iOS] added spec linting task added missing test file updated spect lint task added error handling added parallelism to jobs * added cert test added cert install yml updated pass Update ios-heartbeat.yml for Azure Pipelines added provisional file added script unimportant commit unimportant commit unimportant commit * added e-mail message simple update added e-mail message added e-mail message added e-mail message updated e-mail message updated e-mail message updated e-mail message * updated cron job * added false test Revert "added false test" This reverts commit ef302f0. * added false test added build task to cert task added build task to cert task added build task to cert task good cert bad prov added app push * parameterized template updated parameters updated params updated parameters updated to correct provisional file * updated trigger * updated e-mail address
* Fix package locks and slight changes on test file * Fix tests * Change button retrieval to use title instead of aria-label * Add delay before clicking on button * Add delay for after card rendering * Fix PR comments * Fix for loop
Co-authored-by: Janus Balatbat <[email protected]>
* [ios] updated round off logic * [ios] refactored the code * [ios] fixed project file * [ios] fixed log * [ios] spec updated
* clang-format files for iOS, shared and experimental * revert change on include folder * format ios * update clang-format * revert change on sortIncludes option because VS doesn't support never * re-format after merge
* update package.json * udpate npm itself in pipeline * skip git status check
Fixes microsoft#6789 Also remove `experimental` folder... Co-authored-by: almedina-ms <[email protected]>
Co-authored-by: Canhua Li <[email protected]>
* Refactor a lot of code * Fix more tests * Add support for more elements * Add more tests for other elements * Fix toggle input behaviour * Add test for showcard * Add more functions * Last update * Move setData to input * Fix build failure * Resolve small nit * Update a couple more lines
* Changed teams target version to 1.4 * Added october and november blog posts * fixed emojis * testing font weights for emoji * removed bold from emojis as not required to render Co-authored-by: Canhua Li <[email protected]> Co-authored-by: almedina-ms <[email protected]>
* move swiper to peerdependency * update package-lock.json Co-authored-by: almedina-ms <[email protected]>
* [ios] updated stack trace * [ios] fixed worngnly incrementing subscriber counts
* redo pipeline * update testapp * Revert "update testapp" This reverts commit 1018f96. * update pipeline * small change * npm i -g npm@latest on Windows image * npm i --force * build and run test in /tests/ folder * Update js-ci.yml for Azure Pipelines * disabe ui test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update fork-main