astro-vtbot
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -79,5 +79,5 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"dependencies": { | ||
"@vtbag/cam-shaft": "^1.0.4", | ||
"@vtbag/cam-shaft": "^1.0.5", | ||
"@vtbag/element-crossing": "^1.1.0", | ||
"@vtbag/inspection-chamber": "^1.0.18", | ||
"@vtbag/inspection-chamber": "^1.0.19", | ||
"@vtbag/turn-signal": "^1.3.0" | ||
@@ -93,3 +93,3 @@ }, | ||
"@types/node": "^22.10.3", | ||
"astro": "^5.1.1", | ||
"astro": "^5.1.2", | ||
"prettier": "^3.4.2", | ||
@@ -96,0 +96,0 @@ "prettier-plugin-astro": "^0.14.1", |
@@ -18,8 +18,4 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
Safari supports cross-document view transitions and the `<ElementCrossing />` component of astro-vtbot learned how to work with Safari.\ | ||
For details see the [Changelog of @vtbag/element-crossing](https://github.com/vtbag/element-crossing/blob/main/CHANGELOG.md) | ||
`<InspectionChamber />` and `<CamShaft />`: Added a workaround to handle quoted animation names in Webkit which caused user agent animation names not being recognized in Safari. | ||
The recent changes to `<CamShaft />` introduced a bug, which has now been fixed. | ||
**Version 2.0.0 ๐ of astro-vtbot is here!** | ||
@@ -38,10 +34,11 @@ | ||
> Latest version of @vtbag/element-crossing, with a bug fix for letting `attr-*` properties cross over to the new page! | ||
> Safari supports cross-document view transitions and the `<ElementCrossing />` component of astro-vtbot learned how to work with Safari.\ | ||
For details see the [Changelog of @vtbag/element-crossing](https://github.com/vtbag/element-crossing/blob/main/CHANGELOG.md) | ||
> The recent changes to `<CamShaft />` introduced a bug, which has now been fixed. | ||
> The Inspection Chamber DevTools now also work for `pnpm` projects! \ | ||
Big shout out and "Thank You!" to [Lukas](https://github.com/Trombach) for providing this fix! | ||
> New component for browser-native cross-document view transitions: The `<CamShaft>` component prevents the pseudo-smooth-scroll effect caused by view transition groups that exceed the height of the viewport when navigating to a different vertical scroll position. | ||
## Reusable Components ๐งฉ | ||
@@ -48,0 +45,0 @@ |
Sorry, the diff of this file is not supported yet
132592
-0.15%113
-2.59%Updated