Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsdom/jsdom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v29.1.0
Choose a base ref
...
head repository: jsdom/jsdom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v29.1.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 29, 2026

  1. Fix border shorthand handling

    Fix the regression reported in the first half of #4154, although border-radius longhands are not yet supported.
    asamuzaK authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    ad8af77 View commit details
    Browse the repository at this point in the history
  2. Fix background-origin/background-clip in background shorthand

    Fixes the second half of #4153.
    asamuzaK authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    5f66329 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Optimize computed style comparison

    This avoids performing a full selector check in cases where it cannot match. Closes #4136 by superseding it.
    asamuzaK authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    07efb78 View commit details
    Browse the repository at this point in the history
  2. 29.1.1

    domenic committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    9b9ea7e View commit details
    Browse the repository at this point in the history
Loading