Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

2.3.2-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jassmith jassmith released this 03 Aug 21:25
· 11 commits to 2.3.2 since this release

Important notes

  • When upgrading to Xamarin.Forms 2.3.1 (and future releases), users should upgrade their Xamarin installation to Cycle 7.
  • When upgrading Xamarin.Forms take care not to simply "update all" as that will update the Xamarin.Android.Support packages to an incompatible version. More info here.

2.3.2-pre1

New Features

  • A new feature "Platform Specifics" will appear in 2.3.2-pre2.

Bug Fixes

  • 32033 - "WebView on Windows does not display local HTML files" (PR)
  • 40858 - " SearchBar LongClick Crashes on ListView Header" (PR)
  • 41205 - " Override ListView.CreateDefault, parameter is always string" (PR)
  • 41717 - " Picker allows multiple dialogs to be open causing the app to crash" (PR)
  • 42069 - "42069 - Garbage Collector can not collect pages that use ImageSource as a StaticResource"
  • 42075 - " IllegalStateException - Fragment does not have a view"
  • 42188 - " ViewCell with focus does not recognise being tapped using keyboard on UWP" (PR)
  • 42254 - "42254 - Getting error in Forms Previewer when user open the "HomePage.Xaml" of EffectDemo Sample" (PR)
  • 42326 - " Setting ActvityIndicator.Color Does Not Work Below Lollipop" (PR)
  • 42329 - " ListView in Frame and FormsAppCompatActivity Memory Leak"
  • 42557 - " [Android/AppCompat] Back button is not hidden/show when using NavigationPage.SetHasBackButton after navigation" (PR)
  • 42580 - " Forms.ListView crashes when ItemSource has item removed and another inserted" (PR)
  • 42687 - " Picker IsFocused property and Focused events broken on Android" (PR)
  • 42812 - " [Android] Color.Accent is hardcoded" (PR)

Other Fixes

  • Known issues with BarTextColor on Windows (PR)
  • Windows image loader error handling (PR)