Skip to content

Version Packages#98

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#98
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 3, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@qwik.dev/partytown@0.12.0

Minor Changes

  • Add strictProxyHas configuration option for accurate namespace conflict detection (by @chadgauth in #692)

    Summary:

    This release adds a new configuration option strictProxyHas that enables accurate property existence checks using the in operator. This is required for scripts like FullStory that check for namespace conflicts when loaded via Google Tag Manager (GTM).

    Key Changes:

    • Add strictProxyHas?: boolean config option to enable accurate in operator behavior
    • Update window proxy's has trap to use Reflect.has() when strictProxyHas: true
    • Default is false for backwards compatibility
    • Add FullStory GTM integration test with production-ready snippet
    • Document the configuration and provide usage guide

    Usage:

    <script>
      partytown = {
        forward: ['FS.identify', 'FS.event'],
        strictProxyHas: true, // Enable for FullStory via GTM
      };
    </script>

    Backwards Compatibility:

    This is a non-breaking change. The default behavior remains unchanged (strictProxyHas: false), so existing implementations will continue to work without modifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants