summaryrefslogtreecommitdiff
path: root/packages/integrations/partytown/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-11 05:15:27 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-11 13:15:27 +0100
commitdd0145d28b1ff849da2825ae7032dfd46a1d4bf7 (patch)
tree3c95acc18c2e1a56ead48165cb9b1cfa0062a0da /packages/integrations/partytown/CHANGELOG.md
parentc5152dbea35011a41253e6bcc3e07cb248aac79e (diff)
downloadastro-abd49b806d63340c5025700d637d006d97468eea.tar.gz
astro-abd49b806d63340c5025700d637d006d97468eea.tar.zst
astro-abd49b806d63340c5025700d637d006d97468eea.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/partytown/CHANGELOG.md')
-rw-r--r--packages/integrations/partytown/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 1d2e86938..c6802c3c9 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/partytown
+## 2.1.1
+
+### Patch Changes
+
+- [#11083](https://github.com/withastro/astro/pull/11083) [`416c4ac`](https://github.com/withastro/astro/commit/416c4ac66d432d4c5abd13a4c7ecd20defb4fc30) Thanks [@V3RON](https://github.com/V3RON)! - Prevent Partytown from crashing when View Transitions are enabled
+
+ When View Transitions are turned on, Partytown executes on every transition.
+ It's not meant to be like that, and therefore it breaks the integration completely.
+ Starting from now, Partytown will be executed only once.
+
## 2.1.0
### Minor Changes