Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

astro-vtbot

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-vtbot - npm Package Versions

23
8

2.0.2

Diff

Changelog

Source

2.0.2 - 2025-01-01

Patch Changes

  • 70a8fba: Applies bug fixes from dependencies for <ElementCrossing /> and <CamShaft />.
martrapp
published 2.0.1 •

Changelog

Source

2.0.1 - 2024-12-31

Patch Changes

  • 8ec2ee2: Fixes links and typos in README
martrapp
published 2.0.0 •

Changelog

Source

2.0.0 - 2024-12-30

Major Changes

  • 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.

    What's Changing?

    • If you use astro-vtbot as a library and haven't installed it as an Astro integration: Nothing changes for you.
    • If you have installed it as an integration and have explicitly opted out of the linter and loading indicator: remove these settings: {autoLint: false, loadingIndicator: false} from your astro-config file.
    • If you have installed it as an integration and called vtbot({...}) with one option or no parameter at all: To ensure continued functionality, explicitly add the <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.

    Temporary Workaround

    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.

Minor Changes

  • Enjoy the new version of the @vtbag/turn-signal: The <TurnSignal/> components now also supports per link view transition types, see the @vtbag/turn-signal Changelog
martrapp
published 1.10.7 •

Changelog

Source

1.10.7 - 2024-11-15

Patch Changes

  • 58d8fab: Dependency refresh highlights: @vtbag/element-crossing now fixes an issue with data-* attributes.
martrapp
published 1.10.6 •

Changelog

Source

1.10.6 - 2024-10-30

Patch Changes

  • 55a7728: Updates the <ElementCrossing /> component to version 1.0.3 of @vtbag/element-crossing.
martrapp
published 1.10.5 •

Changelog

Source

1.10.5 - 2024-10-22

Patch Changes

  • c9abaa1: New versions for @vtbag/inspection-chamber and @vtbag/turn-signal: The Inspection Chamber can now handle the extended signature of the document.startViewTransition as defined by level 2 of the view Transision API and the Turn-Signal computes directions also on the old page!
martrapp
published 1.10.4 •

Changelog

Source

1.10.4 - 2024-10-17

Patch Changes

  • 3cca5c8: -- Thank you Lukas -- The Inspection Chamber DevTools now also work for projects using pnpm!
    Fixes inspectionChamber endpoint runtime error when using pnpm
  • ed79b25: Makes the Linter respect vtbot-linter-ignore meta elements for non unique view transition names (e.g. if only one has display != none)
  • 44e8134: Updates @vtbag/{inspection-chamber, element-crossing, turn-signal, cam-shaft} to their most recent versions.
martrapp
published 1.10.3 •

Changelog

Source

1.10.3 - 2024-10-04

Patch Changes

  • 1257054: Adds the CamShaft component from @vtbag/cam-shaft
martrapp
published 1.10.2 •

Changelog

Source

1.10.2 - 2024-09-25

Patch Changes

  • 4d943b5: Incorporates a new bugfix version of @vtbag/turn-signal
martrapp
published 1.10.1 •

Changelog

Source

1.10.1 - 2024-09-25

Patch Changes

  • ce65547: Incorporates bugfix version of @vtbag/turn-signal
23
8
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc