This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Releases: tophat/RichTextView
Releases · tophat/RichTextView
Release 2.8.1
Release 2.8.0
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
fix: Bulleted and interactive elements don't work together. (#140)
Release 2.7.0
feat: override default copy selector (#139 )
Release 2.6.6
Support zero-width HTML characters (#138)
Release 2.6.5
Release 2.6.4
Fix encoding in HTML (#131)
Release 2.6.3
Fix HTML table rendering issues (#130)
Release 2.6.2
Preserve spaces before and after special elements (#129)
Release 2.6.1
Fix for a crash that was occurring with some specific HTML/LaTeX expressions (#128)