All Versions
21
Latest Version
Avg Release Cycle
58 days
Latest Release
1307 days ago

Changelog History
Page 1

  • v4.0.0-alpha Changes

    November 17, 2020

    2020-11-17

  • v3.7.2 Changes

    July 07, 2020

    πŸš€ Released on 2020-07-07

    • [FIX #118] NSTextAttachment image not rendered with iOS12
  • v3.7.1 Changes

    January 27, 2020

    Released on: 2020-01-27

    πŸ”„ CHANGELOG:

    • πŸ’… #104 Fixed an issue with escaping strings. (original: StyleXML issue with & character and other chars needs to be escaped. Introduced a new XMLParsingOptions to StyleXML's xmlParsingOptions property called escapeString (active by default). This function replace all non-parsable characters (by the internal NSXMLParser to parsable string which does not break the internal styling.)
  • v3.7.0 Changes

    January 26, 2020

    Released on: 2020-01-26

    πŸ”„ CHANGELOG:

    • πŸ’… #104 StyleXML issue with & character and other chars needs to be escaped. Introduced a new XMLParsingOptions to StyleXML's xmlParsingOptions property called escapeString (active by default). This function replace all non-parsable characters (by the internal NSXMLParser to parsable string which does not break the internal styling.
    • πŸ’… #102 StandardXMLAttributesResolver not recognizing links if custom style is provided for "a" tag.
  • v3.6.1 Changes

    January 21, 2020

    Released on: 2020-01-21

    πŸ”„ CHANGELOG:

    • πŸ’… #103 StyleXML's imageProvider callback provide parsed attributes via attributes param.
  • v3.6.0 Changes

    January 12, 2020

    Released on: 2020-01-12

    πŸ”„ CHANGELOG:

    • πŸ’… #101 Added support to provide custom UIImage instances in XML rendering via StyleXML's imageProvider.
    • πŸ›  #98 Fixed an bug with NSTextAttachment which alway tint any placed UIImage.
  • v3.5.1 Changes

    December 24, 2019

    Released on: 2019-12-24

    πŸ”„ CHANGELOG:

    • πŸ“¦ #97 Fixed iOS 8 package compatibility with localizedUppercased/lowercased/capitalized string (iOS 8.x is the minimum requirement)
  • v3.5.0 Changes

    December 21, 2019

    Released on: 2019-12-22

    πŸ”„ CHANGELOG:

    • πŸ‘ #6 Added support to load local images inside attributed string
    • 🌐 #95 Added support to load image from remote URL inside attributed string with optional resize and translation
    • πŸ— #96 Added support for attributed string's composing via Swift 5.1 function builders
    • πŸ’… #93 Added β€’textTransforms to support live text content transform directly from style (uppercase, lowercase, capitalized and virtually any string transformation function)
    • πŸ›  #90 Fixed .numberSpacing paragraph attribute which is not correctly applied
    • πŸ’… #77 New rewritten XML/HTML tagged string parser with support for custom XML attributes (ie. you can pass <bold color="#d6d6d6"> and provide custom render actions or style overrides for color attribute)
    • πŸ‘ #77 Support to handle unknown tag attributes inside the XML string and provide custom actions via XMLDynamicAttributesResolver
    • πŸ›  #94 Fixed error supporting Dynamic Type
    • πŸ’… #88 Setting nil styledText in UIKit control will reset the style as you expect
  • v3.0.4 Changes

    December 11, 2019

    Released on: 2019-11-11

    πŸ”„ CHANGELOG:

    • πŸ’… #92 Fixed an issue with Style's font which is not preserved after set.
  • v3.0.3 Changes

    September 29, 2019

    RELEASED ON 2019-09-29

    πŸ”„ CHANGELOG

    – #86 Fix for iOS13 Font regression