Skip to content

Latest commit

 

History

History
96 lines (50 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

96 lines (50 loc) · 2.01 KB

Changelog

The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.

Unreleased

Breaking Changes

None.

New Features

None.

Bug Fixes

None.

Internal Changes

None.

1.15.1

Bug Fixes

  • For UITableViewCell whose background color is set by backgroundConfiguration, the cell now shows the ghost layers only for the content instead of the whole cell. [#138]

1.15.0

New Features

  • New GravatarDefaultImage and GravatarRatings enums available and helper method to get Gravatar URL [#133]
  • Gravatar updated to use SHA256 over MD5 [#133]

1.14.1

Bug Fixes

  • Fix an issue with downloadImage failure callback being called on the background thread [#130]

1.14.0

New Features

  • Add a new ImageCaching protocol and an ImageCache class with a shared property to allow overriding the default image cache [#129]

1.13.1

Bug Fixes

  • 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 the buttonPressed instance method as a class method on BottomSheetViewController.self.

1.13.0

New Features

  • BottomSheetViewController can now work modally, too [#126]
  • Add Swift Package Manager support [#120]

Internal Changes

  • Add this changelog file [#119]

1.16.0