Released on Sunday, January 21 2024.
- Updated to use AngleSharp 1.0 (#150)
- Updated media parsing to media L4 spec (#133)
- Updated naming of CSS values (e.g.,
ColortoCssColorValue) - Fixed issue when updating shorthands with invalid values (#129)
- Fixed issue with appended EOF character in
CssText(#123) - Fixed missing semicolon in
@pagerule (#135) - Fixed integer serialization of keyframe stops (#128)
- Fixed ordering of rows and columns in
gridandgrid-gap(#137) - Fixed inclusion of CSS from stylesheets (#116, #140)
- Fixed style empty if
text-alignisstart(#151) - Fixed computation of priority in CSS rules using multi selector
- Fixed
GetInnerTextmulti-line / text node behavior (#155) @Seyden - Fixed computation of relative (
em) values to absolute (px) forLength(#136) - Added further compactification of CSS tuples (#89, #93)
- Added new value types
CssPercentageValue,CssNumberValue, andCssIntegerValue - 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-blockandmargin-inlinedeclarations - Added support for
padding-blockandpadding-inlinedeclarations - Added more CSSOM possibilities and helpers (#6)
- Added parts of recent color spec update such as
rgbwith spaces (#131) - Added now Color L4 parsing with
hsl,hwb,lab,lch,oklab, andoklch - Added support for recent CSS
list-typevalues (#152)
Released on Sunday, January 15 2023.
- 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
inheritbeing 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-typedeclaration (#91)
Released on Tuesday, February 15 2022.
- Fixed issue with wrong AngleSharp version used for build (#103)
Released on Wednesday, January 5 2022.
- Fixed issue with
text-shadowmissing the color part (#97) - Fixed support for
IsToleratingInvalidSelectorsparser option (#98) - Added
Color.UseHexto change color output format (#96)
Released on Thursday, November 4 2021.
- Fixed issue with unbalanced grid areas and rows (#82)
- Fixed small numbers to be transformed into negative exponentials (#80)
- Fixed issue handling exponential unit values (#79)
- Fixed
InvalidCastExceptionin template merging with CSS variables (#83)
Released on Wednesday, August 11 2021.
- Fixed issue with certain letter combinations in data URIs (#76)
- Added support for
xxx-largekeyword infont-size(#77)
Released on Sunday, June 13 2021.
- Updated to use AngleSharp 0.16
Release on Sunday, June 6 2021.
- Extended values for the
widthdeclaration (#69)
Released on Thursday, April 22 2021.
- Added
filldeclaration (#59) - Added support for legacy
linear-gradientsyntax (#66) - Fixed parsing of
background: none(#65) - Fixed issues with brackets being removed for
calcexpressions (#67) - Fixed issue throwing in
grid-template: noneserializations (#63, #68) - Dropped support for the .NET Standard 1.3 target
Released on Thursday, June 11 2020.
- Fixed issue for representation of
counter()andcounters()(#58) - Fixed parsing of numerical font-weight in font shorthand (#57)
Released on Monday, May 4 2020.
- Updated
ComputeDeclarationsandComputeCascadedStyleto supportIEnumerable<ICssStyleRule>(#53)
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
IStyleCollectionfor 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
Released on Friday, September 6 2019.
- Added
Computeextension forICssStyleDeclaration - Added
GetMatchingStylesextension forICssRuleList - Added
MinifyStyleFormatter - Added
PrettifyandMinifyextension methods - Fixed border-style expansion order (#34)
- Fixed text-decoration expansion order (#35)
- Fixed missing whitespace in
GetInnerText()(#32)
Released on Wednesday, May 15 2019.
- Binary version fix
- Fixed indexers are missing a
DomAccessorAttribute(#30) - Added
cssRulesalias:rules(#29)
Released on Sunday, May 12 2019.
- Reference latest AngleSharp
- Fixed empty value when removing properties (#14)
- Returns
nullinGetStyleif CSS not configured (#15) - Added
pointer-eventsand fixed border recombination (#16) - Fixed
stroke-widthvalue without unit (#18) - Fixed exception when not providing an
IRenderDevice(#20) - Fixed missing
CssStylingService.Defaultin cascade (#21) - Added extension helper
SetStyleto modify all styles of many elements (#22) - Fixed expansion of shorthand properties to longhand (#23)
- Opened CSSOM, e.g., declared
ICssFunctionValuepublic(#24) - Introduced special converter for the
srcdeclaration (#25) - Fixed bug regarding CSS grid serialization (#27)
- Added
DefaultRenderDeviceimplementation
Released on Monday, January 7 2019.
- Reference latest AngleSharp
- Updated reference to
System.Encoding.CodePages(#13)
Released on Friday, January 4 2019.
- Initial release