Releases: QwikDev/partytown
Releases Β· QwikDev/partytown
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
document
in 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
v0.10.0
v0.9.2
v0.9.1
v0.9.0
v0.8.2
- chore: update nvmrc node version (#529) 1d63fb1
- fix(docs): move Vite config 'plugins' property (#506) 58fd559
- fix: preserve this inside addEventListener (#496) e76d90a
- feat: add image.removeEventListener implementation (#500) 606dc36
- docs: fix typo in facebook-pixel page (#524) 1488e88
- fix: solve error with anchor without href (#523) 3e9c3d1
- fix(firefox): remove setTimeout from onLocationChange (#511) eac85b8
- feat: loadScriptsOnMainThread string[] -> (string | RegExp)[] (#520) 1ce9abc
- docs: remove dangling code reference (#521) 363bc6c
- fix: add document.scripts & tests (#516) eff7438
- docs: improve SvelteKit docs (#514) 07e6a0f
- docs: Update integrations.md (#498) 911b11c
- feat: qwik example for reproduction purpose (#489) ed844ab
- chore: add PR title check (#487) 6f87a10
- chore: clenaup code and rever tests (#473) 947e514
- fix: local test (#480) b5c87bc
- fix: local build (#479) 339cbec
- feat: fallback to Rollup/Vite output directory (#467) 1e0468e
- chore: upgrade rollup (#464) 9b92969
- fix: impore how we replace
this
in third-party code` (#453) 0cc8e43 - docs: add
nonce
to configuration (#451) 05eca46