Skip to content

Releases: wordpress-mobile/WordPress-iOS-Shared

0.8.1

27 Mar 14:45
Compare
Choose a tag to compare

Improve WPNoResultsView

0.8.0: Hello Noto

17 Feb 14:59
Compare
Choose a tag to compare

🗑 Open Sans and Merriweather
🛬 Noto Serif

Release Mark 0.7.2

18 Jan 10:21
Compare
Choose a tag to compare

#113: Nullability Specifiers

Release Mark 0.5.6

14 Apr 12:34
Compare
Choose a tag to compare
  • WPTableViewSectionHeaderFooterView: Attributed Title

Release Mark 0.5.5

14 Apr 12:34
Compare
Choose a tag to compare
no message

0.5.4: Table View Cell Image Tinting

08 Apr 18:45
Compare
Choose a tag to compare

Applies a default tint color of 10% lightened gray to all table view cell image views.

0.5.3: Deprecate Open Sans

04 Mar 07:02
Compare
Choose a tag to compare

Adds new helper methods for system font, and deprecates usage of Open Sans

0.5.2: Deprecate WPTableViewSectionHeaderFooterView

18 Dec 10:58
Compare
Choose a tag to compare

0.5.1: Updated CocoaLumberjack to 2.2

26 Nov 15:44
Compare
Choose a tag to compare
Bumped podspec version to 0.5.1

0.5.0: Cocoapods Framework support

11 Nov 14:06
Compare
Choose a tag to compare

Adds support for cocoapods frameworks

Backwards Compatibility

This release changes the header_dir (and module name) to WordPressShare to avoid issues with dashes and underscores. You'll need to update your imports

Old way:

#import <WordPress-iOS-Shared/WPStyleGuide.h>

New way:

#import <WordPressShared/WPStyleGuide.h>