Skip to content

Conversation

FlorianRappl
Copy link
Contributor

@FlorianRappl FlorianRappl commented Jan 18, 2024

Types of Changes

Prerequisites

Please make sure you can check the following two boxes:

  • I have read the CONTRIBUTING document
  • My code follows the code style of this project

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue, please reference the issue id)
  • New feature (non-breaking change which adds functionality, make sure to open an associated issue first)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

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:

  • Enhancements for the API (easier to make an analysis / change an analysis)
  • Improvements for the CSSOM (dedicated <percentage>, <number> and <integer> types)
  • Tests and enhancements for the render tree model / render tree API
  • Documentation with some examples

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.

FlorianRappl and others added 28 commits January 19, 2024 01:10
Fix NullReferenceException in ChangeDeclarations
Fix nullable reference exception in CssOriginValue
Uniformize CssValue.Equals implementation
Fix NullReferenceException in CssShadowValue
Fix "transform: rotateZ" becoming "transform: rotateY"
@sandcastle
Copy link

@FlorianRappl - is there anything others can help to get this over the line? - its a bit of a blocker with HtmlSanitizer mganss/HtmlSanitizer#491

@FlorianRappl
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants