astro-vtbot
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The π Bag of Tricks β¨ for Astro's View Transitions", | ||
@@ -79,4 +79,4 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"dependencies": { | ||
"@vtbag/cam-shaft": "^1.0.3", | ||
"@vtbag/element-crossing": "^1.0.4", | ||
"@vtbag/cam-shaft": "^1.0.4", | ||
"@vtbag/element-crossing": "^1.1.0", | ||
"@vtbag/inspection-chamber": "^1.0.18", | ||
@@ -92,3 +92,3 @@ "@vtbag/turn-signal": "^1.3.0" | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.10.2", | ||
"@types/node": "^22.10.3", | ||
"astro": "^5.1.1", | ||
@@ -95,0 +95,0 @@ "prettier": "^3.4.2", |
@@ -18,7 +18,12 @@ 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) | ||
Version 2.0.0 π of astro-vtbot is here! | ||
This release changes what is automatically installed if you install astro-vtbot as an Astro integration. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar! | ||
The recent changes to `<CamShaft />` introduced a bug, which has now been fixed. | ||
**Version 2.0.0 π of astro-vtbot is here!** | ||
The major release changes what is automatically installed if you install astro-vtbot as an Astro integration. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar! | ||
In contrast, `<LoadingIndicator />` and the `<Linter />` components will no longer be automatically integrated and must be explicitly added if needed, e.g. in a global Layout.astro. During a transition period, the previous behavior can still be restored using toggles in the astro.config file. | ||
@@ -25,0 +30,0 @@ |
132789
116
Updated@vtbag/cam-shaft@^1.0.4