File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ 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.1.3] - 2026-01-28
9+
10+ ## What's Changed
11+
12+ ### Changed
13+ - Migrated test suite from Vitest to Node.js built-in test runner (` node:test ` ) for better performance and reduced dependencies
14+ - Replaced ESLint and Prettier with Biome for unified, faster linting and formatting
15+ - Upgraded minimum Node.js version requirement from 20.0.0 to 22.0.0
16+ - Improved test coverage from 87% to 99%
17+
18+ ### Fixed
19+ - Fixed ` services.get() ` calls to use direct property access, resolving "services.get is not a function" errors when using the plugin in cloud mode
20+ - Added comprehensive E2E tests that work with both ` vizzly tdd run ` (local TDD mode) and ` vizzly run ` (cloud mode)
21+ - Improved Puppeteer performance in CI environments with optimized arguments and timeout handling
22+
23+ ** Full Changelog** : https://github.com/vizzly-testing/cli/compare/storybook/v0.1.2...storybook/v0.1.3
24+
825## [ 0.1.2] - 2025-11-30
926
1027## What's Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @vizzly-testing/storybook" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
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