All Versions
43
Latest Version
Avg Release Cycle
30 days
Latest Release
1351 days ago

Changelog History
Page 3

  • v1.1.1 Changes

    March 15, 2019

    โž• 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.
  • v1.1.0 Changes

    December 21, 2018

    ๐Ÿ”„ Changed

    • โž• Added the ability to specify presentation options for TypographyKitViewController.
  • v1.0.1

    September 21, 2018
  • v1.0.0

    September 20, 2018
  • v0.4.5

    September 19, 2018
  • v0.4.4 Changes

    September 11, 2018

    โž• Added

    • ๐Ÿ’… 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.
  • v0.4.3 Changes

    September 10, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed a minor bug retrieving colors defined in asset catalogs on iOS 11 and above.
  • v0.4.2 Changes

    September 07, 2018

    โž• Added

    ๐Ÿ‘ 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.

  • v0.4.1 Changes

    July 27, 2018

    โž• Added

    ๐Ÿš€ 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.

  • v0.4.0 Changes

    July 23, 2018

    โž• Added

    ๐Ÿ‘Œ Support for recursive color definitions and obtaining lighter / darker shades of colors. More information is available in this blog post.