Releases: AngleSharp/AngleSharp.Css
Releases · AngleSharp/AngleSharp.Css
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
Released on Sunday, June 13 2021.
- Updated to use AngleSharp 0.16
0.15.0
Released on Thursday, April 22 2021.
- Added
fill
declaration (#59) - Added support for legacy
linear-gradient
syntax (#66) - Fixed parsing of
background: none
(#65) - Fixed issues with brackets being removed for
calc
expressions (#67) - Fixed issue throwing in
grid-template: none
serializations (#63, #68) - Dropped support for the .NET Standard 1.3 target
0.14.2
0.14.1
0.14.0
Released on Tuesday, April 7 2020.
- Added a way to compute relative dimensions (#3)
- Added render tree information incl. utilities (#4)
- Fixed issue with empty content (#42)
- Added debugger display attribute to CSS rules (#43)
- Fixed handling of CSS gradients (#45)
- Improved CSS string representation of gradients (#46)
- Exposed
IStyleCollection
for CSS info (#51) - Fixed analysis issue with potential null selector (#52)
- Added support for the .NET Framework 4.6.1 target
- Added support for the .NET Framework 4.7.2 target
0.13.0
Released on Friday, September 6 2019.
- Added
Compute
extension forICssStyleDeclaration
- Added
GetMatchingStyles
extension forICssRuleList
- Added
MinifyStyleFormatter
- Added
Prettify
andMinify
extension methods - Fixed border-style expansion order (#34)
- Fixed text-decoration expansion order (#35)
- Fixed missing whitespace in
GetInnerText()
(#32)