Skip to content

Releases: AngleSharp/AngleSharp.Css

0.12.1

14 May 23:29
d10525f
Compare
Choose a tag to compare

Released on Wednesday, May 15 2019.

  • Binary version fix
  • Fixed indexers are missing a DomAccessorAttribute (#30)
  • Added cssRules alias: rules (#29)

0.12.0

12 May 22:08
e59a6e7
Compare
Choose a tag to compare

Released on Sunday, May 12 2019.

  • Reference latest AngleSharp
  • Fixed empty value when removing properties (#14)
  • Returns null in GetStyle 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

05 Jan 01:44
c99d5d7
Compare
Choose a tag to compare

Released on Friday, January 4 2019.

  • Initial release