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 7764e8c commit 7d4746aCopy full SHA for 7d4746a
CHANGELOG.md
@@ -1,13 +1,14 @@
1
# 0.13.0
2
3
-(tbd)
+Released on Friday, August 23 2019.
4
5
- Added `Compute` extension for `ICssStyleDeclaration`
6
- Added `GetMatchingStyles` extension for `ICssRuleList`
7
- Added `MinifyStyleFormatter`
8
- Added `Prettify` and `Minify` extension methods
9
- Fixed border-style expansion order (#34)
10
- Fixed text-decoration expansion order (#35)
11
+- Fixed missing whitespace in `GetInnerText()` (#32)
12
13
# 0.12.1
14
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.12.1</Version>
+ <Version>0.13.0</Version>
</PropertyGroup>
</Project>
0 commit comments