astro-vtbot
Advanced tools
Comparing version 2.0.6 to 2.1.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.6", | ||
"version": "2.1.0", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -28,6 +28,10 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"assets", | ||
"devToolbar" | ||
"devToolbar", | ||
"styles" | ||
], | ||
"exports": { | ||
".": "./integration/index.ts", | ||
"./starlight-view-transitions": "./integration/starlight-view-transitions.ts", | ||
"./integration/starlight-middleware": "./integration/starlight-middleware.ts", | ||
"./styles/starlight-view-transitions.css": "./styles/starlight-view-transitions.css", | ||
"./components/*.astro": { | ||
@@ -80,19 +84,20 @@ "types": "./components/*.d.ts", | ||
"dependencies": { | ||
"@vtbag/cam-shaft": "^1.0.5", | ||
"@vtbag/cam-shaft": "^1.0.6", | ||
"@vtbag/element-crossing": "^1.1.0", | ||
"@vtbag/inspection-chamber": "^1.0.21", | ||
"@vtbag/turn-signal": "^1.3.0" | ||
"@vtbag/turn-signal": "^1.3.1", | ||
"@vtbag/utensil-drawer": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/check": "^0.9.4", | ||
"@astrojs/starlight": "^0.32.0", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "^2.27.11", | ||
"@astrojs/starlight": "^0.32.1", | ||
"@changesets/changelog-github": "^0.5.1", | ||
"@changesets/cli": "^2.28.1", | ||
"@playwright/test": "^1.50.1", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.13.4", | ||
"astro": "^5.3.0", | ||
"prettier": "^3.5.1", | ||
"@types/node": "^22.13.5", | ||
"astro": "^5.3.1", | ||
"prettier": "^3.5.2", | ||
"prettier-plugin-astro": "^0.14.1", | ||
"publint": "^0.3.5", | ||
"publint": "^0.3.6", | ||
"typescript": "^5.7.2" | ||
@@ -99,0 +104,0 @@ }, |
@@ -18,11 +18,15 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
Starlight support was updated for Starlight versions >= 0.32! | ||
Hello Astronauts! Now this one is BIG! The `astro-vtbot` has been many things so far. Now it is also a **Starlight plugin**! | ||
Add the Bag to your [plugin list](https://events-3bg.pages.dev/library/StarlightPlugin/#installation) and instantaneously turn on browser-native cross-document view transitions for your existing Starlight site![^1] Starlight version >= 0.32 required! | ||
[^1]: On supporting browsers, which is all major browsers but Firefox, and we are looking forward to Firefox joining the team this year as well! | ||
## Recently Learned Tricks ## | ||
> The existing Starlight support was updated for Starlight versions >= 0.32! | ||
> The integration setup can now also find the `astro-inspection-chamber.js.ts` file when used in monorepos with `pnpm`. \ | ||
Big shout out and "Thank You!" to [Luรญsa](https://github.com/luisaverza) for providing this fix! | ||
> `<InspectionChamber />` and `<CamShaft />`: Added a workaround to handle quoted animation names in Webkit which caused user agent animation names not being recognized in Safari. | ||
**Version 2.0.0 ๐ of astro-vtbot is here!** | ||
@@ -40,7 +44,2 @@ | ||
> 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! \ | ||
@@ -47,0 +46,0 @@ Big shout out and "Thank You!" to [Lukas](https://github.com/Trombach) for providing this fix! |
145265
85
1745
5
118
+ Added@vtbag/utensil-drawer@^1.2.0
+ Added@vtbag/utensil-drawer@1.2.0(transitive)
Updated@vtbag/cam-shaft@^1.0.6
Updated@vtbag/turn-signal@^1.3.1