Release 3.1.0
- Fix table Cell borders are wrongly applied on the run #156
- Correctly handle RTL layout for text, list, table and document scope #86 #66
- Support property line-height #52
- Fallback to
background
style attribute as many users use this simplified attribute version - In
HtmlDomExpression.CreateFromHtmlNode
, use the correct casting toIElement
rather thanIHtmlElement
, to prevent crash ifsvg
node is encountered