- c26cb14: Fixes a bug where the frame of the group pseudo-element is visible even both, the old and the new image are hidden or non existent
- ccb1e36: Provides internal fixes and code stabilization
- 48bd379: Adds a workaround for quoted animation names in Webkit which caused user agent animation names to be flagged as errors in Safari.
- 904b8e4: Stops list items from escaping the name panel on view transitions.
- 8beb0e4: Fixes an issue (#35) with collapsing views. Getting a little better with styling.
- bd4af9e: The Chamber now also works with same-document view transitions that use the extended signature for startViewTransition as defined by the level 2 spec, which allows you to pass view transition types to the transition!
- dcbae28: Prefers column layout on first use.
- fc0447a: Adds .d.ts declarations
- e48f3ce: Refactor addressbar updates
- dfe3ded: Fixes an issue where the favicon of the original page got lost.
- 54acd79: Now the Chamber can also handle animations of view transition pseudo-elements that where started using JavaScript and the Web Animation API
- adf156a: Gives better error messages in the animation panel if there is some problem with the definition of an animation.
- 49942c9: Fixes buggy styling that disabled scrolling of the main panel for Chrome 129.0.x.y
- dac7964: Fixes a bug with name sorting
- 02f22df: 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. If you miss the alphabetic order when searching for groups, please try the search function of the Filter panel. - 3d31e58: Fixes a bug that caused the chamber to wedge when
startViewTransition()
was called without parameters.
- aa8c519: Fixes a bug that blocked the chamber on nested iframes and framework components when used with the Astro router.
- 8774263: Improves CCS information on animation panel
- 79774ea: Prevents dragging the enlarged sub-panel off the screen
- 35b93dd: Chore: Pushes plus mini styling and refectoring
- 62c7102: Improves robustness against broken animations and outputs better error messages.
- c90d8be: Optimizes styling of panels
- 81315a3: Fix error on browsers without native view transition API.
- ab1bd93: Fixes canvas background
- 731a96d: mini patch to logging & styling
- ce5578f: Fixes scrolling & closing of enlarged sub-panels.
- 2dea51e: Introduces tutorial mode that shows usage instructions prominently by expanding the messages panel.
- 74279be: Fixes broken resize behavior of enlarged panel.
- eec3e26: Refactorings to further stabilize and clean up The Chamber prototype
- b946e4e: Reworkes time travel during full control mode
- eb0e145: Adds the ability to deselect single animations
- 326b0cf: Updates README
- 8a89a9e: Improves opening the chamber on mobile.
- 8529e93: Adds an explicit button to close the enlarged panel (in addition to the existing option to click the heading again).
- b575757: Fixes some styling issues.
- 065d488: Reenables identification of elements after view transitions.
- 22a871c: Improves usage instructions
- 7f90b5a: Fixes reopening from standby on mobile.
- 7d5d1af: Reduces identifying glow effects on start of view transitions.
- 005e529: Updates README
- f3d8ccb: Fixes how the chamber hooks into startViewTransition
- 614ca2a: Optimizes colorScheme
- cec5e6b: Version bumps
- 007ac06: Reactivates the glow effect when clicking on names or elements.
- 4d89b41: Initial release