Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular: Fix allowed types of webpackStatsJson in angular-builder #20503

Closed
wants to merge 8 commits into from
2 changes: 1 addition & 1 deletion app/angular/src/builders/build-storybook/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"webpackStatsJson": {
"type": "boolean",
"type": ["boolean", "string"],
"description": "Write Webpack Stats JSON to disk",
"default": false
},
Expand Down
2 changes: 2 additions & 0 deletions docs/api/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ title: 'CLI options'
Storybook comes with two CLI utilities: [`start-storybook`](#start-storybook) and [`build-storybook`](#build-storybook).

<div class="aside">

Storybook collects completely anonymous data to help us improve user experience. Participation is optional, and you may [opt-out](../configure/telemetry.md#how-to-opt-out) if you'd not like to share any information.

</div>

Pass these commands the following options to alter Storybook's behavior.
Expand Down
2 changes: 1 addition & 1 deletion docs/versions/next.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"7.0.0-beta.13","info":{"plain":"#### Features\n\n- Angular: Support compodoc output arg [#20338](https://github.com/storybooks/storybook/pull/20338)\n- NextJS: Support @next/font [#20291](https://github.com/storybooks/storybook/pull/20291)\n- NextJS: Support useSelectedLayoutSegment and useSelectedLayoutSegments [#20330](https://github.com/storybooks/storybook/pull/20330)\n- Preview Api: export `userOrAutoTitle` function [#20325](https://github.com/storybooks/storybook/pull/20325)\n\n#### Bug Fixes\n\n- Fix: peer dependency warning for `vite-react` [#20328](https://github.com/storybooks/storybook/pull/20328)\n- UI: swap `react-sizeme` for `react-resize-detector` [#20333](https://github.com/storybooks/storybook/pull/20333)\n- Vite: Detect React SWC plugin [#20335](https://github.com/storybooks/storybook/pull/20335)\n- CLI: Fix automigrate filtering [#20329](https://github.com/storybooks/storybook/pull/20329)\n- Vite: Include user config `optimizeDeps` in final `optimizeDeps` [#20313](https://github.com/storybooks/storybook/pull/20313)\n\n#### Maintenance\n\n- Tech: improve global types [#20184](https://github.com/storybooks/storybook/pull/20184)\n- CLI: Fix sb migrate csf-2-to-3 for multiple file extensions [#20290](https://github.com/storybooks/storybook/pull/20290)\n- CLI: Replace `update-notifier` with `simple-update-notifier` [#20266](https://github.com/storybooks/storybook/pull/20266)\n\n#### Build\n\n- Build: remove borders in task error message [#20305](https://github.com/storybooks/storybook/pull/20305)\n- Build: Fix pretty-docs CI job [#20319](https://github.com/storybooks/storybook/pull/20319)\n- Build: Update Playwright to 1.29 [#20318](https://github.com/storybooks/storybook/pull/20318)\n\n#### Dependencies\n\n- NextJS: Make addon-actions a regular dependency [#20324](https://github.com/storybooks/storybook/pull/20324)\n- NextJS: Fix addon-actions peerdependency [#20324](https://github.com/storybooks/storybook/pull/20324)\n- Vite-react: Fix peer dependency warning [#20328](https://github.com/storybooks/storybook/pull/20328)"}}
{"version":"7.0.0-beta.19","info":{"plain":"#### Features\n\n- NextJS: Add next/head support [#20436](https://github.com/storybooks/storybook/pull/20436)\n\n#### Bug Fixes\n\n- CLI: Do not use legacy-peer-deps for npm [#20456](https://github.com/storybooks/storybook/pull/20456)\n- CLI: Use closest lockfile to determine package manager [#20464](https://github.com/storybooks/storybook/pull/20464)\n- CLI: Use correct package manager for automigrate [#20428](https://github.com/storybooks/storybook/pull/20428)\n- CLI: Add prop-types dependency if not using TypeScript [#20449](https://github.com/storybooks/storybook/pull/20449)\n- CLI: Add peer dependency on react [#20459](https://github.com/storybooks/storybook/pull/20459)\n\n#### Maintenance\n\n- Vue3: Add TS / legacy TS CLI templates [#20434](https://github.com/storybooks/storybook/pull/20434)\n- Core: Delete outdated onerror handler [#20462](https://github.com/storybooks/storybook/pull/20462)\n\n#### Build\n\n- Build: Add extensions to lodash imports [#20443](https://github.com/storybooks/storybook/pull/20443)"}}