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 87d180b commit 6bf1770Copy full SHA for 6bf1770
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.14.0
2
+
3
+Released on Tuesday, March 31 2020.
4
5
+- Fixed handling of CSS gradients (#45)
6
+- Improved CSS string representation of gradients (#46)
7
8
# 0.13.0
9
10
Released on Friday, September 6 2019.
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.13.0</Version>
+ <Version>0.14.0</Version>
</PropertyGroup>
-</Project>
+</Project>
0 commit comments