Skip to content

Commit d4174a6

Browse files
committed
Prepare next version
1 parent 9f4cdbf commit d4174a6

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 3.2.5
4+
5+
- Fix a crash with the new whitespace handling introduced in 3.2.3 #191
6+
- Fix crash when the html contains 2 images with identical source path #193
7+
- Support margin auto for table alignment #194
8+
- Fix handling whitespace between runs #195
9+
- Whitelist more mime-types as specified by the IANA standard #196
10+
- Support EMF file #196
11+
- Correct handling of `figcaption` (allow nested phrasings) #197
12+
- Numbering list now supports type attribute `<ol type="1|a|A|i|I">` #198
13+
- Always restart nested numbering list #198
14+
- Fix table borders being removed even when the specified word table style has borders #199
15+
- Defensive code when download image stream is truncated #201
16+
- Table inside list is constrained to not exceed page margin #202
17+
- Table now supports width:auto for auto-fit content #202
18+
319
## 3.2.4
420

521
- Fix a crash with the new whitespace handling introduced in 3.2.3 #191

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.2.4</Version>
12+
<Version>3.2.5</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.2.4</AssemblyVersion>
18+
<AssemblyVersion>3.2.5</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)