-
-
Notifications
You must be signed in to change notification settings - Fork 261
Comparing changes
Open a pull request
base repository: capricorn86/happy-dom
base: v18.0.1
head repository: capricorn86/happy-dom
compare: v20.0.10
- 18 commits
- 286 files changed
- 7 contributors
Commits on Sep 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 275efe5 - Browse repository at this point
Copy the full SHA 275efe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d174e - Browse repository at this point
Copy the full SHA 48d174eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9849f8b - Browse repository at this point
Copy the full SHA 9849f8bView commit details -
fix: [#1908] Fixes issue with sending in URLs as string in server-ren…
…derer config using CLI (#1909)
Configuration menu - View commit details
-
Copy full SHA for 220df23 - Browse repository at this point
Copy the full SHA 220df23View commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c80a08f - Browse repository at this point
Copy the full SHA c80a08fView commit details
Commits on Oct 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 819d15b - Browse repository at this point
Copy the full SHA 819d15bView commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f45d92e - Browse repository at this point
Copy the full SHA f45d92eView commit details
Commits on Oct 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f4bd4eb - Browse repository at this point
Copy the full SHA f4bd4ebView commit details
Commits on Oct 16, 2025
-
fix: [#1837] Fixes issue where CSS var() isn't parsed correctly when …
…inside CSS functions (#1838)
Configuration menu - View commit details
-
Copy full SHA for 620fb2f - Browse repository at this point
Copy the full SHA 620fb2fView commit details -
fix: [#1851] Moves URL resolution to after checking if module preload…
…ing is enabled to prevent URL errors to be thrown when unresolvable (#1851) Currently, when using relative paths in `<link rel="modulepreload" href="https://github.com/dist/..." />`, we will get a stable error from `new URL`. I moved the URL creation below, similar to `preloadResource`. In addition, there is no actual point in creating a `URL` if the `disableJavaScriptFileLoading` or `disableJavaScriptEvaluation` options are enabled. Co-authored-by: David Ortner <david@ortner.se>
Configuration menu - View commit details
-
Copy full SHA for 9e1bd67 - Browse repository at this point
Copy the full SHA 9e1bd67View commit details -
chore: [#1856] Change IterableIterator return type to ArrayIterator (#…
…1857) Co-authored-by: David Ortner <david@ortner.se>
Configuration menu - View commit details
-
Copy full SHA for 45d6948 - Browse repository at this point
Copy the full SHA 45d6948View commit details -
fix: [#1859] Only add buttons to FormData if they are the submitter (#…
…1860) * fix: [#1859] Only add the value of buttons to the form data if they are the submitter * fix: [#1859] Fix failing test Not sure why npm test did not detect that this test needed to be rerun after my changes. * chore: [#1859] Adds review fixes --------- Co-authored-by: David Ortner <david@ortner.se>
Configuration menu - View commit details
-
Copy full SHA for 5da6c37 - Browse repository at this point
Copy the full SHA 5da6c37View commit details
Commits on Oct 17, 2025
-
fix: [#1935] The setter TreeWalker currentNode should validate if the…
Configuration menu - View commit details
-
Copy full SHA for 0eb4e65 - Browse repository at this point
Copy the full SHA 0eb4e65View commit details
Commits on Oct 19, 2025
-
fix: [#1858]
forEachshould acceptcallback'sthisvalue and pa……ss `this` to the third argument of `callback` (#1861) * fix: [#1858] Fix this value of forEach * fix: [#1858] Adds tests * chore: [#1858] Improves performance and defaults to Window as this scope * chore: [#1858] Improves performance and defaults to Window as this scope * chore: [#1858] Improves performance and defaults to Window as this scope --------- Co-authored-by: David Ortner <david@ortner.se>
Configuration menu - View commit details
-
Copy full SHA for aab20c3 - Browse repository at this point
Copy the full SHA aab20c3View commit details -
fix: [#1869] Fix incorrect handling of
>=operator in media query p……arser (#1870) Co-authored-by: David Ortner <david@ortner.se>
Configuration menu - View commit details
-
Copy full SHA for 7852969 - Browse repository at this point
Copy the full SHA 7852969View commit details
Commits on Oct 21, 2025
-
fix: [#1939] Fixes issue where HTMLSelectElement previousSibling and …
…nextSibling didnt work (#1939)
Configuration menu - View commit details
-
Copy full SHA for 6070199 - Browse repository at this point
Copy the full SHA 6070199View commit details
Commits on Oct 28, 2025
-
fix: [#1945] Elements should only be upgraded to a custom element whe…
…n the element is in the document (#1945)
Configuration menu - View commit details
-
Copy full SHA for 70dde49 - Browse repository at this point
Copy the full SHA 70dde49View commit details -
fix: [#1892] Clears event listeners on all Nodes when a window to pre…
Configuration menu - View commit details
-
Copy full SHA for 2cc0443 - Browse repository at this point
Copy the full SHA 2cc0443View commit details
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 v18.0.1...v20.0.10