A production-ready Remix stack built for AWS Lambda. Authentication. Security, Internationalization, Feature Flags, Analytics, Tests, Storybook, Ephemeral and Production CI/CD and more.
capricorn86/happy-dom (happy-dom)
### [`v13.3.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.1)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.0...v13.3.1)
##### :construction_worker_man: Patch fixes
- Improves documentation for "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1233](https://togithub.com/capricorn86/happy-dom/issues/1233))
### [`v13.3.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.2...v13.3.0)
##### :art: Features
- Adds support for sending in Window options to `GlobalRegistrator.register()` in "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1105](https://togithub.com/capricorn86/happy-dom/issues/1105))
##### :construction_worker_man: Patch fixes
- Fixes problem with getters and setters not being added to the global object when using `GlobalRegistrator.register()` in "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1105](https://togithub.com/capricorn86/happy-dom/issues/1105))
### [`v13.2.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.2)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.1...v13.2.2)
##### :construction_worker_man: Patch fixes
- Fixes issue where it is not possible to set `global.location.href` when using Happy DOM in the global scope (e.g. by using [@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)). ([#1230](https://togithub.com/capricorn86/happy-dom/issues/1230))
### [`v13.2.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.1)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.0...v13.2.1)
##### :construction_worker_man: Patch fixes
- Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was `HTMLAnchorElement`, `HTMLButtonElement`, `HTMLOptGroupElement`, `HTMLOptionElement`, `HTMLUnknownElement` and `HTMLSelectElement`. ([#1227](https://togithub.com/capricorn86/happy-dom/issues/1227))
- Adds non-implemented element classes to the export in "index.js" by exporting `HTMLElement` as the non-implemented class name. ([#1227](https://togithub.com/capricorn86/happy-dom/issues/1227))
### [`v13.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.4...v13.2.0)
##### :art: Features
- Removes unnecessary dependencies. ([#1215](https://togithub.com/capricorn86/happy-dom/issues/1215))
### [`v13.1.4`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.4)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.3...v13.1.4)
##### :construction_worker_man: Patch fixes
- Adds submitter to `SubmitEvent` instances dispatched by `HTMLInputElement` and `HTMLButtonElement` . ([#1173](https://togithub.com/capricorn86/happy-dom/issues/1173))
***
Thank you [@aaltepet](https://togithub.com/aaltepet) for your contribution!
### [`v13.1.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.3)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.2...v13.1.3)
##### :construction_worker_man: Patch fixes
- Throws an error when providing an invalid selector to `querySelector()` and `querySelectorAll()`. ([#1170](https://togithub.com/capricorn86/happy-dom/issues/1170))
***
Thank you [@btea](https://togithub.com/btea) for your contribution!
### [`v13.1.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.2)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.1...v13.1.2)
##### :construction_worker_man: Patch fixes
- `Selection.anchorOffset`, `Selection.baseOffset`, `Selection.focusOffset` and `Selection.extendOffset` should return 0 when no range has been added. ([#1163](https://togithub.com/capricorn86/happy-dom/issues/1163))
***
Thank you [@seanogdev](https://togithub.com/seanogdev) for your contribution!
### [`v13.1.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.1)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.0...v13.1.1)
##### :construction_worker_man: Patch fixes
- Support whitespace with multiple spaces, line breaks or tabs in `DOMTokenList` (e.g. `
`). ([#1168](https://togithub.com/capricorn86/happy-dom/issues/1168))
***
Thank you [@takenspc](https://togithub.com/takenspc) for your contribution!
### [`v13.1.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.7...v13.1.0)
##### :art: Features
- Makes properties into getters and setters according to spec in all nodes. ([#1188](https://togithub.com/capricorn86/happy-dom/issues/1188))
- Adds support for adopted stylesheets to `Window.getComputedStyle()`. ([#1188](https://togithub.com/capricorn86/happy-dom/issues/1188))
### [`v13.0.7`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.0.7)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.6...v13.0.7)
##### :construction_worker_man: Patch fixes
- Fixes issue related to using fake timers in Vitest making the test get stuck. ([#1210](https://togithub.com/capricorn86/happy-dom/issues/1210))
### [`v13.0.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.0.6)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.5...v13.0.6)
##### :construction_worker_man: Patch fixes
- Fixes problem related to exception thrown when creating a `Node` in the constructor of a custom element. ([#1207](https://togithub.com/capricorn86/happy-dom/issues/1207))
### [`v13.0.5`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.0.5)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.4...v13.0.5)
##### :construction_worker_man: Patch fixes
- Fixes issue related to "[@happy-dom/jest-environment](https://togithub.com/happy-dom/jest-environment)" not waiting for all operations to abort before closing. ([#1205](https://togithub.com/capricorn86/happy-dom/issues/1205))
Configuration
π Schedule: Branch creation - " *" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
13.0.4
->13.3.1
Release Notes
capricorn86/happy-dom (happy-dom)
### [`v13.3.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.0...v13.3.1) ##### :construction_worker_man: Patch fixes - Improves documentation for "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1233](https://togithub.com/capricorn86/happy-dom/issues/1233)) ### [`v13.3.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.2...v13.3.0) ##### :art: Features - Adds support for sending in Window options to `GlobalRegistrator.register()` in "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1105](https://togithub.com/capricorn86/happy-dom/issues/1105)) ##### :construction_worker_man: Patch fixes - Fixes problem with getters and setters not being added to the global object when using `GlobalRegistrator.register()` in "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1105](https://togithub.com/capricorn86/happy-dom/issues/1105)) ### [`v13.2.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.1...v13.2.2) ##### :construction_worker_man: Patch fixes - Fixes issue where it is not possible to set `global.location.href` when using Happy DOM in the global scope (e.g. by using [@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)). ([#1230](https://togithub.com/capricorn86/happy-dom/issues/1230)) ### [`v13.2.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.0...v13.2.1) ##### :construction_worker_man: Patch fixes - Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was `HTMLAnchorElement`, `HTMLButtonElement`, `HTMLOptGroupElement`, `HTMLOptionElement`, `HTMLUnknownElement` and `HTMLSelectElement`. ([#1227](https://togithub.com/capricorn86/happy-dom/issues/1227)) - Adds non-implemented element classes to the export in "index.js" by exporting `HTMLElement` as the non-implemented class name. ([#1227](https://togithub.com/capricorn86/happy-dom/issues/1227)) ### [`v13.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.4...v13.2.0) ##### :art: Features - Removes unnecessary dependencies. ([#1215](https://togithub.com/capricorn86/happy-dom/issues/1215)) ### [`v13.1.4`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.3...v13.1.4) ##### :construction_worker_man: Patch fixes - Adds submitter to `SubmitEvent` instances dispatched by `HTMLInputElement` and `HTMLButtonElement` . ([#1173](https://togithub.com/capricorn86/happy-dom/issues/1173)) *** Thank you [@aaltepet](https://togithub.com/aaltepet) for your contribution! ### [`v13.1.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.2...v13.1.3) ##### :construction_worker_man: Patch fixes - Throws an error when providing an invalid selector to `querySelector()` and `querySelectorAll()`. ([#1170](https://togithub.com/capricorn86/happy-dom/issues/1170)) *** Thank you [@btea](https://togithub.com/btea) for your contribution! ### [`v13.1.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.1...v13.1.2) ##### :construction_worker_man: Patch fixes - `Selection.anchorOffset`, `Selection.baseOffset`, `Selection.focusOffset` and `Selection.extendOffset` should return 0 when no range has been added. ([#1163](https://togithub.com/capricorn86/happy-dom/issues/1163)) *** Thank you [@seanogdev](https://togithub.com/seanogdev) for your contribution! ### [`v13.1.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.0...v13.1.1) ##### :construction_worker_man: Patch fixes - Support whitespace with multiple spaces, line breaks or tabs in `DOMTokenList` (e.g. `Configuration
π Schedule: Branch creation - " *" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Test Results
115 testsβ Β±0βββ115 :white_check_mark: Β±0βββ2s :stopwatch: Β±0s β40 suites Β±0βββββ0 :zzz: Β±0β ββ1 filesββ Β±0βββββ0 :x: Β±0β
Results for commit b998b4b7.βΒ± Comparison against base commit 745e8c9f.
Copy/paste detection report
:tada: This PR is included in version 3.1.209 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: