@vtbag/inspection-chamber
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@vtbag/inspection-chamber", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "lib/index.js", | ||
@@ -39,6 +39,5 @@ "description": "The Inspection Chamber gives you all the knobs and dials to interactively put your view transitions through their paces.", | ||
"@changesets/cli": "^2.27.7", | ||
"@eslint/js": "^9.8.0", | ||
"@eslint/js": "^9.9.0", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"esbuild": "^0.23.0", | ||
"globals": "^15.8.0", | ||
"prettier": "^3.3.3", | ||
@@ -45,0 +44,0 @@ "typescript": "^5.5.4" |
@@ -12,2 +12,12 @@ # The Inspection Chamber | ||
## !!! News !!! | ||
v1.0.5 introduces the ability to switch single animations on and off as you navigate through the timeline of view transitions. For example, you can temporarily disable fades while investigating a morph animation or disable morphing to focus on other features of your transition. | ||
This version also includes numerous smaller improvements, moving the Chamber closer to becoming a stable product rather than just a prototype. | ||
For details, see the [CHANGELOG](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) | ||
## What happened so far: | ||
v1.0.4 improves opening the Chamber on mobiles, adds an explicit close button to the inner panel and fixes some styling issues. | ||
v1.0.3 fixes some teething issues. The main areas affected are: | ||
@@ -17,4 +27,2 @@ * Better integration into same-document and cross-document transitions. | ||
For details, see the [CHANGELOG](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) | ||
## What is it? | ||
@@ -36,2 +44,2 @@ | ||
`@vtbag/*` is set to provide a treasure trove of useful tools, tips (and of course tricks!) to enhance your experience with View Transitions, no matter which framework you're using, or even if you're using none at all. | ||
`@vtbag/*` is set to provide a treasure trove of useful tools, tips (and of course tricks!) to enhance your experience with View Transitions, no matter which framework you're using, or even if you're using none at all. |
Sorry, the diff of this file is too big to display
85574
6
1114
43