Skip to content

Commit 112e412

Browse files
committed
Increment version
1 parent 793df79 commit 112e412

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## vNext
3+
## 3.1.1
44

5-
- Support MathMl
6-
- Support SVG
5+
- Fix respecting layout with `div`/`p` ending with line break #158
6+
- Prevent crash when header/footer is incomplete and parsing image #159
7+
- Fix combining 2 runs separated by a break, 2nd line should not be prefixed by a space
78

89
## 3.1.0
910

@@ -13,6 +14,13 @@
1314
- Fallback to `background` style attribute as many users use this simplified attribute version
1415
- In `HtmlDomExpression.CreateFromHtmlNode`, use the correct casting to `IElement` rather than `IHtmlElement`, to prevent crash if `svg` node is encountered
1516

17+
## 3.0.1
18+
19+
- Ensure to count existing images from header and footer too #113
20+
- Preserve line break pre for OSX/Windows
21+
- Prevent a crash when the provided style is missing its type
22+
- Defensive code to avoid 2 rowSpan+colSpan with a cell in between to crash #59
23+
1624
## 3.0.0
1725

1826
- AngleSharp is now the backend parser for Html

src/Html2OpenXml/HtmlToOpenXml.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<AssemblyName>HtmlToOpenXml</AssemblyName>
1010
<RootNamespace>HtmlToOpenXml</RootNamespace>
1111
<PackageId>HtmlToOpenXml.dll</PackageId>
12-
<Version>3.1.0</Version>
12+
<Version>3.1.1</Version>
1313
<PackageIcon>icon.png</PackageIcon>
1414
<Copyright>Copyright 2009-$([System.DateTime]::Now.Year) Olivier Nizet</Copyright>
1515
<PackageReleaseNotes>See changelog https://github.com/onizet/html2openxml/blob/master/CHANGELOG.md</PackageReleaseNotes>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<PackageTags>office openxml netcore html</PackageTags>
18-
<AssemblyVersion>3.1.0</AssemblyVersion>
18+
<AssemblyVersion>3.1.1</AssemblyVersion>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageProjectUrl>https://github.com/onizet/html2openxml</PackageProjectUrl>
2121
<RepositoryUrl>https://github.com/onizet/html2openxml</RepositoryUrl>

0 commit comments

Comments
 (0)