8.0.80
版本发布时间: 2024-08-08 05:22:18
dotnet/maui最新发布版本:8.0.92(2024-10-16 02:14:42)
What's Changed
- [Windows] Respect
ClearButtonVisibility = ClearButtonVisibility.Never
for<Entry>
s by @MartyIX in https://github.com/dotnet/maui/pull/23158 - Support the new RIDs on WinUI by @mattleibow in https://github.com/dotnet/maui/pull/23247
- [windows] fix VisualDiagnosticsOverlay keeping Page's alive by @jonathanpeppers in https://github.com/dotnet/maui/pull/23489
- [android]: ModalContainer Destroy commit allowing state loss by @rs-lkroneman in https://github.com/dotnet/maui/pull/23400
- use MathF where possible by @symbiogenesis in https://github.com/dotnet/maui/pull/19965
- [windows] fix memory leak in WebView by @jonathanpeppers in https://github.com/dotnet/maui/pull/23540
- Fix the batch file for running local dotnet on windows by @vitek-karas in https://github.com/dotnet/maui/pull/23541
- Don't throw exceptions on back-to-back window deactivations by @Foda in https://github.com/dotnet/maui/pull/23519
- [iOS] Read only Editor is editable when Next from on screen keyboard by @kubaflo in https://github.com/dotnet/maui/pull/22501
- Make sure resizetized image files are writable by @dellis1972 in https://github.com/dotnet/maui/pull/23412
- Fix a few more template ampersand cases by @Eilon in https://github.com/dotnet/maui/pull/23592
- Fix menus to only create casting list once by @PureWeen in https://github.com/dotnet/maui/pull/23618
- [Android] Honor IconImageSource.FontImageSource color by @kubaflo in https://github.com/dotnet/maui/pull/23604
- [iOS] CarouselView: Changing Position after navigation away then comi… by @kubaflo in https://github.com/dotnet/maui/pull/23477
- [CI] Bump xcode 15.4.0 by @rmarinho in https://github.com/dotnet/maui/pull/22611
- [Core] Enforce CA1507 - use nameof() where possible by @symbiogenesis in https://github.com/dotnet/maui/pull/21962
- [Windows] Fix pull to refresh w/ horz item layouts by @Foda in https://github.com/dotnet/maui/pull/23547
- Detect MauiCALayer being rendered offscreen by @albyrock87 in https://github.com/dotnet/maui/pull/23648
- Hide FlyoutIcon when FlyoutBehavior set to disabled by @kubaflo in https://github.com/dotnet/maui/pull/20087
- [ci] Fix maestro publishing for stable packages (#23664) by @rmarinho in https://github.com/dotnet/maui/pull/23681
- [Docs] Added pending inline comments to Page class by @jsuarezruiz in https://github.com/dotnet/maui/pull/20933
- Add the embedding sample by @mattleibow in https://github.com/dotnet/maui/pull/23647
- [windows] Fix Updating the initial position by @rmarinho in https://github.com/dotnet/maui/pull/23709
- [Windows] Fix CollectionView DisconnectHandler SelectionMode Crash by @Foda in https://github.com/dotnet/maui/pull/23726
- Use UIView.Window instead of the global window by @mattleibow in https://github.com/dotnet/maui/pull/23693
- [Windows] Subscribe pointer events only when needed by @MartyIX in https://github.com/dotnet/maui/pull/23515
- Move the legacy layouts into the right folder by @mattleibow in https://github.com/dotnet/maui/pull/23766
- Do not solely make Visual Diagnostics available on debugger being attached by @chabiss in https://github.com/dotnet/maui/pull/23490
- [android] update AOT profile for servicing by @jonathanpeppers in https://github.com/dotnet/maui/pull/23765
- [Accessibility] Add accessibility label to the menu button by @tj-devel709 in https://github.com/dotnet/maui/pull/23762
-
IWindow.Content
can be null in Core by @mattleibow in https://github.com/dotnet/maui/pull/23775 - [Windows] Add TitleBar Control by @Foda in https://github.com/dotnet/maui/pull/23019
- [msbuild] Fix BundleResource defaults for iOS and MacCatalyst by @dalexsoto in https://github.com/dotnet/maui/pull/23835
- Generate the Android 7 round app icon by @mattleibow in https://github.com/dotnet/maui/pull/23276
- Fix BlazorWebView on iOS/MacCatalyst 18 by @Eilon in https://github.com/dotnet/maui/pull/23906
- NuGet auditing package dependencies for security vulnerabilities by @moljac in https://github.com/dotnet/maui/pull/23860
- Fix HostIdentifier bindings for item templates by @jfversluis in https://github.com/dotnet/maui/pull/23912
- [Windows] Handle non-seekable streams in
PlatformImage.FromStream
(take 2) by @MartyIX in https://github.com/dotnet/maui/pull/23824 - Use explicit platform versions by @mattleibow in https://github.com/dotnet/maui/pull/23995
- Remove the 'Resources' prefix from BundleResource by @mattleibow in https://github.com/dotnet/maui/pull/23978
- Fixes Android FontModel Glide In-Memory Caching by @albyrock87 in https://github.com/dotnet/maui/pull/24021
- [iOS] Add a Container around ImageButton by @PureWeen in https://github.com/dotnet/maui/pull/24020
- [Windows] Fix CarouselView not showing new items by @Foda in https://github.com/dotnet/maui/pull/23779
- Added condition in WindowStateManager for selecting proper scene used by @jpiechowiak in https://github.com/dotnet/maui/pull/23945
- Check to see if Image Should Reload When Attached by @PureWeen in https://github.com/dotnet/maui/pull/24023
Dependency Updates
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/23216
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/24012
- [Windows] Upgrade Windows App SDK from 1.5.4 to 1.5.5 by @MartyIX in https://github.com/dotnet/maui/pull/23750
- [darc] Pin darc version as workaround by @rmarinho in https://github.com/dotnet/maui/pull/23584
- Revert "[darc] Pin darc version as workaround (#23584)" by @rmarinho in https://github.com/dotnet/maui/pull/23636
Tests
- Move WebViewDidNotLeak to UITest by @PureWeen in https://github.com/dotnet/maui/pull/23784
- Add embedding sample and code by @mattleibow in https://github.com/dotnet/maui/pull/23642
- Fixed a crash for the samples app [User interface concepts -> styles] by @kubaflo in https://github.com/dotnet/maui/pull/23852
- [ci] Fix when pushing artifacts on uitests samples by @rmarinho in https://github.com/dotnet/maui/pull/23919
- [UI Testing] Add legacy tests (alternative) by @jsuarezruiz in https://github.com/dotnet/maui/pull/22635
- Move PopLifeCycle to device tests by @PureWeen in https://github.com/dotnet/maui/pull/23468
- Remove mobile test from running on desktop by @PureWeen in https://github.com/dotnet/maui/pull/23550
- [tests] Fix iOS screenshot for sonoma by @rmarinho in https://github.com/dotnet/maui/pull/23667
- [core] Fix tests when converting with PT Locale by @rmarinho in https://github.com/dotnet/maui/pull/23764
- Increase iOS Device Test Time out to 90 by @PureWeen in https://github.com/dotnet/maui/pull/23768
- Fix iOS log exports by @PureWeen in https://github.com/dotnet/maui/pull/23334
New Contributors
- @rs-lkroneman made their first contribution in https://github.com/dotnet/maui/pull/23400
- @jpiechowiak made their first contribution in https://github.com/dotnet/maui/pull/23945
Full Changelog: https://github.com/dotnet/maui/compare/8.0.71...8.0.80