Skip to content

Main#26

Open
vivekkozhisseri wants to merge 120 commits intofork-mainfrom
main
Open

Main#26
vivekkozhisseri wants to merge 120 commits intofork-mainfrom
main

Conversation

@vivekkozhisseri
Copy link

Update fork-main

RebeccaAnne and others added 30 commits September 20, 2021 13:59
* 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 <jonwis@microsoft.com> Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com>
…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 <paulcam@microsoft.com>
Co-authored-by: Paul Campbell <paulcam@microsoft.com>
Co-authored-by: Paul Campbell <paulcam@microsoft.com>
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 <paulcam@microsoft.com>
* [UWP] Fix risky cast in `GenerateElementProjection()` Fixes microsoft#6394 * Fix PR feedback
Co-authored-by: Paul Campbell <paulcam@microsoft.com>
* Add Password to style list * Fix comparator * Change property implementation to contain version info in new enum value Co-authored-by: Paul Campbell <paulcam@microsoft.com>
* [iOS] Password implementation * [iOS] Updated unit tests and added sample json * Update Input.Text.PasswordStyle.json Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com>
* [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 <paulcam@microsoft.com>
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 <paulcam@paulcam-mac.local>
…osoft#6444) * [UWP] Remove button swapping behavior for overflowed show cards * Code Review Feedback
Co-authored-by: Jonathan Miller <jonmil@microsoft.com>
Co-authored-by: Paul Campbell <paulcam@microsoft.com>
* Fix the card structure order problem * remove number from let Co-authored-by: Paul Campbell <paulcam@microsoft.com>
…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 <paulcam@microsoft.com> Co-authored-by: Paul Campbell <paulcam@microsoft.com>
…with isAtRootLevel key and true for root level overflow target (microsoft#6461) Co-authored-by: Paul Campbell <paulcam@microsoft.com>
* [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 <paulcam@paulcam-mac.local>
* [Samples] Add and update samples for tooltip feature * Update samples to use labels * Fix spaces Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com> Co-authored-by: Alberto Medina Gutierrez <almedina@microsoft.com>
paulcam206 and others added 30 commits November 23, 2021 10:47
* 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 <jsbalatbat@microsoft.com>
* 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 <sevkorobot@gmail.com>
Co-authored-by: Paul Campbell <paulcam@microsoft.com>
* [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 <paulcam@microsoft.com> * Update .clang-format Co-authored-by: Paul Campbell <paulcam@microsoft.com> * 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 <paulcam@microsoft.com> * address comment * limit error number * update clang-format-launcher version * Update .clang-format Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com> Co-authored-by: Paul Campbell <paulcam@microsoft.com> Co-authored-by: Vsevolod <sevkorobot@gmail.com> Co-authored-by: Jonathan Miller <jonmil@microsoft.com> Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com>
* 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 <jsbalatbat@microsoft.com>
* [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 <35784165+almedina-ms@users.noreply.github.com>
Co-authored-by: Canhua Li <licanhua@live.com>
* 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 <licanhua@live.com> Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com>
* move swiper to peerdependency * update package-lock.json Co-authored-by: almedina-ms <35784165+almedina-ms@users.noreply.github.com>
* [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

Labels

None yet