## 13.2.0 * Added support for `MutationObserver`s! (pmdartus) * Added support for XML documents loaded in frames and iframes; previously this would error. * Added the `` element's `value`, `max`, and `position` properties. * Added `navigator.plugins` and `navigator.mimeTypes`. (But, they are always empty.) * Fixed `` elements respond to click events by toggling their parent `
`. * Fixed `` elements to be focusable. * Fixed XML document DOCTYPE parsing to preserve any custom name values. * Fixed XML documents to default to UTF-8, not windows-1252 like HTML documents do. * Fixed all events fired by jsdom to have `isTrusted` set to `true`. * Fixed `DOMParser`-created documents to have their `readyState` set to `"complete"`. * Fixed how nested `
`s get disabled. * Fixed `getComputedStyle()` to throw a sensible exception when passed the wrong argument, instead of one that exposes jsdom internals. * Upgraded our [`saxes`](https://github.com/lddubeau/saxes) dependency, so that it now correctly errors on XML fragments like ``. ## 13.1.0 * Added `el.insertAdjacentElement()` and `el.insertAdjacentText()`. * Added the firing of a cancelable `"reset"` event to `form.reset()`. (epfremmer) * Added the `type`, `value`, and `defaultValue` properties to `` elements, including their form reset behavior. (epfremmer) * Added the `outputEl.htmlFor` property. * Fixed the performance of parsing large text nodes, particularly noticeable for large inline `