Hey guys,
You can get the pre-release on nuget.org. Please report any issues on the bug tracker. Feel free to also report them here or link to your bugs here.
Release notes!
API Changes
- NavigationPage.Get/SetTitleIcon takes a FileImageSource and not a string (as was intended). This was an oversight.
Bug Fixes
- [Android]
SwitchCell
no longer leaves phantom switches inListView
- [Android] Fixed an
ArgumentOutOfRangeException
withListView
when grouping. - [Android] Fixed
NullReferenceException
fromSetActionBarTextColor ()
when there's no ActionBar. - [Android]
ListView
no longer mixes up cell order after a layout change. - [Android]
VisualElement.Opacity
works again properly. - [Android]
Page
andCell
Disappearing
events is now raised more reliably. - [Android] Tapping back while the page animation is still playing no longer crashes.
- [Android] Several memory leaks plugged.
- [XAML] Fixed an issue with StaticResource lookup in data templates.
ImageCell.ImageSource
changes now are reflected in the UI.Grid
now correctly does a re-layout if its columns or rows change.