Skip to content

0.0.5

Compare
Choose a tag to compare
@mattdonnelly mattdonnelly released this 14 Jan 22:07
  • Fixed issues with adjustsFontSizeToFitWidth and highlighted state properties
  • Re-added URL detection which somehow got removed during some debugging
  • Only redraw text upon calling setHtmlText:. This means Any properties changed on the label after setting the text will not be reflected until a subsequent call to setHtmlText:
  • Cleaned up a lot of the code