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 #211

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
5 changes: 0 additions & 5 deletions .changeset/few-fishes-double.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# The Bag of Tricks for Astro's View Transitions

## 1.10.5 - 2024-10-22

### Patch Changes

- c9abaa1: New versions for @vtbag/inspection-chamber and @vtbag/turn-signal: The Inspection Chamber can now handle the extended signature of the document.startViewTransition as defined by level 2 of the view Transision API and the Turn-Signal computes directions also on the old page!

## 1.10.4 - 2024-10-17

### Patch Changes

- 3cca5c8: -- **Thanks you [Lukas](https://github.com/trombach)** -- The Inspection Chamber DevTools now also work for projects using `pnpm`!\
Fixes `inspectionChamber` endpoint runtime error when using `pnpm`
Fixes `inspectionChamber` endpoint runtime error when using `pnpm`
- ed79b25: Makes the Linter respect vtbot-linter-ignore meta elements for non unique view transition names (e.g. if only one has display != none)
- 44e8134: Updates @vtbag/{inspection-chamber, element-crossing, turn-signal, cam-shaft} to their most recent versions.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.10.4",
"version": "1.10.5",
"description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions",
"homepage": "https://events-3bg.pages.dev/",
"bugs": {
Expand Down
Loading