Skip to content

Releases: rwbutler/TypographyKit

TypographyKit v1.1.1

15 Mar 11:13

Choose a tag to compare

Added

  • Added refreshWithData(_:) for refreshing configuration data from a configuration file which has already been downloaded.

Changed

  • After updating the configurationURL property, 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

11 Sep 14:05

Choose a tag to compare

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

09 Sep 23:24

Choose a tag to compare

Fixed a minor bug retrieving colors defined in asset catalogs on iOS 11 and above.

TypographyKit v0.4.2

07 Sep 14:58

Choose a tag to compare

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

27 Jul 11:12

Choose a tag to compare

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

23 Jul 19:08

Choose a tag to compare

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

05 Jul 16:12
12d2119

Choose a tag to compare

Supports Swift 4.1.