Skip to content

Commit 840ddc0

Browse files
committed
🔖 Storybook plugin v0.1.2
1 parent 505f87e commit 840ddc0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

clients/storybook/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.2] - 2025-11-30
9+
10+
## What's Changed
11+
12+
### Changed
13+
- **BREAKING**: Configuration file migration - plugin now uses `storybook` section in `vizzly.config.js` instead of standalone `vizzly-storybook.config.js` file. Run `vizzly init` to generate updated config structure.
14+
- **BREAKING**: Minimum Node.js version increased to 22+ (for honeydiff compatibility)
15+
- Removed `cosmiconfig` dependency in favor of unified Vizzly config system
16+
- Updated default viewports: now includes both mobile (375x667) and desktop (1920x1080)
17+
- Updated README with new configuration format and examples
18+
19+
### Fixed
20+
- Plugin registration error with frozen output module (#92)
21+
22+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/storybook/v0.1.1...storybook/v0.1.2
23+
824
## [0.1.1] - 2025-10-11
925

1026
## 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.1",
3+
"version": "0.1.2",
44
"description": "Storybook plugin for Vizzly - seamlessly integrate Storybook stories into your visual development workflow",
55
"keywords": [
66
"vizzly",

0 commit comments

Comments
 (0)