Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/fruity-onions-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/humble-trees-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-eyes-cover.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/wise-buckets-look.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/storybook-addon-vis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGE LOG

## 3.1.3

### Patch Changes

- Updated dependencies [[`d0c04d0`](https://github.com/repobuddy/visual-testing/commit/d0c04d0aca1ec6c1deebc0a26d86f1986b1c07d1), [`495d10c`](https://github.com/repobuddy/visual-testing/commit/495d10cfa4c454b351a7c4f8ef33104829a0f560), [`7ceb998`](https://github.com/repobuddy/visual-testing/commit/7ceb99899830a48ef99c2c3ea0b6d4b760be9df9), [`1c54a56`](https://github.com/repobuddy/visual-testing/commit/1c54a56baa1136c49eccefe8d7cf0de0332441cf)]:
- vitest-plugin-vis@4.2.0

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-vis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-vis",
"version": "3.1.2",
"version": "3.1.3",
"description": "Storybook Vitest visual testing addon",
"keywords": [
"image-snapshot",
Expand Down
28 changes: 28 additions & 0 deletions packages/vitest-plugin-vis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# vitest-plugin-vis

## 4.2.0

### Minor Changes

- [#577](https://github.com/repobuddy/visual-testing/pull/577) [`d0c04d0`](https://github.com/repobuddy/visual-testing/commit/d0c04d0aca1ec6c1deebc0a26d86f1986b1c07d1) Thanks [@unional](https://github.com/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](https://github.com/repobuddy/visual-testing/pull/577) [`7ceb998`](https://github.com/repobuddy/visual-testing/commit/7ceb99899830a48ef99c2c3ea0b6d4b760be9df9) Thanks [@unional](https://github.com/unional)! - Deprecate `createVis` in `vitest-plugin-vis/setup`.
Added `vitest-plugin-vis/setup-api`.

- [#551](https://github.com/repobuddy/visual-testing/pull/551) [`1c54a56`](https://github.com/repobuddy/visual-testing/commit/1c54a56baa1136c49eccefe8d7cf0de0332441cf) Thanks [@unional](https://github.com/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](https://github.com/repobuddy/visual-testing/issues/516)

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

### Patch Changes

- [#551](https://github.com/repobuddy/visual-testing/pull/551) [`495d10c`](https://github.com/repobuddy/visual-testing/commit/495d10cfa4c454b351a7c4f8ef33104829a0f560) Thanks [@unional](https://github.com/unional)! - Publish as unbundle to improve debuggability.

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-plugin-vis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-plugin-vis",
"version": "4.1.0",
"version": "4.2.0",
"description": "Vitest visual testing plugin",
"keywords": [
"image-snapshot",
Expand Down