RichTextView Versions Save

iOS Text View (UIView) that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links

2.8.1

4 years ago

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

2.8.0

4 years ago

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,
        )

2.7.1

4 years ago

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

2.7.0

4 years ago

feat: override default copy selector (#139 )

2.6.6

4 years ago

Support zero-width HTML characters (#138)

2.6.5

4 years ago

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

2.6.4

4 years ago

Fix encoding in HTML (#131)

2.6.3

4 years ago

Fix HTML table rendering issues (#130)

2.6.2

4 years ago

Preserve spaces before and after special elements (#129)

2.6.1

4 years ago

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