Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: tophat/RichTextView

Release 2.8.1

29 Apr 18:42
Compare
Choose a tag to compare

Fix: Yarn updates(#143) and fixed issue to make latex images more consistent with baseline offsets (#142)

Release 2.8.0

25 Mar 14:24
Compare
Choose a tag to compare

feature: custom bullet attributes(#141). In this version we've added new feature to allow customization of bullets in <ul> tags directly through the attributes. To use this simply feed in some custom attributes with the key "bullets" during the Init of RTV.

ex:

let richTextView =  RichTextView(
            input: "Hello World",
            customAdditionalAttributes: ["bullets": [NSAttributedString.Key.foregroundColor: UIColor.red]]
            frame: .zero,
        )

Release 2.7.1

11 Mar 18:49
Compare
Choose a tag to compare

fix: Bulleted and interactive elements don't work together. (#140)

Release 2.7.0

03 Mar 18:14
Compare
Choose a tag to compare

feat: override default copy selector (#139 )

Release 2.6.6

18 Feb 21:32
Compare
Choose a tag to compare

Support zero-width HTML characters (#138)

Release 2.6.5

12 Jan 16:42
Compare
Choose a tag to compare

Various LaTeX and UITextView fixes (#132, #133, #134)

Release 2.6.4

20 Dec 21:49
Compare
Choose a tag to compare

Fix encoding in HTML (#131)

Release 2.6.3

20 Dec 15:50
Compare
Choose a tag to compare

Fix HTML table rendering issues (#130)

Release 2.6.2

16 Dec 15:54
Compare
Choose a tag to compare

Preserve spaces before and after special elements (#129)

Release 2.6.1

11 Dec 20:30
Compare
Choose a tag to compare

Fix for a crash that was occurring with some specific HTML/LaTeX expressions (#128)