All Versions
21
Latest Version
Avg Release Cycle
58 days
Latest Release
1580 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0-alpha Changes
November 17, 20202020-11-17
-
v3.7.2 Changes
July 07, 2020π Released on 2020-07-07
- [FIX #118]
NSTextAttachment
image not rendered with iOS12
- [FIX #118]
-
v3.7.1 Changes
January 27, 2020Released 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 newXMLParsingOptions
toStyleXML
'sxmlParsingOptions
property calledescapeString
(active by default). This function replace all non-parsable characters (by the internalNSXMLParser
to parsable string which does not break the internal styling.)
- π
#104 Fixed an issue with escaping strings. (original:
-
v3.7.0 Changes
January 26, 2020Released on: 2020-01-26
π CHANGELOG:
- π
#104
StyleXML
issue with & character and other chars needs to be escaped. Introduced a newXMLParsingOptions
toStyleXML
'sxmlParsingOptions
property calledescapeString
(active by default). This function replace all non-parsable characters (by the internalNSXMLParser
to parsable string which does not break the internal styling. - π
#102
StandardXMLAttributesResolver
not recognizing links if custom style is provided for "a" tag.
- π
#104
-
v3.6.1 Changes
January 21, 2020Released on: 2020-01-21
π CHANGELOG:
- π
#103 StyleXML's
imageProvider
callback provide parsed attributes viaattributes
param.
- π
#103 StyleXML's
-
v3.6.0 Changes
January 12, 2020 -
v3.5.1 Changes
December 24, 2019Released on: 2019-12-24
π CHANGELOG:
- π¦ #97 Fixed iOS 8 package compatibility with
localizedUppercased/lowercased/capitalized
string (iOS 8.x is the minimum requirement)
- π¦ #97 Fixed iOS 8 package compatibility with
-
v3.5.0 Changes
December 21, 2019Released 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 forcolor
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, 2019Released on: 2019-11-11
π CHANGELOG:
- π
#92 Fixed an issue with
Style
's font which is not preserved after set.
- π
#92 Fixed an issue with
-
v3.0.3 Changes
September 29, 2019