diff --git a/.changeset/cold-boxes-exercise.md b/.changeset/cold-boxes-exercise.md deleted file mode 100644 index 9ee7a64..0000000 --- a/.changeset/cold-boxes-exercise.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@vtbag/element-crossing': minor ---- - -Adds support for Safari. - -Starting with version 18.2, Safari introduced support for cross-document view transitions but still lacks support for the Navigation API. - -As of version 1.1.0, Element-Crossing now handles Safari as well, again enabling the transfer of selected element states across cross-document view transitions in all browsers that support this feature. diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1a014..7f3c5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @vtbag/element-crossing +## 1.1.0 2025-01-01 + +### Minor Changes + +- 065f143: Adds support for Safari. + + Starting with version 18.2, Safari introduced support for cross-document view transitions but still lacks support for the Navigation API. + + As of version 1.1.0, Element-Crossing now handles Safari as well, again enabling the transfer of selected element states across cross-document view transitions in all browsers that support this feature. + ## 1.0.4 - 2024-11-15 ### Patch Changes diff --git a/package.json b/package.json index e48133c..64971c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/element-crossing", "type": "module", - "version": "1.0.4", + "version": "1.1.0", "main": "lib/vanilla.js", "description": "Sites using cross-document view transitions do full page loads of static content on navigation. The element crossing provides a way to preserve current dynamic state of selected elements across cross-document view transitions for a smoother user experience.", "files": [