6.0.100-rc.1.7
版本发布时间: 2021-11-08 22:56:42
dotnet/maui最新发布版本:8.0.92(2024-10-16 02:14:42)
What's Changed
- Create convenience methods for adding behavior to a mapper by @hartez in https://github.com/dotnet/maui/pull/1859
- Add README.md screenshots by @lutzroeder in https://github.com/dotnet/maui/pull/1860
- Add VisualDiagnostics calls to new Layout base by @hartez in https://github.com/dotnet/maui/pull/1948
- Remove unused FileProviders.Embedded reference from templates by @Eilon in https://github.com/dotnet/maui/pull/1931
- Backport preview7 fixes by @Redth in https://github.com/dotnet/maui/pull/1955
- Add .NET 6 Device Test Runner & Migrate Tests to .NET 6 by @mattleibow in https://github.com/dotnet/maui/pull/1359
- Add a Maui Class Library template by @mattleibow in https://github.com/dotnet/maui/pull/1827
- Templates - ContentPage item template by @davidortinau in https://github.com/dotnet/maui/pull/1071
- Use the property correctly by @mattleibow in https://github.com/dotnet/maui/pull/1989
- MS.Ext.FileProviders.Abstractions is still used by @mattleibow in https://github.com/dotnet/maui/pull/1988
- Add the template into the correct folder by @mattleibow in https://github.com/dotnet/maui/pull/1996
- [Blazor] Fix Win UI maui template by @javiercn in https://github.com/dotnet/maui/pull/2024
- Only run VD events tests if debugger is attached by @PureWeen in https://github.com/dotnet/maui/pull/2031
- Switch to using a Material theme for the default Maui Theme by @PureWeen in https://github.com/dotnet/maui/pull/2033
- [android] update to latest AndroidX packages by @jonathanpeppers in https://github.com/dotnet/maui/pull/1927
- Ensure CreateWindow is always called by @mattleibow in https://github.com/dotnet/maui/pull/2035
- LayoutHandler Commands by @hartez in https://github.com/dotnet/maui/pull/1944
- Update getting started documentation link by @lutzroeder in https://github.com/dotnet/maui/pull/2050
- Update README.md by @jamesmontemagno in https://github.com/dotnet/maui/pull/2071
- Fix the tests after the MainPage changes in #2035 by @mattleibow in https://github.com/dotnet/maui/pull/2078
- Add additional exact measure call for Android Labels with LayoutAlignment.Fill by @hartez in https://github.com/dotnet/maui/pull/2059
- Fix incorrect null checking of variable by @xin9le in https://github.com/dotnet/maui/pull/2083
- Properly account for row/column spacing within spans by @hartez in https://github.com/dotnet/maui/pull/2068
- Fix Cake VS-WINUI target by @Eilon in https://github.com/dotnet/maui/pull/2085
- Add interface for FontElement to notify element of pending font changes by @hartez in https://github.com/dotnet/maui/pull/2106
- Reworked the device tests runner by @mattleibow in https://github.com/dotnet/maui/pull/2110
- Register Concrete Types against Image Source Services by @PureWeen in https://github.com/dotnet/maui/pull/2125
- Fix if statement check used to null out handler by @PureWeen in https://github.com/dotnet/maui/pull/2128
- Unsubscribe from Native Touch Event by @PureWeen in https://github.com/dotnet/maui/pull/2129
- Add timeouts and continueOnError for macOS builds by @PureWeen in https://github.com/dotnet/maui/pull/2126
- Fix heading bug and templates semantics by @rachelkang in https://github.com/dotnet/maui/pull/2069
- Fix Failing Android API 30 Device Tests (only on CI) by @mattleibow in https://github.com/dotnet/maui/pull/2127
- Implement TextType property in LabelHandlers by @jsuarezruiz in https://github.com/dotnet/maui/pull/976
- Split the pipelines by @mattleibow in https://github.com/dotnet/maui/pull/2143
- Add UseMaui project capability by @lutzroeder in https://github.com/dotnet/maui/pull/2130
- README - add news - preview 7 with blog link by @solvingj in https://github.com/dotnet/maui/pull/2149
- Fix Shell Appearance for colors and Dark Theme by @PureWeen in https://github.com/dotnet/maui/pull/2150
- RefreshViewHandler Android by @PureWeen in https://github.com/dotnet/maui/pull/2027
- [workload] use FromWorkload for targeting/runtime pack versions by @jonathanpeppers in https://github.com/dotnet/maui/pull/2122
- Improve the device tests a bit by @mattleibow in https://github.com/dotnet/maui/pull/2162
- Merge the maui project templates by @mattleibow in https://github.com/dotnet/maui/pull/2142
- RefreshviewHandler iOS by @PureWeen in https://github.com/dotnet/maui/pull/2029
- Use PROJECT_REUNION_VERSION in the templates by @mattleibow in https://github.com/dotnet/maui/pull/2175
- Rename BlazorWebView IsAncestorSiteInDesignMode to avoid build break by @Eilon in https://github.com/dotnet/maui/pull/2088
- Add a solution to the templates for now by @mattleibow in https://github.com/dotnet/maui/pull/2177
- [Blazor] Reacts to SDK and Runtime updates and adds support for click-once deployments in WPF and Winforms apps by @javiercn in https://github.com/dotnet/maui/pull/2187
- Fix class lib template by @mattleibow in https://github.com/dotnet/maui/pull/2189
- Avoid scanning obj directory with wildcard includes by @mrward in https://github.com/dotnet/maui/pull/2180
- Fix some Layout update bugs by @mattleibow in https://github.com/dotnet/maui/pull/2200
- Force null text string to empty when updating HTML text by @hartez in https://github.com/dotnet/maui/pull/2223
- BackgroundColor should trigger Background by @mattleibow in https://github.com/dotnet/maui/pull/2157
- Convert Controls ScrollTo element request to position request before sending to handler by @hartez in https://github.com/dotnet/maui/pull/2219
- Make sure that Invalidate is called when items move between rows/columns by @hartez in https://github.com/dotnet/maui/pull/2224
- IPropertyMapper needs a setter/adder by @mattleibow in https://github.com/dotnet/maui/pull/2228
- Only run all device tests on DevDiv by @mattleibow in https://github.com/dotnet/maui/pull/2233
- [VisualDiagnostics] Replace Element with IVisualTreeElement by @drasticactions in https://github.com/dotnet/maui/pull/2231
- Call disconnect on shimmed NavPage Handler and fix image loading code that was running on the task pool by @PureWeen in https://github.com/dotnet/maui/pull/2160
- Update to WindowsAppSdk 1.0.0-experimental by @Redth in https://github.com/dotnet/maui/pull/2047
- Update SkiaSharp and add pdb files by @mattleibow in https://github.com/dotnet/maui/pull/2195
- PartialAppManifest is now a real feature by @mattleibow in https://github.com/dotnet/maui/pull/2238
- Make Application.Properties obsolete and fix implementation by @Redth in https://github.com/dotnet/maui/pull/2158
- Implement IVisualTreeElement for TableView by @drasticactions in https://github.com/dotnet/maui/pull/2237
- Bump to Reloadify3000 1.0.7 by @jonathanpeppers in https://github.com/dotnet/maui/pull/2218
- Can't include windows on mac by @mattleibow in https://github.com/dotnet/maui/pull/2241
- AbsoluteLayout by @hartez in https://github.com/dotnet/maui/pull/2136
- ContentPage CSharp Item Template by @jsuarezruiz in https://github.com/dotnet/maui/pull/2063
- ContentView CSharp Item Template by @jsuarezruiz in https://github.com/dotnet/maui/pull/2065
- Add exception handling for GatherXmlnsDefinitionAttributes Assembly Loading by @drasticactions in https://github.com/dotnet/maui/pull/2229
- ContentView XAML Item Template by @jsuarezruiz in https://github.com/dotnet/maui/pull/2064
- Implement FlowDirection property in ViewHandlers by @jsuarezruiz in https://github.com/dotnet/maui/pull/948
- Insert iOS subviews correctly by @mattleibow in https://github.com/dotnet/maui/pull/2259
- ScreenReader.Announce implementation for WINUI by @PureWeen in https://github.com/dotnet/maui/pull/2251
- Build the templates by @mattleibow in https://github.com/dotnet/maui/pull/2264
- Android/iOS Button ImageSource by @PureWeen in https://github.com/dotnet/maui/pull/2079
- remove TypeConversionAttribute by @StephaneDelcroix in https://github.com/dotnet/maui/pull/2210
- Updating .NET MAUI to use MauiApp/MauiAppBuilder pattern and use MS.Extensions.DependencyInjection by @Eilon in https://github.com/dotnet/maui/pull/2137
- Update DEVELOPMENT.md by @PureWeen in https://github.com/dotnet/maui/pull/2267
- Fix namespaces for UWP ScreenReader APIs by @PureWeen in https://github.com/dotnet/maui/pull/2272
- Add
OnNativeMessage
back for Lifecycle on Windows by @Redth in https://github.com/dotnet/maui/pull/2273 - Implement WebView2 async request handling with deferral by @Eilon in https://github.com/dotnet/maui/pull/2055
- Add the new dependency by @mattleibow in https://github.com/dotnet/maui/pull/2274
- Set fewer defaults in MauiAppBuilder by @Eilon in https://github.com/dotnet/maui/pull/2275
- Fix the templates for VS by @mattleibow in https://github.com/dotnet/maui/pull/2276
- Add template icons by @mattleibow in https://github.com/dotnet/maui/pull/2278
- Support Min/Max Height/Width on IView by @hartez in https://github.com/dotnet/maui/pull/2265
- [templates] use android:targetSdkVersion="31" by @jonathanpeppers in https://github.com/dotnet/maui/pull/2287
- Devicetest button centering by @hartez in https://github.com/dotnet/maui/pull/2289
- Fix issues dynamically adding stuff to a FlexLayout by @hartez in https://github.com/dotnet/maui/pull/2291
- [XamlCompilation] is the default by @mattleibow in https://github.com/dotnet/maui/pull/2298
- Templates exclude windows tfm by @Redth in https://github.com/dotnet/maui/pull/2318
- Include PDB files in the workloads by @mattleibow in https://github.com/dotnet/maui/pull/2317
- AppxPackageRecipe prop no longer needed by @Redth in https://github.com/dotnet/maui/pull/2332
- Update OutputType to WinExe on -windows by @Redth in https://github.com/dotnet/maui/pull/2340
New Contributors
- @javiercn made their first contribution in https://github.com/dotnet/maui/pull/2024
- @xin9le made their first contribution in https://github.com/dotnet/maui/pull/2083
- @solvingj made their first contribution in https://github.com/dotnet/maui/pull/2149
- @mrward made their first contribution in https://github.com/dotnet/maui/pull/2180
Full Changelog: https://github.com/dotnet/maui/compare/6.0.100-preview.7.3...6.0.100-rc.1.7