Skip to content

Commit 1911c80

Browse files
committed
Version 26.1.0
1 parent ea6e851 commit 1911c80

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Michał Gołębiowski-Owczarek <[email protected]>
2626
Jesus David Garcia Gomez <[email protected]> <[email protected]>
2727
Magne Andersson <[email protected]>
2828
29+

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Forbes Lindesay <[email protected]>
107107
108108
Francis Saul <[email protected]>
109109
Francisco Requena <[email protected]>
110-
Frazer Smith <frazer.dev@outlook.com>
110+
Frazer Smith <frazer.dev@icloud.com>
111111
Frederic Hemberger <[email protected]>
112112
FrozenCow <[email protected]>
113113
Fumiaki MATSUSHIMA <[email protected]>

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ Other guidelines:
2626
* Roughly order changes within those groupings by impact.
2727
-->
2828

29+
## 26.1.0
30+
31+
* Added at least partial support for various SVG elements and their classes: `<defs>` (`SVGDefsElement`), `<desc>` (`SVGDescElement`), `<g>` (`SVGGElement`), `<metadata>` (`SVGMetadataElement`), `<switch>` (`SVGSwitchElement`), and `<symbol>` (`SVGSymbolElement`).
32+
* Added `SVGAnimatedPreserveAspectRatio` and `SVGAnimatedRect`, including support in the reflection layer.
33+
* Added the `SVGSVGElement` `createSVGRect()` method, and the `SVGRect` type (which is distinct from `DOMRect`.)
34+
* Added indexed property support to `HTMLFormElement`.
35+
* Updated the `SVGElement` `viewportElement()` method to correctly establish the viewport based on ancestor elements.
36+
* Removed the now-bloated `form-data` dependency in favor of our own smaller implementation of `multipart/form-data` serialization. No functional changes are expected.
37+
* Various performance improvements, caches, microoptimizations, and deferred object creation.
38+
2939
## 26.0.0
3040

3141
Breaking change: [`canvas`](https://www.npmjs.com/package/canvas) peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "26.0.0",
3+
"version": "26.1.0",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)