@vtbag/inspection-chamber
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@vtbag/inspection-chamber", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"main": "lib/index.js", | ||
@@ -41,4 +41,4 @@ "description": "The Inspection Chamber is an in-browser development tool that gives you all the knobs and dials to interactively put your view transitions through their paces.", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.8", | ||
"@eslint/js": "^9.11.1", | ||
"@changesets/cli": "^2.27.9", | ||
"@eslint/js": "^9.12.0", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
@@ -45,0 +45,0 @@ "esbuild": "^0.24.0", |
@@ -14,8 +14,10 @@ [⭐️ Please star to support this work! ⭐️](https://github.com/vtbag/inspection-chamber) | ||
Improved error handling. | ||
In addition to CSS animations of pseudo-elements, the Chamber can now also handle animations of pseudo-elements started using the Web Animation API. | ||
For details, see the [CHANGELOG](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) | ||
For latest changes, see the [CHANGELOG](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) | ||
## What happened so far: | ||
> Improved error handling | ||
> Names in the Animation Groups panel are now shown in the order in which the transition groups appear as children of the `::view-transition` pseudo-element. This makes it easier to understand how the individual groups overlap during rendering. | ||
@@ -22,0 +24,0 @@ |
Sorry, the diff of this file is too big to display
87322
1126
42