astro-vtbot
Advanced tools
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
Changelog
1.1.0 - 2023-12-22
<Linter/>
component is out! You will receive meaningful warning and error messages if you configure the transition attributes incorrectly!<VtDebug/>
component got even better: Now also reports the transition groups that participate in a view transition!<ReplacementSwap>/
component!Plus: more tests, extended documentation, many code refactorings, elimination of <xmp>
tags, and dependency updates.