Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.prerelease.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 10.4.0-alpha.18

- Agentic Setup: Allow failed stories to persist - [#34717](https://github.com/storybookjs/storybook/pull/34717), thanks @Sidnioulz!
- CLI: Add react-vite to tanstack-react automigration - [#34718](https://github.com/storybookjs/storybook/pull/34718), thanks @huang-julien!
- Change-Detection: Set GIT_OPTIONAL_LOCKS=0 to avoid blocking commits - [#34726](https://github.com/storybookjs/storybook/pull/34726), thanks @valentinpalkovic!
- Core: Barrel-aware named import resolution for change detection - [#34675](https://github.com/storybookjs/storybook/pull/34675), thanks @valentinpalkovic!
- Fix ArgsTable borders not visible in Windows High Contrast Mode - [#34264](https://github.com/storybookjs/storybook/pull/34264), thanks @TheSeydiCharyyev!
- Sidebar: Soften change-detection signals + add Review CTA - [#34701](https://github.com/storybookjs/storybook/pull/34701), thanks @valentinpalkovic!
- Tanstack: Optimize tanstack react-store - [#34731](https://github.com/storybookjs/storybook/pull/34731), thanks @huang-julien!
- Telemetry: Refactor init tracking - [#34629](https://github.com/storybookjs/storybook/pull/34629), thanks @Programer1804!
- UI: Add Share section to onboarding checklist and redesign share tool - [#34413](https://github.com/storybookjs/storybook/pull/34413), thanks @valentinpalkovic!

## 10.4.0-alpha.17

- Agentic Setup: Keep sample content if users want onboarding - [#34704](https://github.com/storybookjs/storybook/pull/34704), thanks @Sidnioulz!
Expand Down
2 changes: 1 addition & 1 deletion code/addons/a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-a11y",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Addon A11y: Test UI component compliance with WCAG web accessibility standards",
"keywords": [
"a11y",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-docs",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Docs: Document UI components automatically with stories and MDX",
"keywords": [
"docs",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-links",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Links: Link stories together to build demos and prototypes with your UI components",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/onboarding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-onboarding",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Onboarding: Help new users learn how to write stories",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/pseudo-states/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-pseudo-states",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Pseudo-states addon: Manipulate CSS pseudo states",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-themes",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Themes addon: Switch between themes from the toolbar",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-vitest",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook Vitest addon: Blazing fast component testing using stories",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/builders/builder-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/builder-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "A Storybook builder to dev and build with Vite",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/builders/builder-webpack5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/builder-webpack5",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "A Storybook builder to dev and build with Webpack",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
86 changes: 43 additions & 43 deletions code/core/src/common/versions.ts
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
// auto generated file, do not edit
export default {
'@storybook/addon-a11y': '10.4.0-alpha.17',
'@storybook/addon-docs': '10.4.0-alpha.17',
'@storybook/addon-links': '10.4.0-alpha.17',
'@storybook/addon-onboarding': '10.4.0-alpha.17',
'storybook-addon-pseudo-states': '10.4.0-alpha.17',
'@storybook/addon-themes': '10.4.0-alpha.17',
'@storybook/addon-vitest': '10.4.0-alpha.17',
'@storybook/builder-vite': '10.4.0-alpha.17',
'@storybook/builder-webpack5': '10.4.0-alpha.17',
storybook: '10.4.0-alpha.17',
'@storybook/angular': '10.4.0-alpha.17',
'@storybook/ember': '10.4.0-alpha.17',
'@storybook/html-vite': '10.4.0-alpha.17',
'@storybook/nextjs': '10.4.0-alpha.17',
'@storybook/nextjs-vite': '10.4.0-alpha.17',
'@storybook/preact-vite': '10.4.0-alpha.17',
'@storybook/react-native-web-vite': '10.4.0-alpha.17',
'@storybook/react-vite': '10.4.0-alpha.17',
'@storybook/react-webpack5': '10.4.0-alpha.17',
'@storybook/server-webpack5': '10.4.0-alpha.17',
'@storybook/svelte-vite': '10.4.0-alpha.17',
'@storybook/sveltekit': '10.4.0-alpha.17',
'@storybook/tanstack-react': '10.4.0-alpha.17',
'@storybook/vue3-vite': '10.4.0-alpha.17',
'@storybook/web-components-vite': '10.4.0-alpha.17',
sb: '10.4.0-alpha.17',
'@storybook/cli': '10.4.0-alpha.17',
'@storybook/codemod': '10.4.0-alpha.17',
'@storybook/core-webpack': '10.4.0-alpha.17',
'create-storybook': '10.4.0-alpha.17',
'@storybook/csf-plugin': '10.4.0-alpha.17',
'eslint-plugin-storybook': '10.4.0-alpha.17',
'@storybook/react-dom-shim': '10.4.0-alpha.17',
'@storybook/preset-create-react-app': '10.4.0-alpha.17',
'@storybook/preset-react-webpack': '10.4.0-alpha.17',
'@storybook/preset-server-webpack': '10.4.0-alpha.17',
'@storybook/html': '10.4.0-alpha.17',
'@storybook/preact': '10.4.0-alpha.17',
'@storybook/react': '10.4.0-alpha.17',
'@storybook/server': '10.4.0-alpha.17',
'@storybook/svelte': '10.4.0-alpha.17',
'@storybook/vue3': '10.4.0-alpha.17',
'@storybook/web-components': '10.4.0-alpha.17',
'@storybook/addon-a11y': '10.4.0-alpha.18',
'@storybook/addon-docs': '10.4.0-alpha.18',
'@storybook/addon-links': '10.4.0-alpha.18',
'@storybook/addon-onboarding': '10.4.0-alpha.18',
'storybook-addon-pseudo-states': '10.4.0-alpha.18',
'@storybook/addon-themes': '10.4.0-alpha.18',
'@storybook/addon-vitest': '10.4.0-alpha.18',
'@storybook/builder-vite': '10.4.0-alpha.18',
'@storybook/builder-webpack5': '10.4.0-alpha.18',
storybook: '10.4.0-alpha.18',
'@storybook/angular': '10.4.0-alpha.18',
'@storybook/ember': '10.4.0-alpha.18',
'@storybook/html-vite': '10.4.0-alpha.18',
'@storybook/nextjs': '10.4.0-alpha.18',
'@storybook/nextjs-vite': '10.4.0-alpha.18',
'@storybook/preact-vite': '10.4.0-alpha.18',
'@storybook/react-native-web-vite': '10.4.0-alpha.18',
'@storybook/react-vite': '10.4.0-alpha.18',
'@storybook/react-webpack5': '10.4.0-alpha.18',
'@storybook/server-webpack5': '10.4.0-alpha.18',
'@storybook/svelte-vite': '10.4.0-alpha.18',
'@storybook/sveltekit': '10.4.0-alpha.18',
'@storybook/tanstack-react': '10.4.0-alpha.18',
'@storybook/vue3-vite': '10.4.0-alpha.18',
'@storybook/web-components-vite': '10.4.0-alpha.18',
sb: '10.4.0-alpha.18',
'@storybook/cli': '10.4.0-alpha.18',
'@storybook/codemod': '10.4.0-alpha.18',
'@storybook/core-webpack': '10.4.0-alpha.18',
'create-storybook': '10.4.0-alpha.18',
'@storybook/csf-plugin': '10.4.0-alpha.18',
'eslint-plugin-storybook': '10.4.0-alpha.18',
'@storybook/react-dom-shim': '10.4.0-alpha.18',
'@storybook/preset-create-react-app': '10.4.0-alpha.18',
'@storybook/preset-react-webpack': '10.4.0-alpha.18',
'@storybook/preset-server-webpack': '10.4.0-alpha.18',
'@storybook/html': '10.4.0-alpha.18',
'@storybook/preact': '10.4.0-alpha.18',
'@storybook/react': '10.4.0-alpha.18',
'@storybook/server': '10.4.0-alpha.18',
'@storybook/svelte': '10.4.0-alpha.18',
'@storybook/vue3': '10.4.0-alpha.18',
'@storybook/web-components': '10.4.0-alpha.18',
};
2 changes: 1 addition & 1 deletion code/core/src/manager-api/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '10.4.0-alpha.17';
export const version = '10.4.0-alpha.18';
2 changes: 1 addition & 1 deletion code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/angular",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Angular: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/ember",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Ember: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/html-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/html-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for HTML and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/nextjs-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/nextjs-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Next.js and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/nextjs",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Next.js: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/preact-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/preact-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Preact and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/react-native-web-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native-web-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for React Native Web and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for React and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/react-webpack5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-webpack5",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for React and Webpack: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/server-webpack5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/server-webpack5",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/svelte-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/svelte-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Svelte and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/sveltekit",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for SvelteKit: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/tanstack-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/tanstack-react",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for TanStack (React, Vite): Router and Start ready Storybook framework",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/vue3-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/vue3-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Vue3 and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/web-components-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/web-components-vite",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Web Components and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli-sb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sb",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook CLI: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/cli",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook CLI: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/codemod",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "A collection of codemod scripts written with JSCodeshift",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/core-webpack",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook framework-agnostic API",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/create-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-storybook",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook installer: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/csf-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/csf-plugin",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Enrich CSF files via static analysis",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-storybook",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook ESLint Plugin: Best practice rules for writing stories",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/react-dom-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-dom-shim",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/code",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"private": true,
"description": "Storybook root",
"homepage": "https://storybook.js.org/",
Expand Down
2 changes: 1 addition & 1 deletion code/presets/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/preset-create-react-app",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for Create React App preset",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion code/presets/react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/preset-react-webpack",
"version": "10.4.0-alpha.17",
"version": "10.4.0-alpha.18",
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading",
"keywords": [
"storybook"
Expand Down
Loading
Loading