Skip to content

v0.2.0

Compare
Choose a tag to compare
@pacocoursey pacocoursey released this 05 May 12:46
· 65 commits to main since this release

Mildly Breaking Changes

These changes shouldn't affect 99% of usage of this library, but they're good to be aware of.

  • Switches from next/script to a regular script tag inserted at the top of the <body>
  • Replaces the base64 encoded script contents with a regular string again

Fixes

  • Fixes a bug with undefined references in the injected script
  • Supports CSP nonce again because the injected script is no longer base64 encdoed
  • Types are once again bundled in the published version
  • Fixes #107
  • Fixes #106
  • Fixes #99
  • Fixes #94
  • Fixes #90