Skip to content

Releases: psharanda/Atributika

AttributedLabel updates

10 Jan 13:49
1820fcf
Compare
Choose a tag to compare
  • 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

31 Oct 16:01
42fda3d
Compare
Choose a tag to compare
Remove the `Gather Coverage Data` scheme option

4.2.7

29 Oct 20:10
Compare
Choose a tag to compare
build fix for tvos

4.2.6

29 Oct 20:02
Compare
Choose a tag to compare
create style from other style with new name

4.2.5

23 Oct 08:04
Compare
Choose a tag to compare
podspec bump

AtributedLabel bugfix, cleanup and refactoring

20 Oct 09:59
Compare
Choose a tag to compare

Major Release

18 Oct 17:41
Compare
Choose a tag to compare
  1. TagTransformer support
    String.detectTags can replace defined tags with some value. By default style(tags:) uses just one TagTransformer for <br> tag, and replaces it with \n during parsing.
  2. AttributedLabel is a drop-in label replacement. Make detections clickable and style them for normal/highlighted/disabled states.
  3. Naming changes. Shouldn't affect most of the users, since those names were mostly used internally. AtributikaProtocol/Atributika -> AttributedTextProtocol/AttributedText

4.1.1

12 Oct 18:16
Compare
Choose a tag to compare
podspec bump

4.1.0

09 Oct 08:56
Compare
Choose a tag to compare
Emojis display bug fix, migration to swift 4 Strings API

4.0.0

15 Sep 17:27
Compare
Choose a tag to compare
xcode 9 / swift 4 support