Skip to content

Commit 50d4cc1

Browse files
1.11.0 (#653)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f377a81 commit 50d4cc1

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
lines changed

Diff for: .changeset/fast-months-peel.md

-24
This file was deleted.

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik.dev/partytown",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.",
55
"license": "MIT",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)