astro-vtbot
Advanced tools
Comparing version 1.9.4 to 1.10.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -80,13 +80,14 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"@vtbag/element-crossing": "^1.0.1", | ||
"@vtbag/inspection-chamber": "^1.0.13" | ||
"@vtbag/inspection-chamber": "^1.0.14", | ||
"@vtbag/turn-signal": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/check": "^0.9.3", | ||
"@astrojs/starlight": "^0.28.1", | ||
"@astrojs/starlight": "^0.28.2", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "^2.27.8", | ||
"@playwright/test": "^1.47.1", | ||
"@playwright/test": "^1.47.2", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.5.5", | ||
"astro": "^4.15.8", | ||
"@types/node": "^22.7.0", | ||
"astro": "^4.15.9", | ||
"prettier": "^3.3.3", | ||
@@ -93,0 +94,0 @@ "prettier-plugin-astro": "^0.14.1", |
@@ -18,8 +18,7 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
New component for cross-document view transitions: The `<TurnSignal>` enables Astro's forward/backward animations provided by `transition:animate` to work with native cross-document `@view-transition{}`. Slide right and left as you traverse the browser's history! Optionally you can configure the component with a total order of your site's pages, allowing it to automatically detect the transition direction. | ||
Bug fix for the Linter and an update of the InspectionChamber! | ||
For details, see the [CHANGELOG of the Bag](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) and of the [CHANGELOG of the InstructionChamber](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) for minor improvements regarding the Chamber. | ||
For details, see the [CHANGELOG of the Bag](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) and of the [CHANGELOG of the InstructionChamber](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) | ||
## Recently Learned Tricks ## | ||
@@ -26,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132109
76
1492
3
103
+ Added@vtbag/turn-signal@^1.0.0
+ Added@vtbag/turn-signal@1.1.0(transitive)