New
SwiftRichString 3.7.0 - Swift 5.1+
Released on: 2020-01-26
IMPORTANT
Use 3.7.1 release instead of this build.
This build is affected by a bug in escaping string which prevents correct decoding of the XML string for StyleXML.
CHANGELOG:
- #104
StyleXMLissue with & character and other chars needs to be escaped. Introduced a newXMLParsingOptionstoStyleXML'sxmlParsingOptionsproperty calledescapeString(active by default). This function replace all non-parsable characters (by the internalNSXMLParserto parsable string which does not break the internal styling. - #102
StandardXMLAttributesResolvernot recognizing links if custom style is provided for "a" tag.