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

2.2.0-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jassmith jassmith released this 08 Apr 22:07
· 24 commits to 2.2.0 since this release

Bug fixes

39499 - CarouselView layout rendering issue on Android
40152 - ListView doesn't trigger item selection
40173 - Android Frame blocks ListView selection

Other fixes

[Android] Fix race condition in IsInvokeRequired
[Android] Fix issue where API23 became required by mistake
[Core] Cast to ICommand instead of Command inside SearchBar
[Core] Automatically marshal all AnimationExtensions calls onto UI thread
[Android] Ensure carouselView disposes correctly
[Android, iOS] Other CarouselView bug fixes and behavior correction: No ItemSelected or PositionSelected event is fired upon start. PositionSelected precedes ItemSelected after movement. When setting the position causes pages to be skipped events are only raised for the target page.