-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jsdom/jsdom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v29.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 14 files changed
- 3 contributors
Commits on Mar 15, 2026
-
Modernize release infrastructure
- Add tag-triggered publish workflow (npm publish via GitHub Actions OIDC) - Remove Changelog.md in favor of GitHub Releases - Remove AUTHORS.txt, .mailmap, and the update-authors script - Add MAINTAINERS.md with releasing instructions and release notes style guide Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for e528859 - Browse repository at this point
Copy the full SHA e528859View commit details
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d589a8e - Browse repository at this point
Copy the full SHA d589a8eView commit details -
Wrap getComputedStyle return value for proper indexed access
getComputedStyle() was returning the webidl2js impl directly instead of the wrapper since f29722d. The wrapper's Proxy is needed for indexed property access (e.g. cs[0]) and the supportedPropertyIndices/supportsPropertyIndex protocol. Fixes 18 previously-failing WPT tests: the 16 all-prop-revert-*-noop tests, serialize-all-longhands, and cssstyledeclaration-custom-properties (partially — one sub-test still fails due to custom property ordering). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 0b79509 - Browse repository at this point
Copy the full SHA 0b79509View commit details -
Handle global keywords in CSS shorthand property handlers
Several shorthand property handlers (border, background, and their sub-shorthands) crashed or produced incorrect results when encountering CSS-wide keywords like "inherit" or "initial". The root cause is that `parse()` functions return strings for global keywords, but many callers assumed object/array returns. - In `processBorderProperties`, handle global keywords uniformly at the top of the loop before any property-specific branching, fixing `cssText = "border-top: inherit"` (and all border side/line shorthands) which previously threw a TypeError swallowed by the cssText setter's catch block. - In `matchesBorderShorthandValue`, return false for non-object parse results, fixing `border: inherit` followed by setting a longhand like `borderTopWidth`. - In `prepareBorderStringValue` and `prepareBorderObjectValue`, guard `replacePositionValue` calls against global keyword inputs, fixing `border: inherit` followed by setting a sub-shorthand like `borderTop`. - In `background.parse()`, return global keywords as strings (matching `border.parse()` behavior). Update the descriptor setter to propagate them to all longhands and the getter to verify longhand consistency before returning. - In `prepareProperties`, skip `replaceBackgroundShorthand` for global keyword shorthands, and fix a pre-existing Map mutation-during-iteration bug by updating `parsedProperties` instead of `properties`. - Mark `cssom-setProperty-shorthand.html` as passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 1e8a7ff - Browse repository at this point
Copy the full SHA 1e8a7ffView commit details
Commits on Mar 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5f2434c - Browse repository at this point
Copy the full SHA 5f2434cView commit details -
Add benchmark for computed style property access
Measures lazy resolution: accessing individual computed style properties via getPropertyValue after getComputedStyle, for both few (4) and many (30) properties. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 8ffc811 - Browse repository at this point
Copy the full SHA 8ffc811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c7d6e - Browse repository at this point
Copy the full SHA 34c7d6eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v29.0.0...v29.0.1