Skip to content

Release 1.1.1 - #245

Merged
FlorianRappl merged 11 commits into
mainfrom
devel
Sep 10, 2026
Merged

Release 1.1.1#245
FlorianRappl merged 11 commits into
mainfrom
devel

Conversation

@FlorianRappl

Copy link
Copy Markdown
Contributor

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 pull request introduces version 1.1.1 of @anglesharp/css, focusing on bug fixes and new features around pseudo-class handling and transform computation. It adds a robust API for explicitly forcing pseudo-classes (like :hover and :active) on elements, improves documentation with practical examples, and includes comprehensive tests for both the new pseudo-class mechanism and transform property computation. Additionally, it fixes a converter re-entry issue and ensures correct computation for transform functions.

sebastienros and others added 7 commits September 6, 2026 22:14
Return an accepted opaque value instead of recursively computing it through the same composite converter. Preserve complete-input validation, concrete computation, and direct Any resolution semantics.

Cover individual transforms, nested composite converters, variable substitution, inheritance, invalid values, and custom-property cycles.

Fixes #243

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…recursion

Fix unresolved-any converter re-entry during style computation
@FlorianRappl FlorianRappl added this to the v1.1.1 milestone Sep 9, 2026
@FlorianRappl
FlorianRappl merged commit e06005a into main Sep 10, 2026
9 checks passed
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.

2 participants