astro-vtbot
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -6,2 +6,3 @@ import type { AstroIntegration } from 'astro'; | ||
import { fileURLToPath } from 'node:url'; | ||
import path from 'node:path'; | ||
@@ -31,3 +32,6 @@ type VtBotOptions = { | ||
pattern: '/_vtbot_inspection_chamber.js', | ||
entrypoint: 'node_modules/astro-vtbot/integration/astro-inspection-chamber.js.ts', | ||
entrypoint: path.resolve( | ||
fileURLToPath(import.meta.url), | ||
'../astro-inspection-chamber.js.ts' | ||
), | ||
}); | ||
@@ -34,0 +38,0 @@ |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -9,0 +9,0 @@ "homepage": "https://events-3bg.pages.dev/", |
@@ -18,2 +18,7 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
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! | ||
## Recently Learned Tricks ## | ||
`<InspectionChamber />` and `<CamShaft />`: Added a workaround to handle quoted animation names in Webkit which caused user agent animation names not being recognized in Safari. | ||
@@ -32,3 +37,2 @@ | ||
## Recently Learned Tricks ## | ||
@@ -35,0 +39,0 @@ > Safari supports cross-document view transitions and the `<ElementCrossing />` component of astro-vtbot learned how to work with Safari.\ |
138600
1574
117