Skip to content

Commit

Permalink
1.11.0 (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 19, 2024
1 parent f377a81 commit 50d4cc1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/fast-months-peel.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# @qwik.dev/partytown

## 0.11.0

### Minor Changes

- Bunch of fixes and a new release system.. (by [@shairez](https://github.com/shairez) in [#652](https://github.com/QwikDev/partytown/pull/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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik.dev/partytown",
"version": "0.10.2",
"version": "0.11.0",
"description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.",
"license": "MIT",
"main": "index.cjs",
Expand Down

0 comments on commit 50d4cc1

Please sign in to comment.