Skip to content

Commit b0c4a22

Browse files
CI BuildCI Build
authored andcommitted
Update ExCSS to 4.2.2 (#1091) - corresponds to TylerBrinks/ExCSS#152.
1 parent f758c5e commit b0c4a22

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

doc/ReleaseNotes.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ <h3 id="fixes">Fixes</h3>
8686
<li>fix the color string format incompatible with the Edge/Chrome browsers in case of no System.Drawing.Common (see <a href="https://github.com/svg-net/SVG/pull/1055">PR #1055</a>)</li>
8787
<li>fixed duplication of excessive <code>SvgElement</code>s in <code>DeepCopy</code> (see <a href="https://github.com/svg-net/SVG/issues/1054">#1054</a>)</li>
8888
</ul>
89+
<h3 id="infrastructure">Infrastructure</h3>
90+
<ul>
91+
<li>Update ExCSS to 4.2.2 (see <a href="https://github.com/svg-net/SVG/pull/1091">PR #1091</a>)</li>
92+
</ul>
8993
<h2 id="version-344--2022-10-29"><a href="https://www.nuget.org/packages/Svg/3.4.4">Version 3.4.4</a> (2022-10-29)</h2>
9094
<h3 id="fixes-1">Fixes</h3>
9195
<ul>
@@ -111,7 +115,7 @@ <h3 id="fixes-2">Fixes</h3>
111115
<ul>
112116
<li>fixed out of memory in Svg 3.4.2 (see <a href="https://github.com/svg-net/SVG/issues/989">#989</a>)</li>
113117
</ul>
114-
<h3 id="infrastructure">Infrastructure</h3>
118+
<h3 id="infrastructure-1">Infrastructure</h3>
115119
<ul>
116120
<li>the ExCSS library is now included via NuGet instead of copying the sources
117121
(see <a href="https://github.com/svg-net/SVG/issues/596">#596</a>)</li>
@@ -272,7 +276,7 @@ <h3 id="enhancements-6">Enhancements</h3>
272276
<li>added support for href namespace (see <a href="https://github.com/svg-net/SVG/pull/579">PR #579</a>)</li>
273277
<li>support non-standard mime types for embedded images (see <a href="https://github.com/svg-net/SVG/issues/578">#578</a>)</li>
274278
</ul>
275-
<h3 id="infrastructure-1">Infrastructure</h3>
279+
<h3 id="infrastructure-2">Infrastructure</h3>
276280
<ul>
277281
<li>the Fizzler library is now included via NuGet instead of copying the sources</li>
278282
<li>added Gitter chat room for SVG.NET</li>
@@ -302,7 +306,7 @@ <h3 id="enhancements-7">Enhancements</h3>
302306
<li>support <code>auto-start-reverse</code> value for marker orientation (see PR <a href="https://github.com/svg-net/SVG/pull/458">#458</a>)</li>
303307
<li>added support for the SvgScript tag (see <a href="https://github.com/svg-net/SVG/pull/558">PR #558</a>)</li>
304308
</ul>
305-
<h3 id="infrastructure-2">Infrastructure</h3>
309+
<h3 id="infrastructure-3">Infrastructure</h3>
306310
<ul>
307311
<li>use NUnit instead of MSTest for unit tests (see <a href="https://github.com/svg-net/SVG/issues/420">#420</a>)</li>
308312
<li>added automatic git versioning</li>
@@ -413,7 +417,7 @@ <h3 id="enhancements-9">Enhancements</h3>
413417
<li>added XML Header to conform according to SVG spec (<a href="https://github.com/svg-net/SVG/pull/269">PR #269</a>)</li>
414418
<li>added support for removing Byte Order Mark (BOM) (<a href="https://github.com/svg-net/SVG/pull/269">PR #269</a>)</li>
415419
</ul>
416-
<h3 id="infrastructure-3">Infrastructure</h3>
420+
<h3 id="infrastructure-4">Infrastructure</h3>
417421
<ul>
418422
<li>added copy of license</li>
419423
<li>added automatic unit test execution after check-in in AppVeyor</li>

0 commit comments

Comments
 (0)