Skip to content

v10.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 19:38
002a2ba

🎨 Features

  • Adds support for ESM. Happy DOM will still have support for CommonJS. (#873)
  • Migrates to Vitest for unit tests internally. (#963)

👷‍♂️ Patch fixes

  • Adds support for capturing errors when executing Javascript in HTMLScriptElement. It will log the errors in the console and trigger an error event instead of failing the entire execution. (#816)

💣 Breaking Changes

  • Adding support for ESM may be a breaking change as it can potentially exist build environments that doesn't support this configuration. (#873)