astro-vtbot
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -7,3 +7,3 @@ import { readFileSync } from 'node:fs'; | ||
return new Response( | ||
`if (!!document.startViewTransition && sessionStorage.getItem('vtbot-inspection-chamber') === 'true') {${inspectionChamber}};`, | ||
`if (!!top.document.startViewTransition && top.sessionStorage.getItem('vtbot-inspection-chamber') === 'true') {${inspectionChamber}};`, | ||
{ | ||
@@ -10,0 +10,0 @@ status: 200, |
@@ -36,3 +36,3 @@ import type { AstroIntegration } from 'astro'; | ||
'head-inline', | ||
`(function() {var s=document.createElement('script');s.src='/_vtbot_inspection_chamber.js';document.head.appendChild(s);var t=document.currentScript;setTimeout(()=>{t.remove();s.remove()},1000)})();` | ||
`(function() {var s=document.createElement('script');s.blocking="render";s.src='/_vtbot_inspection_chamber.js';document.head.appendChild(s);var t=document.currentScript;setTimeout(()=>{t.remove();s.remove()},1000)})();` | ||
); | ||
@@ -39,0 +39,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -79,3 +79,3 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"dependencies": { | ||
"@vtbag/inspection-chamber": "^1.0.9" | ||
"@vtbag/inspection-chamber": "^1.0.10" | ||
}, | ||
@@ -89,4 +89,4 @@ "devDependencies": { | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.4.1", | ||
"astro": "^4.14.3", | ||
"@types/node": "^22.5.0", | ||
"astro": "^4.14.5", | ||
"prettier": "^3.3.3", | ||
@@ -93,0 +93,0 @@ "prettier-plugin-astro": "^0.14.1", |
@@ -18,10 +18,12 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
This is a small release with dependency updates and a small fix for the `<LoadingIndicator>`. | ||
New, improved version of the inspection chamber. | ||
## Recently Learned Tricks ## | ||
V1.18.5 throws a colorful mix of things into the bag. Most notable is support for Starlight's persisted sidebar state, but also various improvements to the chamber and view transition name encoding. See the changelog for details! | ||
V1.8.7 brought a small fix for the `<LoadingIndicator>`. | ||
> V1.18.4 introduced 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. | ||
V1.8.5 throws a colorful mix of things into the bag. Most notable is support for Starlight's persisted sidebar state, but also various improvements to the chamber and view transition name encoding. See the changelog for details! | ||
> V1.8.4 introduced 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 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! | ||
@@ -28,0 +30,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
129888
105