Key Changes in Chromatic v16.10.0

Chromatic v16.10.0, released on 2026-05-11, introduces a key enhancement and several bug fixes, focusing on developer experience and build stability.

Enhancements

The most notable addition is the share() method to the Node API. This feature, introduced in #1284, simplifies the process of sharing UI components directly from your Node.js environment. It aims to streamline collaboration and feedback loops for visual testing.

Bug Fixes

This release addresses two specific issues:

  • The gitInfo task has been migrated to use typed inputs and outputs #1314. This change improves the reliability and type safety of the task, reducing potential errors in CI/CD pipelines.
  • A new configuration option has been added for building multiple Android architectures #1321. This resolves previous limitations, allowing for more flexible Android project builds.

For a complete list of changes, refer to the official Chromatic CLI changelog.

Impact for QA Teams

QA engineers tracking Chromatic updates will find v16.10.0 beneficial for workflow efficiency and build stability. The share() method can simplify sharing visual test results or specific component states for review, enhancing collaboration with design and development teams. Furthermore, the gitInfo task migration and Android build fixes contribute to more dependable test automation environments, reducing build-related failures and improving overall pipeline reliability.