Skip to content

Releases: AngleSharp/AngleSharp.Css

1.0.0-alpha-111

18 Jan 23:57
Compare
Choose a tag to compare
1.0.0-alpha-111 Pre-release
Pre-release

Released on tbd.

  • Updated to use AngleSharp 1.0 (#150)
  • Updated media parsing to media L4 spec (#133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#129)
  • Fixed issue with appended EOF character in CssText (#123)
  • Fixed missing semicolon in @page rule (#135)
  • Fixed integer serialization of keyframe stops (#128)
  • Fixed ordering of rows and columns in grid and grid-gap (#137)
  • Fixed inclusion of CSS from stylesheets (#116, #140)
  • Fixed style empty if text-align is start (#151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#155) @Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#136)
  • Added further compactification of CSS tuples (#89, #93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#148)
  • Added resolution of CSS variable names (#62)
  • Added support for 8-digit hex color codes (#132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#6)
  • Added parts of recent color spec update such as rgb with spaces (#131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#152)

1.0.0-alpha-109

18 Jan 15:37
Compare
Choose a tag to compare
1.0.0-alpha-109 Pre-release
Pre-release

Released on tbd.

  • Updated to use AngleSharp 1.0 (#150)
  • Updated media parsing to media L4 spec (#133)
  • Fixed issue when updating shorthands with invalid values (#129)
  • Fixed issue with appended EOF character in CssText (#123)
  • Fixed missing semicolon in @page rule (#135)
  • Fixed integer serialization of keyframe stops (#128)
  • Fixed ordering of rows and columns in grid and grid-gap (#137)
  • Fixed inclusion of CSS from stylesheets (#116, #140)
  • Fixed style empty if text-align is start (#151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#155) @Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#136)
  • Added further compactification of CSS tuples (#89, #93)
  • Added support for CSS nesting in style rules (#148)
  • Added resolution of CSS variable names (#62)
  • Added support for 8-digit hex color codes (#132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#6)
  • Added parts of recent color spec update such as rgb with spaces (#131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#152)

1.0.0-alpha-108

17 Jan 16:56
Compare
Choose a tag to compare
1.0.0-alpha-108 Pre-release
Pre-release

Released on tbd.

  • Updated to use AngleSharp 1.0 (#150)
  • Updated media parsing to media L4 spec (#133)
  • Fixed issue when updating shorthands with invalid values (#129)
  • Fixed issue with appended EOF character in CssText (#123)
  • Fixed missing semicolon in @page rule (#135)
  • Fixed integer serialization of keyframe stops (#128)
  • Fixed ordering of rows and columns in grid and grid-gap (#137)
  • Fixed inclusion of CSS from stylesheets (#116, #140)
  • Fixed style empty if text-align is start (#151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#155) @Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#136)
  • Added further compactification of CSS tuples (#89, #93)
  • Added support for CSS nesting in style rules (#148)
  • Added support for 8-digit hex color codes (#132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#6)
  • Added parts of recent color spec update such as rgb with spaces (#131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#152)

1.0.0-alpha-107

17 Jan 13:34
Compare
Choose a tag to compare
1.0.0-alpha-107 Pre-release
Pre-release

Released on tbd.

  • Updated to use AngleSharp 1.0 (#150)
  • Updated media parsing to media L4 spec (#133)
  • Fixed issue when updating shorthands with invalid values (#129)
  • Fixed issue with appended EOF character in CssText (#123)
  • Fixed missing semicolon in @page rule (#135)
  • Fixed integer serialization of keyframe stops (#128)
  • Fixed ordering of rows and columns in grid and grid-gap (#137)
  • Fixed inclusion of CSS from stylesheets (#116, #140)
  • Fixed style empty if text-align is start (#151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#155) @Seyden
  • Added further compactification of CSS tuples (#89, #93)
  • Added support for CSS nesting in style rules (#148)
  • Added support for 8-digit hex color codes (#132)
  • Added more CSSOM possibilities and helpers (#6)
  • Added parts of recent color spec update such as rgb with spaces (#131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#152)

1.0.0-alpha-102

16 Jan 13:48
Compare
Choose a tag to compare
1.0.0-alpha-102 Pre-release
Pre-release

Released on tbd.

  • Updated to use AngleSharp 1.0
  • Updated media parsing to media L4 spec (#133)
  • Fixed issue when updating shorthands with invalid values (#129)
  • Fixed issue with appended EOF character in CssText (#123)
  • Fixed missing semicolon in @page rule (#135)
  • Fixed integer serialization of keyframe stops (#128)
  • Fixed ordering of rows and columns in grid and grid-gap (#137)
  • Fixed inclusion of CSS from stylesheets (#116, #140)
  • Fixed style empty if text-align is start (#151)
  • Added further compactification of CSS tuples (#89, #93)
  • Added support for 8-digit hex color codes (#132)
  • Added more CSSOM possibilities and helpers (#6)
  • Added parts of recent color spec update such as rgb with spaces (#131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#152)

1.0.0-alpha-99

18 Jun 22:43
Compare
Choose a tag to compare
1.0.0-alpha-99 Pre-release
Pre-release

Released on tbd.

  • Updated to use AngleSharp 1.0
  • Updated media parsing to media L4 spec (#133)
  • Fixed issue when updating shorthands with invalid values (#129)
  • Fixed issue with appended EOF character in CssText (#123)
  • Fixed missing semicolon in @page rule (#135)
  • Fixed integer serialization of keyframe stops (#128)
  • Fixed ordering of rows and columns in grid and grid-gap (#137)
  • Fixed inclusion of CSS from stylesheets (#116, #140)
  • Added further compactification of CSS tuples (#89, #93)
  • Added support for 8-digit hex color codes (#132)
  • Added more CSSOM possibilities and helpers (#6)
  • Added parts of recent color spec update such as rgb with spaces (#131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch

0.17.0

15 Jan 22:54
Compare
Choose a tag to compare

Released on Sunday, January 15 2023.

What's Changed

  • Updated build system to use NUKE instead of CAKE
  • Dropped .NET Framework 4.6
  • Updated to use AngleSharp 0.17
  • Updated micro parser API to be public (#111)
  • Fixed casing issue with color, timing, and gradient functions (#109)
  • Fixed parsing of skew (#101)
  • Fixed shorthand properties using inherit being omitted (#100)
  • Fixed escape property name by @MartinWelsch in #121
  • Added support for @counter-style (#102)
  • Added support for @font-feature-values (#102)
  • Added support for conic-gradient (#101)
  • Added support for scroll-snap-type declaration (#91)

New Contributors

Full Changelog: v0.16.4...v0.17.0

0.17.0-alpha-86

15 Jan 17:12
Compare
Choose a tag to compare
0.17.0-alpha-86 Pre-release
Pre-release

Released on Sunday, January 15 2023.

  • Dropped .NET Framework 4.6
  • Updated to use AngleSharp 0.17
  • Updated micro parser API to be public (#111)
  • Fixed casing issue with color, timing, and gradient functions (#109)
  • Fixed parsing of skew (#101)
  • Fixed shorthand properties using inherit being omitted (#100)
  • Added support for @counter-style (#102)
  • Added support for @font-feature-values (#102)
  • Added support for conic-gradient (#101)
  • Added support for scroll-snap-type declaration (#91)

0.16.4

15 Feb 10:55
a754c9a
Compare
Choose a tag to compare

Released on Tuesday, February 15 2022.

  • Fixed issue with wrong AngleSharp version used for build (#103)

0.16.3

06 Jan 01:14
Compare
Choose a tag to compare

Released on Wednesday, January 5 2022.

  • Fixed issue with text-shadow missing the color part (#97)
  • Fixed support for IsToleratingInvalidSelectors parser option (#98)
  • Added Color.UseHex to change color output format (#96)