Releases: rwbutler/TypographyKit
TypographyKit v1.1.1
Added
- Added
refreshWithData(_:)for refreshing configuration data from a configuration file which has already been downloaded.
Changed
- After updating the
configurationURLproperty, configuration is reloaded from the new URL. - Prioritizes JSON configuration files over property lists should both exist in an app's bundle.
TypographyKit v0.4.4
Invoking TypographyKit.presentTypographyStyles() will now present a TypographyKitViewController modally for listing all the typography styles in your app with an option to export to PDF.
TypographyKit v0.4.3
Fixed a minor bug retrieving colors defined in asset catalogs on iOS 11 and above.
TypographyKit v0.4.2
Allows the font point size to be clamped to a lower and / or upper bound by optionally defining the minimum-point-size / maximum-point-size in the TypographyKit configuration file.
TypographyKit v0.4.1
This release introduces support for integration using the Carthage dependency manager. In order to integrate TypographyKit into your project via Carthage, add the following line to your project's Cartfile:
github "rwbutler/TypographyKit"
This release is unavailable through Cocoapods as it introduces no functional changes from the previous release for developers who have already integrated v0.4.0.
TypographyKit v0.4.0
Support for recursive color definitions and obtaining lighter / darker shades of colors.
Blog post: https://medium.com/@rwbutler/remotely-configured-colour-palettes-in-typographykit-e565c927e2b4
TypographyKit v0.3.0
Supports Swift 4.1.