Skip to content

Releases: QwikDev/partytown

v0.11.2

16 Jul 08:15
979e705
Compare
Choose a tag to compare

Patch Changes

  • ✨ Implement full attribute methods for HTMLImageElement (by @mws19901118 in #681)

    Implemented complete attribute handling for HTMLImageElement class including getAttribute(), setAttribute(), hasAttribute(), removeAttribute(), and toggleAttribute() methods. Added attributes Map to store element attributes and enhanced setAttribute() to properly handle src attribute. Includes comprehensive unit tests covering all attribute methods.

v0.11.1

20 May 09:11
6c9831e
Compare
Choose a tag to compare

Patch Changes

  • Add adoptedStyleSheets.get() to patched document in worker. (by @leeroybrun in #674)

v0.11.0

19 Dec 23:58
50d4cc1
Compare
Choose a tag to compare

Minor Changes

  • Bunch of fixes and a new release system.. (by @shairez in #652)

    Here's a list of the changes:

    FEATURES

    • add config fallback timeout (#620)

    FIXES

    • Same-origin iframe set/get cookie/localStorage bug (#600)
    • make sure unknown is mapped to HTMLUnknownElement cstr (#606)

    DOCS

    • making install commands consistent (#638)
    • Add example reverse proxy handler for Facebook Pixel (#648)
    • add integration module for Magento 2 (#594)
    • add clarification that the worker strategy is not supported with app directory (#625)
    • use dummy web property ID (#621)
    • revert recent incorrect change to SvelteKit destination (#622)

v0.10.2

27 Apr 12:46
Compare
Choose a tag to compare
  • chore: change pnpm version (#589) 97fce9a
  • fix: add fallback error if window.top returns undefined (#586) 1afc6e2
  • docs: update remix guide (#584) 50afa99
  • docs: Copy window example from SvelteKit implementation docs (#578) 710ea8d

v0.10.1...v0.10.2

v0.10.1

24 Mar 12:28
Compare
Choose a tag to compare
  • test: multiple page tests for #492 (#493) 4a48810
  • fix: service worker communicates with the latest client only (#573) 81b2f0d
  • fix: update worker-script innerHTML implementation (#572) d72574b
  • docs(SvelteKit): fix Google Tag Manager example (#570) 0258d26
  • docs: add new PartytownConfig props (#565) 67b2829

v0.10.0...v0.10.1

v0.10.0

02 Mar 11:49
Compare
Choose a tag to compare

v0.9.2...v0.10.0

v0.9.2

15 Feb 09:51
Compare
Choose a tag to compare

v0.9.1...v0.9.2

v0.9.1

30 Jan 10:48
2ecc6a7
Compare
Choose a tag to compare
  • fix: loadScriptsOnMainThread breaks when using a regexp (#540) 3bb8e9b
  • feat: access missing navigator properties (#539) 486b5a9

v0.9.0...v0.9.1

v0.9.0

23 Jan 21:20
Compare
Choose a tag to compare

v0.8.2...v0.9.0

v0.8.2

09 Jan 21:41
Compare
Choose a tag to compare

v0.8.1...v0.8.2