Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #8

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/stupid-tigers-chew.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down