Arlo
Arlo
### Describe the bug The ColorPicker component was added in https://github.com/CommunityToolkit/Windows/pull/241 and recently released in 8.1-rc. We had run into some minor issues ColorPicker on wasm before, but this was...
## Background Calls to Composition inside of ImplicitAnimationSet were causing the ColorPicker to fail to show on Wasm in [this PR](https://github.com/CommunityToolkit/Windows/pull/241#issuecomment-1899107130). We're referencing the Animations component for `ImplicitAnimationSet`, but implicit...
### Describe the bug The WinUI 3 tests that are run in the CI for build validation are sometimes failing with the following error: ``` Passed RequestsAsync (20,5) [4 ms]...
### Problem Single-component solutions are facing a transitive dependency issue on UWP heads. It can be fixed by making the transitive dependency an explicit dependency, but not all transitive dependencies...
This PR updates the Windows Community Toolkit documentation to align with the 8.1.240328-rc prerelease. Documentation and ToC was generated by our `./tooling/Build-Toolkit-Docs.ps1` build script, detailed [here](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/177). The `index.md` and `getting-started.md`,...
This PR: - Updates our Uno packages to the latest stable version - Closes #182. Updates the TFMs that Uno runs on from net7.0 to net8.0 - Fixes any issues...
This PR updates our tooling to use the PackageId as the AssemblyName for components. It required changes in both Tooling and any components with a custom PackageId due to the...