Releases: AngleSharp/AngleSharp.Css
Releases · AngleSharp/AngleSharp.Css
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)
0.12.1
0.12.0
Released on Sunday, May 12 2019.
- Reference latest AngleSharp
- Fixed empty value when removing properties (#14)
- Returns
null
inGetStyle
if CSS not configured (#15) - Added
pointer-events
and fixed border recombination (#16) - Fixed
stroke-width
value without unit (#18) - Fixed exception when not providing an
IRenderDevice
(#20) - Fixed missing
CssStylingService.Default
in cascade (#21) - Added extension helper
SetStyle
to modify all styles of many elements (#22) - Fixed expansion of shorthand properties to longhand (#23)
- Opened CSSOM, e.g., declared
ICssFunctionValue
public
(#24) - Introduced special converter for the
src
declaration (#25) - Fixed bug regarding CSS grid serialization (#27)
- Added
DefaultRenderDevice
implementation