astro-vtbot
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -9,0 +9,0 @@ "homepage": "https://events-3bg.pages.dev/", |
@@ -21,10 +21,10 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
This release changes what is automatically installed if you add astro-vtbot as an astro integration via `astro add astro-vtbot`. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar! | ||
This release changes what is automatically installed if you install astro-vtbot as an Astro integration. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar! | ||
In contrast, `<LoadingIndicator />` and the `<Linter />` components will no longer be automatically integrated and must be explicitly added if needed, e.g. in a global Layout.astro. During a transition period, the previous behavior can still be restored using toggles in the astro.config file. | ||
For details, see the [CHANGELOG](https://github.com/martrapp/vtbot/blob/main/CHANGELOG.md). | ||
For details, see the [CHANGELOG](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md). | ||
**On the plus side:** Thereโs an exciting new mode in the `<TurnSignal/>` component! It allows for view transition types on a per-link basis! | ||
For further information see these demos: [blog demo](http://localhost:4321/signal-demo/link-types/blog/), [@vtbag image viewer demo](https://vtbag.dev/viewer-demo/) and the [@vtbag fishpond demo](https://vtbag.dev/link-demo/). | ||
**On the plus side:** Thereโs an exciting new mode in the `<TurnSignal />` component! It allows for view transition types on a per-link basis! | ||
For further information see these demos: [blog demo](http://events-3bg.pages.dev/signal-demo/link-types/blog/), [@vtbag image viewer demo](https://vtbag.dev/viewer-demo/) and the [@vtbag fishpond demo](https://vtbag.dev/link-demo/). | ||
@@ -31,0 +31,0 @@ ## Recently Learned Tricks ## |
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
132435