You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/storybook/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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)
0 commit comments