File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.14.1
2
+
3
+ Released on Thursday, June 11 2020.
4
+
5
+ - Fixed issue for representation of ` counter() ` and ` counters() ` (#58 )
6
+ - Fixed parsing of numerical font-weight in font shorthand (#57 )
7
+ - Updated ` ComputeDeclarations ` and ` ComputeCascadedStyle ` to support ` IEnumerable<ICssStyleRule> ` (#54 )
8
+
1
9
# 0.14.0
2
10
3
11
Released on Tuesday, April 7 2020.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ AngleSharp.Css contains code written by (in order of first pull request / commit
8
8
* [ Michał Kostrzewski] ( https://github.com/zeaposs )
9
9
* [ Jochen Kühner] ( https://github.com/jogibear9988 )
10
10
* [ Tom Hazell] ( https://github.com/The-Nutty )
11
+ * [ Michael Ganss] ( https://github.com/mganss )
11
12
12
13
Without these awesome people AngleSharp.Css could not exist. Thanks to everyone for your contributions! :beers :
13
14
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >Extends the CSSOM from the core AngleSharp library.</Description >
4
4
<Product >AngleSharp.Css</Product >
5
- <Version >0.14.0 </Version >
5
+ <Version >0.14.1 </Version >
6
6
</PropertyGroup >
7
7
</Project >
You can’t perform that action at this time.
0 commit comments