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

Changelog History
Page 2

  • v2.2.2 Changes

    September 02, 2019

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed an issue whereby invoking UIFont(name:, size:) using the name of the system font (as part of setting a new font size for attributed text) causes the font to be set to Times New Roman.

  • v2.2.1 Changes

    August 21, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed an issue whereby updating an element's attributed text only updated the font size and not the typeface.
  • v2.2.0 Changes

    August 15, 2019

    โž• Added

    • โž• Added TKColorsViewController for displaying all colors defined in TypographyKit configuration.
  • v2.1.0 Changes

    August 08, 2019

    โž• Added

    • ๐Ÿ‘ Convenience methods added on Typography to support Dynamic Type including font() and lineHeight().
  • v2.0.1 Changes

    July 02, 2019

    โž• Added

    • โž• Added support for:
      • BoldSystem -> boldSystemFont(ofSize: CGFloat) -> UIFont
      • ItalicSystem -> italicSystemFont(ofSize: CGFloat) -> UIFont
      • MonospacedDigitSystem-Weight -> monospacedDigitSystemFont(ofSize: CGFloat, weight: UIFont.Weight) -> UIFont.
  • v2.0.0 Changes

    July 01, 2019

    ๐Ÿ”„ Changed

    • โž• Added support for Swift 5.0.
  • v1.1.5 Changes

    July 01, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for scaling using UIFontMetrics where iOS 11 using the TypographyKit.scalingMode property.
    • ๐Ÿ‘ Better support for using the system font by listing the font name as System or the font name and weight e.g. System-Bold.

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Deployment target increased from 8.0 -> 8.2.
  • v1.1.4 Changes

    June 26, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed an issue whereby color definitions referencing other color definitions could fail to be parsed correctly.
  • v1.1.3 Changes

    June 18, 2019

    โž• Added

    • ๐Ÿ’… It is now possible to extend existing typography styles to create a new one using the extends keyword as part of the style definition in the TypographyKit configuration file.
  • v1.1.2 Changes

    May 24, 2019

    ๐Ÿ”„ Changed

    • UIButton no longer gets title set for every UIControlState automatically.