Releases: microsoft/XamlBehaviors
Releases · microsoft/XamlBehaviors
v3.0.0 Preview 1
This preview for the upcoming 3.0 major release includes several changes to both the UWP and WinUI 3 flavors of XAML behaviors:
- ✅ .NET 8 support for UWP
- ✅ NativeAOT support for both UWP and WinUI 3
- ✅ Unified namespaces into
Microsoft.Xaml.Interactivity
(same for .dll-s) - ✅ Added
PlaySoundAction
for WinUI 3 too
What's Changed
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #231
- Bump UnitTest dependencies for Component Governance by @jstedfast in #235
- Only StroneName the AssemblyName.winmd file if it exists by @jstedfast in #236
- Merge WinUI branch to main by @jstedfast in #237
- Update root dependencies for Newtonsoft.Json by @DianaSoltani in #238
- Disable AppxPackageSigning for the UnitTest project by @jstedfast in #245
- Added azure-pipelines/build.yml by @jstedfast in #244
- Removed TemporaryKey.pfx by @jstedfast in #246
- Use the same NuGetAuthenticate step that Evgeny used for XamlIntelliS… by @jstedfast in #247
- Remove the custom service connection for NuGet Restore as well by @jstedfast in #248
- Added a monthly CodeQL cron build schedule by @jstedfast in #249
- Added OfficialRelease build parameter and removed cron schedule by @jstedfast in #253
- Update build pipeline to more closely match XamlBehaviorsWpf's pipeline by @jstedfast in #254
- Add trim/AOT annotations to WinUI XAML behaviors by @Sergio0694 in #255
- Remove 'arm' configuration for .NET by @Sergio0694 in #257
- Improve AOT support, update references by @Sergio0694 in #258
- Disable CsWinRT projections generation by @Sergio0694 in #259
- Remove dependency on NuGet.Build.Tasks.Pack by @jstedfast in #260
- Disable autobaseline to work around bash error in pipeline by @jstedfast in #261
- Don't force CodeQL to only analyze csharp (need cpp too) by @jstedfast in #262
- Add Pull Requests to the Azure pipeline triggers by @jstedfast in #265
- Fixed PR trigger by @jstedfast in #266
- Configure CodeQL to ignore src/BehaviorsSDKNative by @jstedfast in #267
- Add build tasks to build the Native SDK as well for compliance by @jstedfast in #263
- bump MSTest dependencies by @jstedfast in #269
- Retire the C++ UWP API by @jstedfast in #270
- Bump WASDK and CsWinRT to latest by @Sergio0694 in #271
- Remove leftover native files by @Sergio0694 in #272
- Fix UWP NuGet packing by @Sergio0694 in #273
- Correctly define the 'out' directory path by @jstedfast in #274
- Publish Symbols and Package artifacts by @jstedfast in #275
- Don't archive the symbols by @jstedfast in #276
- Upload binlog from CI by @Sergio0694 in #279
- Add support for UWP on modern .NET by @Sergio0694 in #256
- Update WindowsAppSDK and NuGet packages by @Sergio0694 in #280
- Enable source link, deterministic builds and compiler flags by @Sergio0694 in #277
- Update Version.cs by @Sergio0694 in #281
- Change Microsoft.Xaml.Interactions.Core to Microsoft.Xaml.Interactivity by @michael-hawker in #282
- Merge assemblies into just 'Microsoft.Xaml.Interactivity' by @Sergio0694 in #286
- Update PlaySoundAction to MediaPlayerElement for UWP and WinUI 3 by @michael-hawker in #287
- Switch all files to file-scoped namespaces by @Sergio0694 in #290
- Fix Samples to Unified Namespace Update, and other sample clean-up by @michael-hawker in #289
- Manually set 'UseUwpTools' in .csproj by @Sergio0694 in #291
- Update VS in ADO script by @Sergio0694 in #292
- Set the package version to 3.0.0-preview1 by @jstedfast in #293
- Pack UWP .NET 9 projects for .NET SDK support by @Sergio0694 in #294
New Contributors
- @microsoft-github-policy-service made their first contribution in #231
- @jstedfast made their first contribution in #235
- @DianaSoltani made their first contribution in #238
- @Sergio0694 made their first contribution in #255
Full Changelog: v2.0.9...v3.0.0
WinUI Behaviors v2.0.9
What's Changed
- Lower WindowsAppSDK min version to be 17763 by @michael-hawker in #234
v2.0.1
v.2.0.0
Includes several community updates and fixes.