New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

astro-vtbot

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-vtbot - npm Package Compare versions

Comparing version 1.7.17 to 1.7.18

2

components/starlight/utils.ts

@@ -9,3 +9,3 @@ export const MAIN_FRAME = 'div.main-frame';

export const LANGUAGE_SELECTOR = 'starlight-lang-select';
export const MULTI_SIDEBAR = `${SIDEBAR_CONTENT} .__collapse`
/*

@@ -12,0 +12,0 @@ * Returns the the sidebar anchor that best fits the parameter URL.

@@ -6,3 +6,3 @@ {

},
"version": "1.7.17",
"version": "1.7.18",
"description": "The ๐Ÿ‘œ Bag of Tricks โœจ for Astro's View Transitions",

@@ -76,10 +76,10 @@ "homepage": "https://github.com/martrapp/astro-vtbot#readme",

"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/starlight": "^0.22.2",
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@playwright/test": "^1.44.0",
"@types/dom-view-transitions": "^1.0.4",
"@types/node": "^20.12.11",
"astro": "^4.8.2",
"@types/node": "^20.12.12",
"astro": "^4.8.6",
"prettier": "^3.1.0",

@@ -86,0 +86,0 @@ "prettier-plugin-astro": "^0.13.0",

@@ -14,3 +14,7 @@ No, its **_NOT_** a roBOT ๐Ÿค–, its a ๐Ÿ‘œ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โœจ

### Improved Support for `swap()`-related Topics!!
### ๐Ÿ—ƒ๏ธ Do you love Lorenzo's Multi Sidebar for Starlight?
> ... then you'll appreciate that The Bag's Starlight support got you covered from day one: View transition support starting with the first npm release of @lorenzo_lewis/starlight-multi-sidebar!
### Improved Support for swap()-related Topics!!
> VtBotDebug now shows the changes that are made to the DOM during swap.

@@ -28,12 +32,11 @@

## Recently learned tricks ##
> Improved Sidebar Handling: When you navigate to a page that has its entry within a collapsed category, the category is now automatically turned open. If the current page marker is outside the visible
part of the sidebar, it is automatically scrolled into view. **New: Support for your own customizations!**
## Recently learned tricks ##
> If you want to use `transition:persist` inside the main content area, you can do that now! As of v1.7.8 the `<ReplacementSwap />` component handles `data-astro-transition-persist` attributes within the replaced DOM trees in the same way as Astro's built-in `swap()` function does.
> The [Jotter](https://events-3bg.pages.dev/jotter/) now leverages Starlight! The beginning of a more structured and searchable version of the pile of notes that it was.
> Starlight Support: Ever wanted to see what your Starlight site looks like with view transitions enabled? Follow [these steps](https://events-3bg.pages.dev/jotter/starlight/guide/) to get rid of full page loads and make your Starlight site look like a SPA!

@@ -40,0 +43,0 @@

Sorry, the diff of this file is not supported yet

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