File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments