Skip to content

Version Packages#553

Open
unional wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#553
unional wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@unional
Copy link
Contributor

@unional unional commented Jan 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

vitest-plugin-vis@4.2.0

Minor Changes

  • #577 d0c04d0 Thanks @unional! - Deprecate vis.beforeAll.setup(), vis.afterEach.matchImageSnapshot(), vis.afterEach.matchPerTheme() in vitest-plugin-vis/setup.

    There is no known use case for these methods.
    Reducing the API surface.

  • #577 7ceb998 Thanks @unional! - Deprecate createVis in vitest-plugin-vis/setup.
    Added vitest-plugin-vis/setup-api.

  • #551 1c54a56 Thanks @unional! - Fail test when no baseline image is found.
    This behavior is closer to the Visual Regression Test from Vitest.

    The difference is that the baseline image is not created automatically.
    You need to create it manually by running the test with the updateSnapshot option set to all.

    This prevents you from accidentally committing a new snapshot or passing the tests when you running the tests for the second time.

    Closes #516

    Since this change can break existing tests (even though correctly), we will release it as a minor version.

Patch Changes

storybook-addon-vis@3.1.3

Patch Changes

@unional unional force-pushed the changeset-release/main branch 3 times, most recently from f157c84 to 4d5b0a6 Compare January 10, 2026 13:41
@unional unional force-pushed the changeset-release/main branch 2 times, most recently from c0bbe27 to f06e02d Compare January 19, 2026 13:10
@unional unional force-pushed the changeset-release/main branch 4 times, most recently from 31b27f3 to 372293e Compare January 29, 2026 02:57
@unional unional force-pushed the changeset-release/main branch 4 times, most recently from f30e26f to 946e9b9 Compare February 6, 2026 21:13
@unional unional force-pushed the changeset-release/main branch 5 times, most recently from 8ce032f to c3d365b Compare February 12, 2026 14:10
@unional unional force-pushed the changeset-release/main branch 7 times, most recently from 0205158 to f94777f Compare February 20, 2026 22:00
@unional unional force-pushed the changeset-release/main branch 2 times, most recently from 4ff9664 to 2ecccb8 Compare February 24, 2026 18:51
@unional unional force-pushed the changeset-release/main branch from 2ecccb8 to 557455b Compare February 26, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prevent automatic baseline image generation in CI

1 participant