Releases: psharanda/Atributika
Releases · psharanda/Atributika
AttributedLabel updates
- support for Auto Layout self sizing
- highlight fix when contained in cell
- better accessibility support
4.2.8: Merge pull request #14 from CocoaPriest/master
Remove the `Gather Coverage Data` scheme option
4.2.7
4.2.6
4.2.5
AtributedLabel bugfix, cleanup and refactoring
4.2.4 podspec bump
Major Release
- TagTransformer support
String.detectTags
can replace defined tags with some value. By defaultstyle(tags:)
uses just one TagTransformer for<br>
tag, and replaces it with\n
during parsing. - AttributedLabel is a drop-in label replacement. Make detections clickable and style them for normal/highlighted/disabled states.
- Naming changes. Shouldn't affect most of the users, since those names were mostly used internally.
AtributikaProtocol
/Atributika
->AttributedTextProtocol
/AttributedText