astro-vtbot
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -38,3 +38,5 @@ import type { AstroIntegration } from 'astro'; | ||
'head-inline', | ||
`if (sessionStorage.getItem('${DTB_TOKEN}') === 'true') {${inspectionChamber}}; document.currentScript.remove()` | ||
`if (sessionStorage.getItem('${DTB_TOKEN}') === 'true') {${inspectionChamber}}; | ||
const script = document.currentScript; | ||
setTimeout(script.remove(), 1000)` | ||
); | ||
@@ -41,0 +43,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "The π Bag of Tricks β¨ for Astro's View Transitions", | ||
@@ -77,13 +77,13 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"dependencies": { | ||
"@vtbag/inspection-chamber": "^1.0.3" | ||
"@vtbag/inspection-chamber": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/check": "^0.8.3", | ||
"@astrojs/starlight": "^0.25.2", | ||
"@astrojs/check": "^0.9.2", | ||
"@astrojs/starlight": "^0.25.4", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "^2.27.7", | ||
"@playwright/test": "^1.45.3", | ||
"@playwright/test": "^1.46.0", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.0.0", | ||
"astro": "^4.12.2", | ||
"@types/node": "^22.2.0", | ||
"astro": "^4.13.3", | ||
"prettier": "^3.3.3", | ||
@@ -90,0 +90,0 @@ "prettier-plugin-astro": "^0.14.1", |
@@ -15,11 +15,12 @@ No, its **_NOT_** a roBOT π€, its a π <b>B</b>ag <b>o</b>f <b>T</b>ricks!β¨ | ||
Deep down at the bottom of the Bag of Tricks, in a hidden inner pocket, there is a secret passage to an ominous machine room. In the machine room stands the [inspection chamber](https://events-3bg.pages.dev/inspection-chamber-demo/first-page/), quietly humming to itself. | ||
This release introduces an updated version of the Inspection Chamber, now packed with new, shiny displays and knobs. The Chamber is steadily maturing, evolving from a cool prototype into a cool, reliable tool. | ||
See your view transitions like never before: examine all details, reveal, debug, and optimize! | ||
See your view transitions like never before: examine every detail, reveal, debug, and optimize! Now, drill down into the effects of each pseudo-element introduced by the view transition API and even selectively toggle individual animations to better understand whatβs happening! | ||
Summon the Inspection Chamber as a component ([<InspectionChamber />](https://events-3bg.pages.dev/library/InspectionChamber/)) or [install The Bag as an integration!](hhttps://events-3bg.pages.dev/library/Installation/#installing-as-an-astro-integration) | ||
## Recently Learned Tricks ## | ||
> Summon the Inspection Chamber as a component ([<InspectionChamber />](https://events-3bg.pages.dev/library/InspectionChamber/)) or [install The Bag as an integration!](hhttps://events-3bg.pages.dev/library/Installation/#installing-as-an-astro-integration) and access the Chamber from the devToolbar! | ||
> Starlight Support: Ever wanted to see what your Starlight site looks like with view transitions enabled? Follow [these steps](https://events-3bg.pages.dev/jotter/starlight/guide/) to get rid of full page loads and make your Starlight site look like a SPA! | ||
@@ -26,0 +27,0 @@ |
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
126984
1431
95