diff --git a/.changeset/stupid-tigers-chew.md b/.changeset/stupid-tigers-chew.md deleted file mode 100644 index 0f2e0fa..0000000 --- a/.changeset/stupid-tigers-chew.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@vtbag/turn-signal': minor ---- - -Transition types and direction attributes are now also determined on the old page! -And the additional `old` and `new` types tell you, where you are. -One use case is to exclude elements from view transitions depending on the direction. -With this change you can not only exclude or add the new images but also the old images! - diff --git a/CHANGELOG.md b/CHANGELOG.md index 5787185..910f3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @vtbag/turn-signal +## 1.1.0 - 2024-10-22 + +### Minor Changes + +- 58b6a3a: Transition types and direction attributes are now also determined on the old page! + And the additional `old` and `new` types tell you, where you are. + One use case is to exclude elements from view transitions depending on the direction. + With this change you can not only exclude or add the new images but also the old images! + ## 1.0.3 - 2024-10-17 ### Patch Changes diff --git a/package.json b/package.json index 3fc9451..71cd09c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/turn-signal", "type": "module", - "version": "1.0.3", + "version": "1.1.0", "main": "lib/index.js", "description": "Turn-Signal is a lightweight script that enhances cross-document navigation by detecting the direction of browser navigation. It enables developers to create smooth, responsive transitions that adjust based on forward or backward navigation, delivering a more intuitive user experience.", "files": [