Skip to content

Commit be342f6

Browse files
committed
🔖 Storybook plugin v0.7.0
1 parent cd75b08 commit be342f6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

clients/storybook/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2026-02-16
9+
10+
## What's Changed
11+
12+
### Added
13+
- Page URL is now automatically captured with each screenshot and sent as a property. This enables the Vizzly dashboard to link screenshots to their corresponding Storybook story URLs for easier navigation.
14+
15+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/storybook/v0.6.0...storybook/v0.7.0
16+
817
## [0.6.0] - 2026-02-13
918

1019
## What's Changed

clients/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizzly-testing/storybook",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Storybook plugin for Vizzly - seamlessly integrate Storybook stories into your visual development workflow",
55
"keywords": [
66
"vizzly",

0 commit comments

Comments
 (0)