Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 07:53
· 20 commits to main since this release
ee80c8c

Major Changes

Minor Changes

  • 51ddff0: Introducing dangerouslyEnterRealms global method.
  • 48c4b21: Add dangerouslyOpenRealms and dangerouslyCloseRealms methods for interoperability.

Patch Changes

  • 427dae8: Auto patch window if browser.
  • 3ca21f6: Store realm nodes in a temporary fragment.
  • 82218d2: Fix hasChildNodes method.
  • 53807b8: Add typings to package.
  • e1db415: Improve TreeWalker implementation.
  • 08d7fa6: Patch DOM methods only when required.
  • 0bd8cb7: Fix insertAdjacentElement method.
  • 2a8158b: Export extend methods.
  • dfe7ae2: Fix previousNode and nextNode impl in TreeWalker.