Releases: AngleSharp/AngleSharp.Css
Releases · AngleSharp/AngleSharp.Css
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
0.10.0
Released on Friday, January 4 2019.
- Initial release