We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcaff4 commit 63c7785Copy full SHA for 63c7785
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.16.1
2
+
3
+Released on Wednesday, August 11 2021.
4
5
+- Fixed issue with certain letter combinations in data URIs (#76)
6
+- Added support for `xxx-large` keyword in `font-size` (#77)
7
8
# 0.16.0
9
10
Released on Sunday, June 13 2021.
src/Directory.Build.props
@@ -2,6 +2,6 @@
<PropertyGroup>
<Description>Extends the CSSOM from the core AngleSharp library.</Description>
<Product>AngleSharp.Css</Product>
- <Version>0.16.0</Version>
+ <Version>0.16.1</Version>
</PropertyGroup>
</Project>
0 commit comments