Skip to content

Commit 44f54a0

Browse files
committed
🔖 Storybook plugin v0.1.3
1 parent 3f2076f commit 44f54a0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

clients/storybook/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.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

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.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",

0 commit comments

Comments
 (0)