Releases: wordpress-mobile/WordPressUI-iOS
Releases · wordpress-mobile/WordPressUI-iOS
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
- 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
- Allow
BottomSheetViewController
to work as a modal by @Ecarrion in #12
1.12.5-beta.1
What's Changed
- Improve bottom sheet accessibility with label for dismiss button in #110
1.12.4
Bump version from `1.12.4-beta.1` to `1.12.4` stable