From 2159beab7db42bc6089268f2e74b9ec5ee162fb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 18:00:51 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/stupid-tigers-chew.md | 9 --------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 .changeset/stupid-tigers-chew.md 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..a80c798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @vtbag/turn-signal +## 1.1.0 + +### 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": [ From b3ac236220ccb9b0f7002365fcc14c61e55d4cbf Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:02:39 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80c798..910f3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @vtbag/turn-signal -## 1.1.0 +## 1.1.0 - 2024-10-22 ### Minor Changes