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

Releases: tophat/RichTextView

Release 1.1.0

12 Apr 15:35
Compare
Choose a tag to compare
  • Add RichTextView Input Callback (#88)
  • Fix issue where an input string with just newlines would not trim those newlines

Release 1.0.8

24 Jan 17:18
Compare
Choose a tag to compare

Add custom baseline offset to LaTeX (#83)

Release 1.0.7

09 Jan 22:38
Compare
Choose a tag to compare

Release 1.0.6

07 Dec 19:26
Compare
Choose a tag to compare
  • Fixed some left padding issues caused by moving from UILabel to UITextView for text rendering

Release 1.0.5

07 Dec 16:42
Compare
Choose a tag to compare
  • Added ability to make RichTextView selectable, meaning you can use the tooltip to copy/paste (#56)
  • Added ability to make RichTextView editable (#55)
  • Added ability for href links to activate on tap (#74)

Release 1.0.4

29 Nov 14:26
Compare
Choose a tag to compare
  • Documentation fixes for Cocoapods compatibility

Release 1.0.3

28 Nov 00:13
Compare
Choose a tag to compare
  • Changed the Pod name to RichTextView (this is extremely important, please check out the updated README for how to integrate this Pod into your project).
  • Add more documentation
  • Added Danger (#19)
  • Added a sample project (#9)

Release 1.0.2

23 Nov 22:12
Compare
Choose a tag to compare
  • Added more robust documentation (#3, #4, #8, #20, #22)
  • Added style guide and linting via SwiftLint (#29, #58)
  • Added Carthage support (#6)
  • Added XCode 10.1 and Swift 4.2.1 support (#62)

Release 1.0.1

22 Nov 17:08
Compare
Choose a tag to compare

Fixes for the following bugs:

  • UILabel text does not wrap around
  • Markdown styling not retained
  • HTML/Markdown parsing consistently leaves a trailing newline that needs to be trimmed
  • WebViews not rendering

See #47

Release 1.0.0

21 Nov 20:12
Compare
Choose a tag to compare

First Release, MVP.