The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.
None.
None.
None.
None.
- For
UITableViewCell
whose background color is set bybackgroundConfiguration
, the cell now shows the ghost layers only for the content instead of the whole cell. [#138]
- New
GravatarDefaultImage
andGravatarRatings
enums available and helper method to get Gravatar URL [#133] - Gravatar updated to use SHA256 over MD5 [#133]
- Fix an issue with
downloadImage
failure callback being called on the background thread [#130]
- Add a new
ImageCaching
protocol and anImageCache
class with ashared
property to allow overriding the default image cache [#129]
- Addresses a crash in the
BottomSheetViewController
that was occurring due to an incorrect usage of a selector. The crash was caused by trying to call thebuttonPressed
instance method as a class method onBottomSheetViewController.self
.
BottomSheetViewController
can now work modally, too [#126]- Add Swift Package Manager support [#120]
- Add this changelog file [#119]
- Deprecates some types in favor of the new Gravatar iOS SDK