astro-vtbot
Advanced tools
Comparing version 1.10.3 to 1.10.4
@@ -1,5 +0,4 @@ | ||
import { readFileSync } from 'node:fs'; | ||
import 'astro/client'; | ||
import inspectionChamber from '@vtbag/inspection-chamber?raw'; | ||
const inspectionChamber = readFileSync('node_modules/@vtbag/inspection-chamber/lib/index.js'); | ||
export async function GET({ params, request }) { | ||
@@ -6,0 +5,0 @@ return new Response( |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.10.3", | ||
"version": "1.10.4", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -79,19 +79,19 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"dependencies": { | ||
"@vtbag/cam-shaft": "^1.0.0", | ||
"@vtbag/element-crossing": "^1.0.1", | ||
"@vtbag/inspection-chamber": "^1.0.15", | ||
"@vtbag/turn-signal": "^1.0.2" | ||
"@vtbag/cam-shaft": "^1.0.1", | ||
"@vtbag/element-crossing": "^1.0.2", | ||
"@vtbag/inspection-chamber": "^1.0.16", | ||
"@vtbag/turn-signal": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/check": "^0.9.4", | ||
"@astrojs/starlight": "^0.28.2", | ||
"@astrojs/starlight": "^0.28.3", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "^2.27.9", | ||
"@playwright/test": "^1.47.2", | ||
"@playwright/test": "^1.48.1", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.7.4", | ||
"astro": "^4.15.11", | ||
"@types/node": "^22.7.6", | ||
"astro": "^4.16.5", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-astro": "^0.14.1", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -98,0 +98,0 @@ "funding": { |
@@ -18,9 +18,14 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
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. | ||
The Inspection Chamber DevTools now als work for `pnpm` projects! \ | ||
Big shout out and "Thank You!" to [Lukas](https://github.com/Trombach) for providing this fix! | ||
<!--For details, see the [CHANGELOG of the Bag](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) and of the [CHANGELOG of the InstructionChamber](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) for minor improvements regarding the Chamber.--> | ||
Brings you current versions of the @vtbag/* packages! | ||
For details, see the [CHANGELOG of the Bag](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md). <!--and of the [CHANGELOG of the InstructionChamber](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) for the smaller improvements regarding the Chamber.--> | ||
## Recently Learned Tricks ## | ||
> 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. | ||
> The `<TurnSignal>` enables Astro's forward/backward animations provided by `transition:animate` to work with native cross-document `@view-transition{}`. Optionally you can configure the component with a total order of your site's pages, allowing it to automatically detect the transition direction. | ||
@@ -27,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132920
112
Updated@vtbag/cam-shaft@^1.0.1
Updated@vtbag/turn-signal@^1.0.3