Open
Conversation
f157c84 to
4d5b0a6
Compare
c0bbe27 to
f06e02d
Compare
31b27f3 to
372293e
Compare
f30e26f to
946e9b9
Compare
8ce032f to
c3d365b
Compare
0205158 to
f94777f
Compare
4ff9664 to
2ecccb8
Compare
2ecccb8 to
557455b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
d0c04d0Thanks @unional! - Deprecatevis.beforeAll.setup(),vis.afterEach.matchImageSnapshot(),vis.afterEach.matchPerTheme()invitest-plugin-vis/setup.There is no known use case for these methods.
Reducing the API surface.
#577
7ceb998Thanks @unional! - DeprecatecreateVisinvitest-plugin-vis/setup.Added
vitest-plugin-vis/setup-api.#551
1c54a56Thanks @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
updateSnapshotoption set toall.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
495d10cThanks @unional! - Publish as unbundle to improve debuggability.storybook-addon-vis@3.1.3
Patch Changes
d0c04d0,495d10c,7ceb998,1c54a56]: