astro-vtbot
Advanced tools
Changelog
2.0.2 - 2025-01-01
<ElementCrossing />
and <CamShaft />
.Changelog
2.0.0 - 2024-12-30
85e6fb4: When installed as an integration, the <Linter /> and <LoadingIndicator /> components will no longer be auto-installed on all pages. The autoLint
and loadingIndicator
options in the vtbot()
integration in your astro-config file now default to false
instead of true
. These options will be completely removed in a future release.
{autoLint: false, loadingIndicator: false}
from your astro-config file.<Linter />
and/or <LoadingIndicator />
components to the pages that need them. Ideally, include them in your common layout.astro
file for consistency across your site. Make sure that the call to vtbot()
in you astro-config file does not set any options.You can restore the previous behavior by enabling the deprecated options, but note that they will be removed soon:
import vtbot from 'astro-vtbot';
export default defineConfig({
integrations: [
vtbot({
autoLint: true,
loadingIndicator: true,
}),
],
});
Take action now to ensure smooth transitions and avoid future disruptions.
<TurnSignal/>
components now also supports per link view transition types, see the @vtbag/turn-signal ChangelogChangelog
1.10.7 - 2024-11-15
Changelog
1.10.6 - 2024-10-30
<ElementCrossing />
component to version 1.0.3 of @vtbag/element-crossing
.Changelog
1.10.5 - 2024-10-22
Changelog
1.10.4 - 2024-10-17
pnpm
!inspectionChamber
endpoint runtime error when using pnpm
Changelog
1.10.3 - 2024-10-04
Changelog
1.10.2 - 2024-09-25