Releases: QwikDev/partytown
Releases · QwikDev/partytown
v0.13.2
Patch Changes
- 🐞🩹 update repository metadata to QwikDev/partytown and bump Node to 24.x for OIDC trusted publishing (by @thejackshelton in
1b34fe1)
v0.11.2
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
Patch Changes
- Add adoptedStyleSheets.get() to patched
documentin worker. (by @leeroybrun in #674)
v0.11.0
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
v0.10.1
- 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