This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Release Notes for Mobile Blazor Bindings 0.3 (preview3) #113
Closed
Description
What's new?
- Updated dependent package versions to Xamarin.Forms 4.5, Xamarin.Essentials 1.5, and Microsoft.Extensions 3.1. Update to latest package dependencies #96
- All built-in components (such as Button, StackLayout, etc.) have had their list of properties updated to reflect the version update Update component properties to match Xamarin.Forms 4.5 #110
- Doc comments are available for all component properties that are based on Xamarin.Forms types. Add doc comments for properties based on Xamarin.Forms docs #111
- Breaking change: Use space-separated CSS classes instead of comma-separated Breaking change: Change comma-separated values for CSS properties to be space-separated #100
- Support default properties for inner values for Button.Text and Span.Text Support default properties for inner values for things like text #27
- Improve Label syntax by removing verbose inner tags for FormattedText, FormattedString, and Spans Improve Label syntax by removing verbose inner tags for FormattedText, FormattedString, and Spans #87
- Fix CSS support for iOS apps Fix CSS support for iOS apps #109
Full details in the announcement blog post: https://aka.ms/mbb-preview3-blog
More information
- All issues fixed in this milestone: https://github.com/xamarin/MobileBlazorBindings/milestone/3?closed=1
- Mobile Blazor Bindings documentation: https://docs.microsoft.com/mobile-blazor-bindings/
- Migration guide from preview 2 to preview 3: https://docs.microsoft.com/mobile-blazor-bindings/migrate/preview2-to-preview3