Skip to content

Commit daa9fa1

Browse files
committed
🔖 Storybook plugin v0.2.0
1 parent 11f725f commit daa9fa1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

clients/storybook/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.2.0] - 2026-01-29
9+
10+
# v0.2.0
11+
12+
## What's Changed
13+
14+
### Added
15+
- **Tab pool architecture** - Reuses browser tabs instead of creating/destroying per story for significantly better performance
16+
- **Tab recycling** - Automatically closes and recreates tabs after 10 uses to prevent memory leaks
17+
- **Automatic retry** - On timeout/crash, closes bad tab and retries with a fresh one
18+
- **Tab state reset** - Clears cookies/localStorage between uses to ensure clean test state
19+
- **Progress tracking** - Shows ETA and completion percentage in TTY mode
20+
- **CI-optimized browser flags** - Same hardened browser arguments as static-site SDK for improved stability
21+
22+
### Fixed
23+
- Fixed `services.get is not a function` bug by rebuilding dist after source changes
24+
- Fixed timeout issues in CI environments through robust browser management
25+
26+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/storybook/v0.1.3...storybook/v0.2.0
27+
828
## [0.1.3] - 2026-01-28
929

1030
## 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.1.3",
3+
"version": "0.2.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)