1.0.0-alpha-107
Pre-release
Pre-release
github-actions
released this
17 Jan 13:34
·
30 commits
to devel
since this 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
andgrid-gap
(#137) - Fixed inclusion of CSS from stylesheets (#116, #140)
- Fixed style empty if
text-align
isstart
(#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
, andoklch
- Added support for recent CSS
list-type
values (#152)