Releases: cronn/file-snapshots
Releases · cronn/file-snapshots
@cronn/playwright-file-snapshots@0.13.0
@cronn/vitest-file-snapshots@0.12.0
@cronn/playwright-file-snapshots@0.12.0
Minor Changes
- 756a233: Snapshot elements with role
combobox
- 9fe8f39: Snapshot multi select elements
- 2152587: Exclude combobox options from DOM Snapshots by default
- 2152587: Add DOM Snapshot option
includeComboboxOptions
- 62a2b52: Enable configuration of
indentSize
for JSON file snapshots
Patch Changes
- Updated dependencies [62a2b52]
- @cronn/lib-file-snapshots@0.13.0
@cronn/lib-file-snapshots@0.13.0
Minor Changes
- 62a2b52: Enable configuration of
indentSize
onJsonSerializer
@cronn/vitest-file-snapshots@0.11.0
Minor Changes
- a015e3d: Remove
__tests__
directory from snapshot file path
@cronn/playwright-file-snapshots@0.11.0
Minor Changes
- 84ad807: Introduce DOM Snapshots (experimental)
@cronn/vitest-file-snapshots@0.10.1
Patch Changes
- Updated dependencies [77a885b]
- @cronn/lib-file-snapshots@0.12.0
@cronn/playwright-file-snapshots@0.10.0
Minor Changes
- 78c9704: Breaking change: All file matchers are now asynchronous and must be awaited
- 78c9704: Breaking change: Promise values passed to file matchers are now automatically awaited
- 78c9704: Introduce snapshot retries
Patch Changes
- Updated dependencies [77a885b]
- @cronn/lib-file-snapshots@0.12.0
@cronn/lib-file-snapshots@0.12.0
Minor Changes
- 77a885b: Expose
isValidationFileMissing
onValidationFileMatcher
to enable checks before matching