Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 2 KB

Change Log

0.80

  • Dev dependency updates to patch security vulnerabilities

0.7.0

Features

  • Added "Replace reference with latest" button in webview for individual snapshots so you can swap snapshots right after reviewing them without switching context
  • 🛠 Webview is using tailwind's JIT mode for generating styles resulting in much faster builds 🚀

0.6.2

Bug fixes

  • Font for "Resource Does Not Exist" text on no resource view doesn't pop in on first reveal
  • Reference and latest images are center aligned in the Two-Up diff view

0.6.1

Bug fixes

  • Tree view refresh works correctly when there is only one workspace folder

0.6.0

  • Webview is now cybernetically enhanced 🤖👌
  • Reduced layout thrashing when a webview hot reloads during a test run

0.5.0

  • Dependency updates

0.4.1

No updates - pleasing the VSCode Marketplace versioning gods

0.4.0

Features

  • Add configuration option to show a fallback snapshot tab if the default tab is empty

0.3.2

Bug fixes

  • Replace reference with latest works with spec folders without erroring out 👍
  • Webview persists scroll state when hot reloading
  • New snapshots added to webview during a hot reload have the correct active tab

0.3.1

Bug fixes

  • Refresh the tree correctly on macOS when snapshots are created/deleted
  • Sort snapshot items "numerically" (i.e. "2" < "10")

0.3.0

Features

  • Add support for multi-root workspaces
  • Add support for nested __snapshots__ directories inside the test folder
  • Add configuration options for the webview

Bug fixes

  • Webview now properly hot reloads and populates new snapshots as they're written to file
  • Deleting all diffs in a directory will delete the directory and unmark it in the tree
  • Correctly traverses through theme sub-directories in reference, latest, and diff directories

0.2.2

  • Added command to replace reference snapshot with the latest

0.2.0

  • Indicators for a diff being present for a snapshot

0.1.0

  • Initial development release