You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@
5
5
- Support MathMl
6
6
- Support SVG
7
7
8
-
## 3.0.1
8
+
## 3.1.0
9
9
10
-
- Ensure to count existing images from header and footer too #113
11
-
- Preserve line break pre for OSX/Windows
12
-
- Prevent a crash when the provided style is missing its type
13
-
- Defensive code to avoid 2 rowSpan+colSpan with a cell in between to crash #59
10
+
- Fix table Cell borders are wrongly applied on the run #156
11
+
- Correctly handle RTL layout for text, list, table and document scope #86#66
12
+
- Support property line-height #52
13
+
- Fallback to `background` style attribute as many users use this simplified attribute version
14
+
- In `HtmlDomExpression.CreateFromHtmlNode`, use the correct casting to `IElement` rather than `IHtmlElement`, to prevent crash if `svg` node is encountered
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,5 +68,5 @@ Logo provided with the permission of [Enhanced Labs Design Studio](http://www.en
68
68
69
69
## Support
70
70
71
-
This project is open source and I do my best to support it in my spare time. I'm always happy to receive Pull Request and grateful for the time you have taken
71
+
This project is open source and I do my best to support it in my spare time. I'm always happy to receive Pull Request and grateful for the time you have taken. Please target branch `dev` only.
72
72
If you have questions, don't hesitate to get in touch with me!
0 commit comments