astro-vtbot
Advanced tools
Changelog
1.4.2 - 2024-01-22
Changelog
1.4.0 - 2024-01-22
<LoadingIndicator/>
to pages with <ViewTransitions/>
Changelog
1.3.1 - 2024-01-20
adapter()
function from the FishPond tech demo in animation-style-ts
to allow for non standard names with transition:animate={}
Changelog
1.3.0 - 2024-01-19
<NoScroll />
component keeps scroll positions where they are when navigating to the next pageChangelog
1.2.0 - 2024-01-17
npx astro add astro-vtbot
. This automatically adds the <Linter/>
component to all your <ViewTransition/>
pages!type
property of <script>
elements for suspicious valuesastro:after-swap
fired and before astro:page-load
.
Also removes the feature to redirect the log output to an overlay. As the output grows, we are quickly running out of space with the on-screen display. This might come back some day, but then based on the Astros Dev Toolbar.Changelog
1.1.5 - 2024-01-08
Changelog
1.1.3 - 2023-12-25
f11ba855e [Linter:] Add warnings when view transition names or scoped styles are potentially lost when elements are copied over by transition:persist
or data-vtbot-replace
.
6ab6f38b8 [VtBotDebug:] Show the ::view-transition
pseudo-elements that the browser inserts when it is ready to start the animations for view transitions.
0f1e1dda6 [ReplacementSwap:] Improve <ReplacementSwap>
documentation and optimize how old astro-route-announcer
are removed.
Plus: Correction of typos and improvement of wording