All Versions
13
Latest Version
Avg Release Cycle
74 days
Latest Release
1375 days ago

Changelog History
Page 2

  • v1.10.0 Changes

    July 23, 2018

    ๐Ÿš€ Release Notes v1.10.0

    ๐Ÿ’ฅ Breaking

    • โœ‚ Remove media variations
    • Pass DraweeController down to data source generation: a7796de

    ๐Ÿ›  Fixes and Improvements

    • โšก๏ธ Updated Comparison app
    • Do not cache images if they are of unknown format 7a874c1
    • ๐Ÿ›  Fix webp add round draw out of bound (#2132) (thanks wangfang) 5357424
    • ๐Ÿ›  Fix GIF images scaling with FIT_XY scale type 6898a9c
    • Get rid of internal android Predicate (Prepare for Android P) API 0a93ffc
    • Control memory cache per request d2474bc
    • โž• Add configuration option for bitmap count limit 3ccf021
    • ๐Ÿ– Handle multiple copies of Fresco 54556c9
    • Interstitial shows on profile in MediaGallery (thanks Young Kim) d560881
    • Mark object passed in .equals() as nullable (thanks Christopher Frazier) e1145cfce57bb1b31dbd88d59a353a484a91cc808ef0
    • โšก๏ธ Many updates for perf logging
    • โšก๏ธ Update SoLoader to 0.5.0 8e9243e
    • โž• Added RoundedNinepatchDrawable e1aa81f
    • Extend Fresco's ImageFormats to detect HEIF images 84ace37

    Thanks

    ๐Ÿš€ Thanks to the following for their pull requests which are included in this release: @cucbin, @chibatching, @mariotaku, @hetovar, @Naman-Bhalla, @woyunowuyuda, @hearsilent

  • v1.9.0 Changes

    April 11, 2018

    โšก๏ธ Updated to MIT license

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿšš Inlined ProGuard rules such that you no longer need to manually copy-over the Fresco proguard file (thanks @gengjiawen). If you are manually adding Fresco-specific ProGuard files in your Gradle files, you can now remove them

    โž• Added isSameImageRequest() to DraweeController

    ๐Ÿ†• New APIs

    • โž• Added API to pass an ImageRequest to SimpleDraweeView(53c6151 (53c6151), thanks @bkpavan)
    • โž• Added configurable timeout for HttpUrlConnection network fetcher (005f38a, thanks @jnawaz)

    ๐Ÿ‘Œ Improvements and bugfixes

    • โž• Added image load time to debug overlay
    • โšก๏ธ Updated libwebp to 0.6.1 (thanks @eldk)
    • โšก๏ธ Updated OkHttp to 3.10.0 (thanks @NightlyNexus)
    • โšก๏ธ Updated GifLib to 5.1.4
    • ๐Ÿ›  Fixed GIF rendering for missing color maps
    • ๐Ÿ›  Fixed WebP native memory leak (thanks @howardpang)
    • ๐Ÿ‘Œ Improved equality handling for controllers and ImageRequests
    • Made bitmap decoding more robust
    • โšก๏ธ Various other improvements & sample app updates

    Thanks

    ๐Ÿš€ Thanks to the following for their pull requests which are included in this release: @bkpavan, @eldk, @gengjiawen, @howardpang, @jnawaz, @NightlyNexus, @sophiebits!

  • v1.8.1 Changes

    February 08, 2018

    ๐Ÿ”– Version 1.8.1 is a bug-fix release following the main 1.8.0 release. In particular, it addresses the following issues:

    • ๐Ÿ”ง Fresco's SoLoader configuration no longer crashes with certain pro-guard configurations (issue: #2039)
    • ๐Ÿ”ง In previous versions WebP image might fail to load in certain configurations (commit: 06fe371)