💣 Breaking Changes
- Fixes issue related to the wrong owner document and window when using multiple Window instances. (#450)
- As this changes the class constructor parameters for
DOMImplementation
andSelection
when imported and used directly, it can potentially break some applications. This fix is therefore released as a major version.
- As this changes the class constructor parameters for
🎨 Features
- Adds support for Document.createRange(). (#450)
- Adds full integration of Document.getSelection(). (#450)
- Adds partial support for Element.getClientRects(). (#450)
- Adds support for Text.splitText(). (#450)