-
-
Notifications
You must be signed in to change notification settings - Fork 41
Release 1.0.0 #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Release 1.0.0 #157
Conversation
Update ColorParser.cs
Fix NullReferenceException in ChangeDeclarations
Fix nullable reference exception in CssOriginValue
Uniformize CssValue.Equals implementation
Fix NullReferenceException in CssShadowValue
Get declarations
Fix "transform: rotateZ" becoming "transform: rotateY"
Update docs
@FlorianRappl - is there anything others can help to get this over the line? - its a bit of a blocker with HtmlSanitizer mganss/HtmlSanitizer#491 |
Hi @sandcastle thanks for checking. Well, either we get other contributors (for v1 some bug fixing + nullability, see dedicated branch, needs to be implemented) or the funding gets up drastically Right now I receive enough to allow me put still some focus on AngleSharp itself, but not enough to take priority in the area of AngleSharp.Css. |
Types of Changes
Prerequisites
Please make sure you can check the following two boxes:
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
This is the 1.0.0 release of AngleSharp.Css - effectively being compatible with AngleSharp v1 and bringing the CSSOM to a good state.
Current status:
<percentage>
,<number>
and<integer>
types)Potentially we'll also include some perf. enhancements, but most likely this is done in a subsequent release. Current goal is to ship this with a stable basis.