astro-vtbot
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -80,16 +80,16 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"@vtbag/element-crossing": "^1.0.1", | ||
"@vtbag/inspection-chamber": "^1.0.10" | ||
"@vtbag/inspection-chamber": "^1.0.12" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/check": "^0.9.3", | ||
"@astrojs/starlight": "^0.27.1", | ||
"@astrojs/starlight": "^0.28.1", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "^2.27.8", | ||
"@playwright/test": "^1.47.0", | ||
"@playwright/test": "^1.47.1", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.5.4", | ||
"astro": "^4.15.4", | ||
"@types/node": "^22.5.5", | ||
"astro": "^4.15.5", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-astro": "^0.14.1", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -96,0 +96,0 @@ "funding": { |
@@ -18,4 +18,6 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
This release integrates `@vtbag/element-crossing` as `<ElementCrossing/>` This is a component for those of you who experiment with CSS-only cross-document view transitions and miss a way to preserve state of HTML elements across navigation: Transfer selected element state to the other side! | ||
Bug fix and version bumps. | ||
For details, see the [CHANGELOG](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) | ||
@@ -25,2 +27,4 @@ | ||
> The `<ElementCrossing />` is a component for those of you who experiment with CSS-only cross-document view transitions and miss a way to preserve state of HTML elements across navigation: Transfer selected element state to the other side! | ||
> Inspection Chamber: 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) and access the Chamber from the **devToolbar**! | ||
@@ -27,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
104
130501