Skip to content

0.12.0

Compare
Choose a tag to compare
@FlorianRappl FlorianRappl released this 12 May 22:08
e59a6e7

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