File tree 3 files changed +28
-25
lines changed
3 files changed +28
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # @qwik .dev/partytown
2
+
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Bunch of fixes and a new release system.. (by [ @shairez ] ( https://github.com/shairez ) in [ #652 ] ( https://github.com/QwikDev/partytown/pull/652 ) )
8
+
9
+ ** Here's a list of the changes:**
10
+
11
+ ### FEATURES
12
+
13
+ - add config fallback timeout (#620 )
14
+
15
+ ### FIXES
16
+
17
+ - Same-origin iframe set/get cookie/localStorage bug (#600 )
18
+ - make sure unknown is mapped to HTMLUnknownElement cstr (#606 )
19
+
20
+ ### DOCS
21
+
22
+ - making install commands consistent (#638 )
23
+ - Add example reverse proxy handler for Facebook Pixel (#648 )
24
+ - add integration module for Magento 2 (#594 )
25
+ - add clarification that the worker strategy is not supported with app directory (#625 )
26
+ - use dummy web property ID (#621 )
27
+ - revert recent incorrect change to SvelteKit destination (#622 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @qwik.dev/partytown" ,
3
- "version" : " 0.10.2 " ,
3
+ "version" : " 0.11.0 " ,
4
4
"description" : " Relocate resource intensive third-party scripts off of the main thread and into a web worker." ,
5
5
"license" : " MIT" ,
6
6
"main" : " index.cjs" ,
You can’t perform that action at this time.
0 commit comments