Skip to content

1.4.14.0

Choose a tag to compare

@ArthurHub ArthurHub released this 26 Apr 16:02
· 293 commits to master since this release
  • Fix tooltip max size handling (thx deviantus)
  • Fix parsing error with element containing psedo class and style (thx deviantus)
  • Fix HtmlPanel, HtmlLabel huge text bug (thx deviantus)
  • Fix not parsing css style if contained in html comment
  • Fix parsing of unknown single elements <bla />
  • Fix parsing if text ends with closing of single tag
  • Fix links not working if defined with display:block
  • Fix RTL text rendering (שלום,)
  • Fix and improved rich text (HTML) copy-paste handing
    • Fix paste not working to browsers
    • Clean pasted html style from default style
    • Fix spaces added in copied html
    • Correct html fragment placement - not to include not selected blocks
    • Handle Unicode
  • Improve html parsing for edge cases related to block elements inside inline elements
    • Fix CorrectBlockInsideInline creating deep hierarchy
    • Fix CorrectBlockInsideInline creating empty blocks\boxes
    • Fix CorrectBlockInsideInline bad performance
  • Native border for HtmlPanel/HtmlLabel (thx Richard)
  • Adds OS hand cursor support (thx Richard)
  • Fix events invocation race condition (thx Richard)
  • Improve extensibility by making methods protected virtual (thx Richard)
  • Use GenericTypographic format in GDI+ text redering for better layout.
  • Fully support GDI+ rendering for using in WinForms controls (configurable)