Skip to content

Releases: capricorn86/happy-dom

v14.3.9

26 Mar 23:43
1ad442b
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v14.3.8

26 Mar 00:25
13dee56
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem when the error for the invalid selectors :is and :where (without argument) was not handled correctly - By @capricorn86 in task #1352

v14.3.7

25 Mar 22:49
ee51a80
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v14.3.6

24 Mar 15:16
0ee95b7
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v14.3.5

24 Mar 14:49
06b556c
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where the tag name for custom elements constructed using the "new" keyword rendered as <null> - By @capricorn86 in task #1354

v14.3.4

24 Mar 12:06
1fa9701
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Ignores invalid selectors when parsing CSS in Window.getComputedStyle() - By @capricorn86 in task #1352

v14.3.3

23 Mar 19:09
6cbe8c0
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where calling Storage.getItem() with a key that has the same name as one of its methods or properties, returned the method/property (e.g. Storage.getItem('key') returned Storage.key() which is a function) - By @capricorn86 in task #1351
    • The solution has been changed to use a Proxy instead to safeguard against this

v14.3.2

23 Mar 14:45
44dd9ce
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Converts the value parameter to string in Storage.setItem() - By @dr2009 in task #1347

v14.3.1

21 Mar 22:52
b5af02b
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for defining keys to the Storage class used by the properties Window.localStorage and Window.sessionStorage - By @frankdiw in task #1181

v14.3.0

21 Mar 22:21
96b06e6
Compare
Choose a tag to compare

🎨 Features