FFImageLoading 2.2.11
daniel-luberda
released this
07 Sep 12:27
·
623 commits
to master
since this release
Complete history of changes available here: v2.2.10...v2.2.11
Xamarin.Forms - Important
FFImageLoading has a regression since 2.2.4 which caused CachedImage
to always to fill entire space available (different behaviour than Image
. It's now fixed, but as it was included in many versions it may be a breaking change for some. That's why I didn't enable that fix by default. You can do it manually with:
CachedImage.FixedOnMeasureBehavior = true;
I'll include it as a default in next major version.
Read more here: #545
Features
- Http read buffer size is now configurable
- Windows - default memory cache size set to 64MB (phones) / 256MB (desktop)
Fixes
- Windows TintTransformation - DivideByZeroException
- Windows TintTransformation minor fix
- Acces to path is denied on Android fixes
- #682 - WebP on iOS - vp8 status error for some files
- Task cancellation fixes
- DownloadCache timeout fix
- Deadlock using both LoadingPlaceholder and ErrorPlaceholder as gif
- Windows The application called an interface that was marshalled for a different thread
- iOS - Issue with ru and ua cultures