- NextJS: Autoconfigure public directory for new projects - #25279, thanks @shilman!
- Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf!
- Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman!
- Core: Remove the
-s
flag from build & dev - #25266, thanks @ndelangen! - Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen!
- Core: Unique outputDir/cacheDir for each configDir - #25264, thanks @ndelangen!
- Dependencies: Semver dependency fixes - #25283, thanks @ndelangen!
- NextJS: Mock out
server-only
package for RSC - #25263, thanks @shilman!
- API: Remove stories.json support - #25236, thanks @shilman!
- Addon Docs: Remove
react
peer dependency - #24881, thanks @JReinhold! - Addon-docs: Support
<StrictMode />
and<Suspense />
in source viewer - #19785, thanks @zhyd1997! - Angular: Add random attribute to bootstrapped selector - #24972, thanks @Marklb!
- Angular: Reduce the warnings from
ts-loader
via stricter list ofincludes
- #24531, thanks @ndelangen! - Blocks: Render colors in the same order as provided - #25001, thanks @kaelig!
- CLI: Add prompt-only automigrate asking for react-removal - #25215, thanks @ndelangen!
- CLI: No longer add react in init - #25196, thanks @ndelangen!
- Core: Set bundle target to
node18
- #25239, thanks @shilman! - SvelteKit: Fix missing
$app
modules - #25132, thanks @paoloricciuti! - SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti!
- UI: Embed
react-textarea-autosize
types - #25235, thanks @ndelangen!
- Addon-docs: Fix storybook MDX check - #24696, thanks @shilman!
- Addons: Remove unused postinstall package - #25150, thanks @shilman!
- Angular: Update Angular cli templates - #25152, thanks @Marklb!
- Blocks: Fix Subtitle block for unattached docs pages - #25157, thanks @kripod!
- Ember: Fix @storybook/ember - #23435, thanks @francois2metz!
- Maintenance: Set engines field to Node.js >= 18 for packages - #25105, thanks @valentinpalkovic!
- Core: Maintenance changes for NextJS embedding - #25086, thanks @shilman!
- Addon-docs: Fix story anchors using encodeURIComponent - #25062, thanks @xyy94813!
- CLI: Generate a new project on init in empty directory - #24997, thanks @Integrayshaun!
- Svelte: Support v5 prereleases - #24889, thanks @allozaur!
- Vue: Remove deprecated vue packages from next - #25108, thanks @kasperpeulen!
- Vue: Remove unused preset-vue-webpack - #25151, thanks @shilman!
- Angular: Drop v14.x support - #25101, thanks @valentinpalkovic!
- Angular: Fix CSF Plugin - #25098, thanks @valentinpalkovic!
- Build: Fix Angular sandbox - #23896, thanks @Marklb!
- CLI: Improve dependency metadata detection in storybook doctor - #25037, thanks @yannbf!
- CLI: Point the update-notice to the changelog in the suggested version - #19911, thanks @cprecioso!
- CLI: Typescript strict mode - #22254, thanks @0916dhkim!
- CSF: Autotitle fix multiple dots and handle stories.js - #21840, thanks @agriffis!
- Next.js: Add next/font/local declarations support - #24983, thanks @MauricioRobayo!
- Next.js: Drop Next.js < v13.5 support - #25104, thanks @valentinpalkovic!
- Next.js: Fix AppRouterProvider usage - #25032, thanks @valentinpalkovic!
- Next.js: Fix next/font/local usage in babel mode - #25045, thanks @valentinpalkovic!
- Next.js: Update validateData function for next/font compatibility - #25061, thanks @kkirby!
- NextJS: Add experimental RSC support - #25091, thanks @shilman!
- React-Docgen: Make error-handling more gentle - #25055, thanks @valentinpalkovic!
- React: Change
StoryFnReactReturnType
toJSX.Element
- #23204, thanks @chakAs3! - React: Set
react-docgen
to default TS docgen - #24165, thanks @shilman! - SvelteKit: Fix HMR not working - #25031, thanks @JReinhold!
- TypeScript: Migrate
@storybook/docs-tools
to strict TS - #22567, thanks @efrenaragon96! - UI: Add stricter types to the language property of the SyntaxHighlighter - #22790, thanks @valentinpalkovic!
- Viewport: Fix viewport dts files - #25107, thanks @kasperpeulen!
- Webpack: Fix exclude regex in react-docgen-loader - #25030, thanks @valentinpalkovic!
- Addon Viewport: Expose types for user parameter validation - #24896, thanks @piratetaco!
- Packages: Remove unused/deprecated packages - #24528, thanks @ndelangen!
- Vite: use user's
build.target
- #23123, thanks @Hoishin! - CLI: Remove
sb extract
command - #24653, thanks @ndelangen! - Core: Improve project root detection logic - #20791, thanks @dobesv!
- Core: Prebundling globalize the core-event sub paths - #24976, thanks @ndelangen!
- Core: Remove
storiesOf
-API - #24655, thanks @ndelangen! - Core:
StorybookConfig
stories
-field support type async function - #21555, thanks @imccausl! - Dependencies: Update Typescript - #24970, thanks @valentinpalkovic!
- Dependencies: Upgrade monorepo to TS5 - #24440, thanks @ndelangen!
- TypeScript: Migrate
@storybook/preset-create-react-app
to strict TS - #22395, thanks @kuriacka! - Manager: Enable refs filtered via
experimental_setFilter
- #24211, thanks @ndelangen! - MDX: Theme
fontCode
not applied consistently when writing MDX - #23110, thanks @gitstart-storybook! - UI: Bring back role main - #24411, thanks @cdedreuille!
- UI: Fix
IconButton
not being aligned correctly in blocks - #24529, thanks @cdedreuille! - UI: Fix button size on controls - #24737, thanks @cdedreuille!
- UI: Fix layout height - #24370, thanks @cdedreuille!
- UI: Fix notifications not appearing in new layout - #24281, thanks @jreinhold!
- UI: Fix theming not updating - #24399, thanks @cdedreuille!
- UI: Improved
Button
andIconButton
- #24266, thanks @cdedreuille! - UI: Keep mobile drawer open on component selection - #24258, thanks @cdedreuille!
- UI: Mobile truncate story name - #24372, thanks @cdedreuille!
- UI: New icon library - #24433, thanks @cdedreuille!
- UI: Replace
Form.Button
with the newButton
component - #24360, thanks @cdedreuille! - UI: Screen reader announcing changes for expand/collapse button - #24984, thanks @wjdtjdgns!
- UI: Upgrade manager to React v18 - #24514, thanks @ndelangen!
- UI: sidebar UI updates - #24707, thanks @cdedreuille!
- Actions: Fix
@storybook/core-events/preview-errors
dependency missing for Yarn PnP - #24973, thanks @JReinhold! - Webpack5: Resolve circular dependency and fix HMR - #24974, thanks @valentinpalkovic!
- SvelteKit: Default to log an action for
goto
,invalidate
andinvalidateAll
- #24955, thanks @paoloricciuti!
- Next.js: Remove duplicate Fast Refresh plugin init - #24963, thanks @valentinpalkovic!
- Test: Don't attach action to function mock if action was added already - #24966, thanks @tmeasday!
- Actions: Warn on implicit actions - #24856, thanks @kasperpeulen!
- Addons, core: Make
react
and Storybook packagesdevDependencies
where possible - ATTEMPT 2 - #24834, thanks @JReinhold! - CLI: Add "doctor" command - #22236, thanks @yannbf!
- Core: Add deprecation notice for Vite + CommonJS - #23950, thanks @JReinhold!
- Core: Detect no matching export error in storybook start and build - #24877, thanks @yannbf!
- Core: Fix
useStoryPrepared
hook failing withundefined
data - #22631, thanks @SpookyJelly! - Core: Gracefully handle error when parsing preview.js file - #24858, thanks @yannbf!
- Core: Make warnOnIncompatibleAddons fault-tolerant - #24880, thanks @taozhou-glean!
- Dependency: Fix Yarn 4 failing to install due to jscodeshift dependency issue - #24914, thanks @samvv!
- Dependency: Update jscodeshift to v0.15.1 - #24882, thanks @epreston!
- FastBuild: Fix disabledAddons filter - #24924, thanks @IanVS!
- ManagerAPI: Fix setting status without index, crashes storybook - #24866, thanks @ndelangen!
- Next.js: Add back image context CommonJS export - #24885, thanks @martinnabhan!
- Next.js: Add experimental SWC support - #24852, thanks @valentinpalkovic!
- Next.js: Fix import path in swc loader - #24922, thanks @valentinpalkovic!
- Svelte: Fix decorators always running twice - #24921, thanks @paoloricciuti!
- SvelteKit: Add experimental page and navigation mocking - #24795, thanks @paoloricciuti!
- Test: Model loaders as before each and restore mocks properly - #24948, thanks @kasperpeulen!
- TestBuild: Add env-variable support to
--test
CLI-flag - #24862, thanks @ndelangen! - TestBuild: Add tests and rename to camelCase - #24911, thanks @ndelangen!
- TestBuild: Fix indexer bug - #24890, thanks @ndelangen!
- Typescript: Add 'skipCompiler' option to TypeScript presets - #24847, thanks @valentinpalkovic!
- Addon: Move Visual Test addon to the code directory - #24771, thanks @cdedreuille!
- FastBuild: Improve config loading & naming - #24837, thanks @ndelangen!
- TestBuild: Revert defaulting to SWC in test build, but keep using esbuild for minification - #24843, thanks @kasperpeulen!
- Viewport: Add newer device viewports - #24777, thanks @Tomo5524!
- Vite: Prevent non-deterministic build output - #24833, thanks @henkerik!
- Addons, core: Make
react
and Storybook packagesdevDependencies
where possible - #24676, thanks @JReinhold! - Angular: Handle nested module metadata - #24798, thanks @valentinpalkovic!
- Angular: Include object configured styles - #24768, thanks @valentinpalkovic!
- Angular: Support v17 - #24717, thanks @valentinpalkovic!
- ReactNative: Fix missing assert dep in docs-tools - #24732, thanks @dannyhw!
- SWC: Add settings for react and preact - #24805, thanks @valentinpalkovic!
- Svelte: Fix source with decorators always showing the
SlotDecorator
component - #24800, thanks @JReinhold! - TestBuild: Disable composition when
--test
istrue
- #24799, thanks @ndelangen! - TestBuild: Disable docs related stuff for test builds - #24691, thanks @ndelangen!
- TestBuild: Disable telemetry for test builds - #24706, thanks @kasperpeulen!
- TestBuild: Disable warnOnIncompatibleAddons - #24797, thanks @ndelangen!
- TestBuild: Globalize
@storybook/blocks
ifbuild.test.emptyBlocks
istrue
- #24650, thanks @ndelangen! - TestBuild: Implement builder options for test build - #24826, thanks @kasperpeulen!
- TestBuild: No sourcemaps for test builds - #24804, thanks @ndelangen!
- UI: Fix horizontal scroll bar in Canvas hidden by styling - #24408, thanks @yoshi2no!
- UI: Logo fixed value - #24726, thanks @black-arm!
- UI: improve A11Y remove redundant styling rules, update icon color - #24402, thanks @tolkadot!
- Webpack5: Add export-order-loader and remove babel-plugin-named-exports-order - #24749, thanks @valentinpalkovic!
- Webpack5: Add react-docgen loader and remove babel-plugin-react-docgen - #24762, thanks @valentinpalkovic!
- Webpack5: Fix race condition for export-order loader - #24817, thanks @valentinpalkovic!
- Webpack5: Hide critical dependency warning - #24784, thanks @valentinpalkovic!
- CLI: Ensure errors with opening the browser are caught - #24668, thanks @xueyawei!
- Babel: Update all @babel/* dependencies - #24610, thanks @valentinpalkovic!
- CLI: Catch when prettier failed to prettify main and preview config files - #24604, thanks @kasperpeulen!
- CLI: Ignore
addon-onboarding
when checking versions - #24634, thanks @JReinhold! - CLI: Use @storybook/test in template stories - #24393, thanks @yannbf!
- Controls: Improve accessibility of BooleanControl for screen readers - #24418, thanks @danielmarcano!
- Dependencies: Update @babel/traverse and @babel/core to fix vulnerability - #24670, thanks @valentinpalkovic!
- Dependencies: Update browserify-sign transitive dependency - #24674, thanks @valentinpalkovic!
- Dependencies: Update nx dependencies to v17 - #24671, thanks @valentinpalkovic!
- Maintenance: Split renderers preview entrypoints - #24623, thanks @ndelangen!
- Next.js: Add avif support - #24611, thanks @valentinpalkovic!
- Next.js: Fix forwarding ref for Image component - #24648, thanks @valentinpalkovic!
- Theming: Add theme variable to set the preview background color - #24575, thanks @JReinhold!
- UI: Fix button contrast-ratio - #24525, thanks @maheshchandra10!
- UI: Update zIndex on NotificationList to fix the notification not being clickable in certain cases - #24602, thanks @yoshi2no!
- Action: Attach spies on actions across stories when defined in meta - #24451, thanks @kasperpeulen!
- Addon A11y: Avoid CSP issue - #24477, thanks @Marklb!
- Addon-themes: Fix globals not being set when using absolute path - #24596, thanks @JReinhold!
- CLI: Allow Yarn v4 in
link
command - #24551, thanks @yannbf! - Core-Server: Ignore all node_module folders for watchpack - #24553, thanks @valentinpalkovic!
- Core: Fix pnp support when cache dir is outside working dir - #24572, thanks @valentinpalkovic!
- Manager: Update
store.settings.lastTrackedStoryId
- #24115, thanks @rashidshamloo! - Next.js: Support v14.0.0 - #24593, thanks @nikospapcom!
- Test: Create @storybook/test package based on vitest - #24392, thanks @kasperpeulen!
- Actions: Fix missing crypto module crashing React Native - #24546, thanks @dannyhw!
- Core: Fix post message channel location.search access for React Native - #24545, thanks @dannyhw!
- ManagerBuilder: Fix
"type": "commonjs"
compatibility - #24534, thanks @ndelangen! - React: Upgrade
react-docgen
to v7 - #24530, thanks @shilman!
- Angular: Add source-map option to builder - #24466, thanks @valentinpalkovic!
- Angular: update wrong type for webpackStatsJson in start-storybook schema.json - #24494, thanks @LucaVazz!
- CLI: Add @storybook/addon-designs to non-core list - #24507, thanks @yannbf!
- Doc Blocks: Add support for
of
prop toPrimary
block - #23849, thanks @Wilson2k! - Doc Blocks: Remove
defaultProps
inStories
block - #24506, thanks @WouterK12! - Themes: Run postinstall in shell for windows - #24389, thanks @Integrayshaun!
Empty release identical to 7.5.0
.
- Angular: Allow loading standalone directives - #24448, thanks @osnoser1!
- Svelte: Fix docs generating when using
lang="ts"
or optional chaining - #24096, thanks @j3rem1e! - Vite: Support Vite 5 - #24395, thanks @IanVS!
- Angular: Introduce argsToTemplate for property and event Bindings - #24434, thanks @valentinpalkovic!
- Controls: Fix select / multiselect when value contains multiple spaces - #22334, thanks @oxcened!
- Next.js: Support rename font import - #24406, thanks @yoshi2no!
- UI: Update ScrollArea with radix - #24413, thanks @cdedreuille!
- Web-components: Add Lit3 support - #24437, thanks @shilman!
- Angular: Add CLI options (debugWebpack, webpackStatsJson, and more) - #24388, thanks @yannbf!
- Angular: Fix Angular 15 support and add zone.js v0.14.x support - #24367, thanks @valentinpalkovic!
- Core: Add class name to Storybook error name - #24371, thanks @yannbf!
- ManagerAPI: Fix bug with story redirection when URL has partial storyId - #24345, thanks @ndelangen!
- NextJS: Fix Image Context re-use via singleton - #24146, thanks @martinnabhan!
- NextJS: Fix default next image loader when src has params - #24187, thanks @json-betsec!
- React: Upgrade
react-docgen
to 6.0.x and improve argTypes - #23825, thanks @shilman! - Webpack: Display errors on build - #24377, thanks @yannbf!
- CLI: Fix Nextjs project detection - #24346, thanks @yannbf!
- Core: Deprecate
storyStoreV6
(includingstoriesOf
) andstoryIndexers
- #23938, thanks @JReinhold! - Core: Fix Promise cycle bug in useSharedState - #24268, thanks @ndelangen!
- Core: Fix missing favicon during dev - #24356, thanks @ndelangen!
- NextJS: Change babel plugins from
proposal-...
totransform-...
- #24290, thanks @roottool! - Nextjs: Improve support for Windows-style paths - #23695, thanks @T99!
- UI: Fix infinite hook call causing browsers to freeze - #24291, thanks @yannbf!
- UI: Improve contrast ratio between focus / hover - #24205, thanks @chocoscoding!
- Vite: Move mdx-plugin from @storybook/builder-vite to @storybook/addon-docs - #24166, thanks @bryanjtc!
- Build: Filter some manager errors - #24217, thanks @yannbf!
- Build: Migrate @storybook/addon-backgrounds to strict-ts - #22178, thanks @kasperpeulen!
- Build: Upgrade chromatic bin package - #24133, thanks @ndelangen!
- CLI: Change
/Date$/
to/Dates$/i
- #24195, thanks @arup1221! - CLI: Fix
sb add
adding duplicative entries - #24229, thanks @ndelangen! - Core: Throw an error when critical presets fail to load - #24176, thanks @yannbf!
- Core: Unify error when builder is missing - #24177, thanks @yannbf!
- Core: Upgrade
esbuild-register
to3.5.0
- #24175, thanks @anneau! - Dependencies: Upgrade
file-system-cache
- #24232, thanks @seriouz! - Indexer: Rename
index
tocreateIndex
- #24075, thanks @JReinhold! - Maintenance: Regen lockfiles - #24152, thanks @ndelangen!
- Manager: Fix useAddonState when using a setter function - #24237, thanks @ndelangen!
- NextJS: Add compatibility with nextjs
13.5
- #24239, thanks @ndelangen! - NextJS: Aliases
react
andreact-dom
likenext.js
does - #23671, thanks @sookmax! - Nextjs: Improve Google Fonts failure error messages and documentation - #23891, thanks @nsheaps!
- Nextjs: Migrate from config to previewAnnotations - #24178, thanks @yannbf!
- Theming: Add
barHoverColor
- #20169, thanks @julien-deramond! - Types: Allow
null
in value ofexperimental_updateStatus
to clear status - #24206, thanks @ndelangen! - Types: Don't distribute generic type of Meta and Story - #24110, thanks @kasperpeulen!
- UI: Expand sidebar for selected story when using composition - #23781, thanks @joaonunomota!
- UI: Fix SVG override fill when path has a fill attribute - #24156, thanks @ndelangen!
- UI: Fix TreeNode alignment when using a different font - #22221, thanks @bdriguesdev!
- UI: Fix custom theme hover-color inconsistency - #22262, thanks @yoshi2no!
- UI: Fix keydown shortcut within shadow tree - #24179, thanks @stropitek!
- UI: Improve look and feel of status UI in sidebar - #24099, thanks @ndelangen!
- Angular: Categorize legacy build options error - #24014, thanks @yannbf!
- Builder-Webpack5: Categorize builder error - #24031, thanks @yannbf!
- CI: Inform the user how to dedupe and strip color from info command - #24087, thanks @kasperpeulen!
- CLI: Fix packageManager handling in
sb add
- #24079, thanks @Integrayshaun! - CLI: Improve sanitization logic in crash reports - #24028, thanks @yannbf!
- Maintenance: Add more context to explanation in core-events errors - #24063, thanks @yannbf!
- Monorepo: Fix
svelte-vite
detection - #24085, thanks @legnaleurc! - NextJS: Fix Image Context reuse (ensure singleton by externalizing it) - #23881, thanks @martinnabhan!
- Source-loader: Fix property key validation - #24068, thanks @MrZillaGold!
- Svelte: Fix generated properties on Svelte event handler - #24020, thanks @j3rem1e!
- Telemetry: Add platform info to telemetry event - #24081, thanks @yannbf!
- UI: Fix target id in searchfield label - #23464, thanks @plumpNation!
- Vue3: Remove console.log in sourceDecorator - #24062, thanks @oruman!
- Addon API: Improve the updateStatus API - #24007, thanks @ndelangen!
- CLI: Add more information to
storybook info
command - #24003, thanks @JReinhold! - CLI: Add uncaughtException handler - #24018, thanks @yannbf!
- CLI: Remove random commas in storybook upgrade logs - #22333, thanks @joaonunomota!
- Doc Blocks: Add
title
toMeta
prop types - #23370, thanks @iqbalcodes6602! - Docs: Fix TOC import - #24047, thanks @shilman!
- Docs: Fix table of contents scroll behavior - #23986, thanks @almoghaimo!
- Telemetry: Filter addon options to protect sensitive info - #24000, thanks @shilman!
- Types: Remove
@types/react
dep from@storybook/types
- #24042, thanks @JReinhold!
- Addon-docs: Resolve
mdx-react-shim
&@storybook/global
correctly - #23941, thanks @ndelangen! - Addons: Fix key is not a prop warning - #23935, thanks @kasperpeulen!
- CLI: Pass package manager to postinstall - #23913, thanks @Integrayshaun!
- CLI: Provide guidance for users who try to initialize Storybook on an empty dir - #23874, thanks @yannbf!
- Logger: Fix double error messages/stack - #23919, thanks @ndelangen!
- Maintenance: Categorize server errors - #23912, thanks @yannbf!
- Maintenance: Remove need for
react
as peerDependency - #23897, thanks @ndelangen! - Maintenance: Remove sourcemaps generation - #23936, thanks @ndelangen!
- Preset: Add common preset overrides mechanism - #23915, thanks @yannbf!
- UI: Add an experimental API for adding sidebar bottom toolbar - #23778, thanks @ndelangen!
- UI: Add an experimental API for adding sidebar top toolbar - #23811, thanks @ndelangen!
- Build: Migrate @storybook/scripts to strict-ts - #23818, thanks @stilt0n!
- CLI: Exclude addon-styling from upgrade - #23841, thanks @Integrayshaun!
- Core: Add error categorization framework - #23653, thanks @yannbf!
- Core: Fix error thrown if
docs.defaultName
is unset - #23893, thanks @stilt0n! - Core: Fix race-condition relating to
addons.setConfig
- #23802, thanks @ndelangen! - Maintenance: Move filtering of sidebar into the state - #23911, thanks @ndelangen!
- Maintenance: Revert "WebpackBuilder: Remove need for
react
as peerDependency" - #23882, thanks @vanessayuenn! - Manager API: Fix
api.getAddonState
default value - #23804, thanks @sookmax! - Publish: Don't distribute src files or unnecessary template files - #23853, thanks @shilman!
- UI: Add an experimental API for adding sidebar filter functions at runtime - #23722, thanks @ndelangen!
- UI: Removal of experimental components - #23907, thanks @ndelangen!
- Vue3: Add support for Global Apps install - #23772, thanks @chakAs3!
- Vue3: Use slot value directly if it's a string in source decorator - #23784, thanks @nasvillanueva!
- Addons: Deprecate key in addon render function as it is not available anymore - #23792, thanks @kasperpeulen!
- Build: Support Chrome 100, Safari 15 and Firefox 91 - #23800, thanks @kasperpeulen!
- CLI: Update postinstall to look for addon script - #23791, thanks @Integrayshaun!
- UI: Update IconButton and add new Toolbar component - #23795, thanks @cdedreuille!
- UI: Upgrade Addon Design - #23806, thanks @cdedreuille!
- Vue3: Don't assign values to all slots (rollback to v7.0.27) - #23697, thanks @kasperpeulen!
- CSF-Tools: Remove prettier from printConfig - #23766, thanks @kasperpeulen!
- UI: Improve Link component - #23767, thanks @cdedreuille!
- UI: Improve new
Button
component - #23765, thanks @cdedreuille! - UI: Update Button types to allow for no children on iconOnly buttons - #23735, thanks @cdedreuille!
- UI: Upgrade Icon component - #23680, thanks @cdedreuille!
- WebpackBuilder: Remove need for
react
as peerDependency - #23496, thanks @ndelangen!
- Indexer: Introduce new experimental
indexer
API - #23691, thanks @JReinhold! - Addon-docs, Core, Server: Use new
indexer
API - #23660, thanks @JReinhold! - Server: Add support for tags - #23660, thanks @JReinhold!
- Core-server: Improve internal types - #23632, thanks @JReinhold!
- Addon: Create @storybook/addon-themes - #23524, thanks @Integrayshaun!
- Angular: Fix initialization of Storybook in Angular 16.1 - #23598, thanks @valentinpalkovic!
- CLI: Gracefully shutdown and cleanup execa child processes - #23538, thanks @valentinpalkovic!
- Dependencies: Downgrade
jest-mock
- #23597, thanks @ndelangen! - Dependencies: Upgrade simple-update-notifier - #23396, thanks @dartess!
- Storyshots: fix broken storyshots with angular - #23555, thanks @mattlewis92!
- TypeScript: Added
expanded
toCoreCommon_StorybookRefs
to fix typescript errors - #23488, thanks @DotwoodMedia! - TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 - #23574, thanks @ndelangen!
- Vue2: Source Decorator reactivity - #23149, thanks @chakAs3!
- Angular: Make enableProdMode optional - #23489, thanks @valentinpalkovic!
- Router: Support RegExp in Route component - #23292, thanks @ndelangen!
- UI: Improve tabs component, more type correct, allow for FC as title - #23288, thanks @ndelangen!
- Addons: Improve code quality by using title as FC & sharing state via useAddonState - #23298, thanks @ndelangen!
- InteractionsAddon: Improve code quality by using title as FC & sharing state via useAddonState - #23291, thanks @ndelangen!
- UI: Add storyStatus to sidebar UI - #23342, thanks @ndelangen!
- Addon API: Add experimental page addon type - #23307, thanks @ndelangen!
- UI: refactor Canvas component so we can improve types for PREVIEW addons and TAB addons - #23311, thanks @ndelangen!
- UI: Improve Button layout and props - #23356, thanks @cdedreuille!
- Dependencies: Remove references to api and the 2 deprecated channel packages - #23384, thanks @ndelangen!
- UI: Show the story status in the search results - #23441, thanks @ndelangen!
- UI: Create new form elements in the new Core UI (Input, TextArea, Select) - #23469, thanks @cdedreuille!
- CLI: Improve support of mono repositories - #23458, thanks @valentinpalkovic!
- CLI: Exit when user does not select a storybook project type - #23201, thanks @yannbf!
- CLI: Fix Javascript language detection - #23426, thanks @valentinpalkovic!
- Core: Fix onboarding detection in what's new module - #23424, thanks @yannbf!
- Dependencies: Bump
@sveltejs/vite-plugin-svelte
- #23233, thanks @JReinhold! - Telemetry: Add globals usage to project.json - #23431, thanks @shilman!
- Angular: Enable prod mode when Storybook is built - #23404, thanks @valentinpalkovic!
- Angular: Fix esm issue in combination with rxjs v6 - #23405, thanks @valentinpalkovic!
- CLI: Fix chevron icon on Configure.mdx page - #23397, thanks @valentinpalkovic!
- Settings: Fix dark mode for what's new page - #23398, thanks @kasperpeulen!
Promote beta to rc without any changes. 🎉
- CLI: Update Configure.mdx - #23340, thanks @valentinpalkovic!
- React: Move
typescript
from devDependencies to peerDependencies - #23179, thanks @chakAs3! - Settings: Add disable whatsnew UI - #23381, thanks @kasperpeulen!
- Settings: New about page design - #23357, thanks @kasperpeulen!
- Svelte-Webpack: Support Svelte v4 - #23336, thanks @JReinhold!
- UI: Remove css zoom - #21303, thanks @Luk-z!
- Next.js: Fix for @nx/react/plugin/storybook with stories containing SVGs - #23210, thanks @daves28!
- Yarn: Downgrade yarnpkg packages and support virtual files properly - #23354, thanks @valentinpalkovic!
- Addon-docs: Add opt-in table of contents - #23142, thanks @shilman!
- SyntaxHighlighter: Expose registerLanguage - #23166, thanks @ndelangen!
- Yarn: Fix pnp package resolution on Windows - #23274, thanks @valentinpalkovic!
- Yarn: Pin version of @yarnpkg packages to support Node 16 - #23330, thanks @valentinpalkovic!
- Settings: Add what's new page, remove release notes - #23202, thanks @kasperpeulen!
- Next.js: Fix next/image usage in latest Next.js release - #23296, thanks @valentinpalkovic!
- Addons: Remove deprecated addPanel use and misc improvements - #23284, thanks @ndelangen!
- CSF-tools: Allow type checking in story title - #22791, thanks @honzahruby!
- Controls: Fix UI to add array items - #22993, thanks @sookmax!
- Next.js: Support disableStaticImages setting - #23167, thanks @valentinpalkovic!
- CLI: Parse pnp paths in storybook metadata - #23199, thanks @yannbf!
- Dependencies: Pin
file-system-cache
to 2.3.0 - #23221, thanks @JReinhold! - PNPM: Hide ModuleNotFound error in pnpm pnp mode - #23195, thanks @valentinpalkovic!
- Svelte: Support v4 - #22905, thanks @JReinhold!
- CLI: Add new Configure page to templates - #23171, thanks @yannbf!
- CLI: Fix storybook package manager command in init - #23169, thanks @yannbf!
- React: Add addon-onboarding as part of init - #22972, thanks @yannbf!
- CLI: Fix installing user's project before init - #23145, thanks @ndelangen!
- CLI: Fix storybook dev after storybook init via subprocess - #23144, thanks @yannbf!
- CLI: Suppress dev-server info table when
--quiet
is true - #23133, thanks @syabro! - Core: Allow
.mjs
extension for CSF stories - #23125, thanks @idesigncode! - Core: Fix compat by disabling name mangling in
esbuild
require - #22486, thanks @youngboy! - Docs: Fix scroll location on docs navigation - #22714, thanks @gitstart-storybook!
- Interactions: Fix deeply nested nodes in the panel debugger - #23108, thanks @yannbf!
- Ecosystem: Prebundle node-logger and make it CJS only - #23109, thanks @ndelangen!
- NextJS: Fix
useParams
support - #22946, thanks @gitstart-storybook! - NextJS: Fix fonts not loading with 3+ words in name - #23121, thanks @ygkn!
- Webpack: Fix channel format for loading status - #23139, thanks @ndelangen!
- CLI: Fix "Invalid version null" issues by improved version detection - #22642, thanks @valentinpalkovic!
- CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - #23080, thanks @ndelangen!
- Telemetry: Count onboarding stories - #23092, thanks @shilman!
- CLI: Skip builder selection for react native - #23042, thanks @dannyhw!
- Core: Fix core-common to use node-fetch - #23077, thanks @ndelangen!
- Angular: Fix ivy preset - #23070, thanks @ndelangen!
- CLI: Change Button stories layout for React starter templates - #22951, thanks @yannbf!
- Bug: Fix for angular 16.1 compatibility - #23064, thanks @ndelangen!
- Builder-vite: Fix lib/channels dependency - #23049, thanks @ndelangen!
- CLI: Improve steps in storybook init - #22502, thanks @yannbf!
- CLI: Run
storybook dev
as part ofstorybook init
- #22928, thanks @yannbf! - Core: Merge channels into a single package - #23032, thanks @ndelangen!
- Core: Unify cache location configurability - #22079, thanks @kubijo!
- Build: Remove
babel-core
& upgradeesbuild
- #23017, thanks @ndelangen! - Core: Disable esbuild on files imported from
node_modules
- #23018, thanks @tmeasday! - Core: Integrate serverChannel into channel - #22940, thanks @ndelangen!
- React: Lazy import
react-docgen-typescript-plugin
- #23019, thanks @tmeasday!
- Dependencies: Set vue-component-type-helpers to latest - #23015, thanks @ndelangen!
- Dependencies: Upgrade
nanoid
, prebundle it, upgraderemark
, cleanup some.md
files for warnings - #23005, thanks @ndelangen! - Dependencies: Use
latest
version ofvue-tsc
& sync versions ofangular
- #23011, thanks @ndelangen!
- Web-components: Fix custom-elements order of property application - #19183, thanks @sonntag-philipp!
- Dependencies: Remove
shelljs
use - #22995, thanks @ndelangen! - Dependencies: Upgrade Jest related packages - #22979, thanks @ndelangen!
- Core: Fix
builder-manager
adding multiple dashes to relative path - #22974, thanks @MarioCadenas! - Core: Add JSDoc comments to
preview-api
APIs - #22975, thanks @ndelangen! - Vue3: Fix source decorator to generate correct story code - #22518, thanks @chakAs3!
- Core: Add JSDoc comments to
manager-api
APIs - #22968, thanks @ndelangen! - Core: Improve
of={...}
DocBlock error in story index - #22782, thanks @shilman! - UI: Simplify
overlayscrollbars
component - #22963, thanks @ndelangen! - Angular: Add
--open
/--no-open
flag todev
command - #22964, thanks @yannbf! - Angular: Silence compodoc when running storybook with --quiet - #22957, thanks @yannbf!
- React: Fix decorators to conditionally render children - #22336, thanks @redbugz!
- Addon-measure: Migrate to strict TS - #22402, thanks @efrenaragon96!
- Feature: Add experimental status API - #22890, thanks @ndelangen!
- CLI: Fix upgrade notification message #22933
- Core: Fix indexing errors by excluding node_modules stories #22873
- Webpack: Add option to minify using swc #22843
- Server: Fix .stories.yml support #22906
- Storysource: Fix StyledSyntaxHighlighter to wrap long lines #22541
- TS: Migrate @storybook/web-components to strict TS #22399
- TS: Migrate @storybook/addon-storyshots-puppeteer to strict TS #22407
- TS: Migrate @storybook/addon-jest to strict TS #22389
- TS: Migrate @storybook/addon-mdx-gfm to strict TS #22659
- TS: Migrate @storybook/addon-storyshots to strict TS #22487
- Error on YN0060 - INCOMPATIBLE_PEER_DEPENDENCY #22398
- Build: upgrade yarn #22855
- Add CODEOWNERS #22869
- Build: sort package json files #22847
- Build: cleanup the test-storybooks #22846
- Build: fix the theme output during development #22841
- Build: move deprecated packages #22753
- Build: move builders #22751
- Vue3: Fix TS 5.0 compat with vue-component-type-helpers #22814
- Build: Fix the local storybook #22805
- Build: Add more checks to ci:daily workflow #22815
- Build: Revert conditional decorator story and downgrade Typescript version #22812
- Vue3: Fix reactive args updates in decorators #22717
- Build: Update Nx to latest version #22694
- Core: Fix
managerHead
preset inmain.ts
#22701
- Vite: Fix pnpm support by replacing @storybook/global with
window
#22709
- Webpack: Add option to use swc instead of babel #22075
- UI: Fix
.mp3
support for builder-manager #22699 - CLI: Fix support for BROWSER env var #21473
- Vite: Fix missing @storybook/global dependency #22700
- Next.js: Fix compatibility with Next 13.4.3 #22697
- CLI: Fix error parsing on NPM proxy #22690
- Core: Only connect to serverChannel in development mode #22575
- CLI: Improve error handling when dealing with angular.json files #22663
- CLI: Skip prompting for eslint plugin with --yes flag #22651
- CLI: Fix upgrade to not upgrade nx packages #22419
- CLI: Only handle CTRL + C on init event #22687
- Angular: Remove console.log #22671
- CLI: Account for windows paths when copying templates #22644
- CLI: Fix pnpm init command #22635
- UI: Add legacy font formats #22576
- Webpack: Remove the alias for
global
#22393
- CLI: Reduce installation noise and improve error handling #22554
- Actions: Fix type of withActions #22455
- Build: add discord notification when generating sandboxes fails #22638
- Build: set correct ref on sandboxes Github action #22625
- Build: Fix sandbox generation scripts #22620
- Normalize paths exposed to vite-builder's
storybook-stories.js
file #22327
- CLI: Fix
getFrameworkPackage
logic #22559 - CLI: Remove automigrate reference from init command #22561
- CLI: Detach automigrate command from storybook init #22523
- CLI: Fix storybook upgrade precheckfailure object #22517
- CLI: Throw errors instead of rejecting promises #22515
- CSF: Expose story id in composeStories #22471
- CLI: Remove unsupported frameworks/renderers and improve builder detection #22492
- Web-components: Fix source decorator to handle document fragments #22513
- Angular: Adjust child process I/O for compodoc command #22441
- Core: Fix windows path error in StoryStore v6 #22512
- CLI: Prompt to force initialization when storybook is detected #22392
- UI: Fix css inconsistency in Button and Icon components #22497
- Sandboxes: Pin @vitejs/plugin-react to avoid conflict #22501
- CLI: Do not show a migration summary on sb init #22109
- Toolbars: Fix title behavior in UI #22496
- UI: Show current search shortcut in search box sidebar #21619
- Measure: Deactivate when switching to Docs mode #21602
- Outline: Fix additional outline border in docs mode #21773
- CLI: Scope styles in sample components from the CLI templates #22162
- CLI: Fix copyTemplate failures on
init
#22375 - CLI: Fix server init #22443
- Server: Add json indexer #22460
- React: Use correct default annotations for composeStories #22308
- UI: Fix opacity of list-item color #22074
- CLI: Refactor package manager methods to be async #22401
- Angular: Improve Error message for angular.json not found #22377
- TypeScript: Migrate @storybook/instrumenter to strict TS #22370
- TypeScript: Migrate @storybook/core-events to strict TS #22448
- TypeScript: Migrate @storybook/core-client to strict TS #22447
- TypeScript: Migrate @storybook/react-vite and @storybook/preact-vite to strict TS #22428
- TypeScript: Migrate @storybook/svelte-vite to strict TS #22411
- TypeScript: Migrate @storybook/types to strict TS #22397
- TypeScript: Migrate @storybook/addon-storysource to strict TS #22367
- TypeScript: Migrate @storybook/client-api to strict TS #22421
- TypeScript: Migrate @storybook/sveltekit to strict TS #22412
- TypeScript: Migrate @storybook/source-loader to strict TS #22420
- Core: Fix virtual modules excluded for babel-loader #22331
- Angular: Allow TypeScript 4.0.0 and 5.0.0 #22391
- Angular: Enable Angular Unit tests #22355
- TypeScript: Migrate @storybook/theming to strict TS #22376
- TypeScript: Migrate @storybook/channel-websocket to strict TS #22364
- TypeScript: Migrate @storybook/addon-outline to strict TS #22369
- TypeScript: Migrate @storybook/addon-viewbook to strict ts #22339
- TypeScript: Migrate @storybook/channels to strict TS #22365
- Add Angular Prerelease sandbox #22379
- Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
- UI: Addon panel does not update after disabling/enabling an addon #22258
- Typescript: Fix bad typings caused by tsup bug #22261
- Core: Fix source snippets for stories with mapped args #22135
- Telemetry: Persist sessionId across runs #22325
- Packaging: Move
types
condition to the front in allpackage.json.exports
maps #22321 - Packaging: Don't generate ESM dist for preset files #22330
- Typescript: Migrate
@storybook/csf-tools
to strict TS #22312 - Typescript: Migrate @storybook/postinstall and @storybook/router to strict TS #22200
- Maintenance: Fix urls for all packages in package.json #22101
- Docs: Improve component typings #22050
- Build: Comment out flaky test #22310
- Build: Migrate
@storybook/web-components-vite
to strict TS #22309 - Build: Migrate
@storybook/html-vite
to strict TS #22293 - Build: Migrate @storybook/preset-vue-webpack to strict TS #22320
- Build: Use
next
branch for sandbox and repro commands #22238
- Feature: Add support for Angular 16 #22096
- Vue3: Rollback v7 breaking change and keep reactive v6-compatible API #22229
- Core: Add tests for mapping behaviour in #22169 #22301
- Update glob to v10.0.0 #22171
- Vue3: Fix compiler error when there is double tag #22286
- Args: Fix multiple mapped args return array of labels #22169
- Angular: Fix storyshots by removing deprecated import #22134
- Ember: Fix wrong path #22203
- CLI: Add web-components webpack5 to missing-babelrc automigration #22202
- Docs: Fix inline story style #21870
- Fix vue-cli/default-js sandbox #22259
- Core: Fix
DOCS_RENDERED
test #22255 - Add regex to ignore outdated Browserslist in Jest initialization base file #22260
- Vue3: Support multiple setup functions #22170
- UI: Fix shift + 7 shortcut to focus search field #22073
- UI: Fix controls missing when navigating from story #21967
- Core: Rename manager UI mjs to js #22247
- Remove dead code #22019
- Vue3: Move TS stories into a separate folder #22235
- Build: Migrate @storybook/addon-docs to strict-ts #22180
- Build: Migrate @storybook/highlight to strict TS #22181
- Build: Enable strict TS by default #22143
- Core: Support custom hosts using window.location server channel URL #22055
- Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
- Addon-actions: Fix decorator type #22175
- NextJS: Fix tsconfig resolution #22160
- Core: Pass parameters in
SET_INDEX
for docs entries #22154
- CSF: Improve error message for bad default export #22190
- CLI: Add addon query-params to list of SB7 incompatible addons #22095
- Build: Fix sandbox publish script #22206
- Build: Fix lit sandboxes #22201
- Vite sandboxes: use stable Vite 4.3 #22183
- Vue3: Fix reactive decorators #21954
- Build: Improve sandboxes commit message #22136
- Core: Restore Docs
useParameter
usingDOCS_PREPARED
#22118 - Core: Add new tags to distinguish docs attachment #22120
- Core: Fix
module
guard in non-webpack environments #22085
- Build: Skip docs pages e2e tests for ssv6 examples #22141
- Build: Upgrade Playwright to 1.32.3 #22087
- Remove unused babel dependencies #21984
- CLI: Mark qwik as using addon-interactions #22000
- Revert "Build: Update dangerfile temporarily to check for patch label" #22108
- Docs: Fix source snippets when parameters.docs.source.type = 'code' #22048
- CLI: Mention how to setup a monorepo manually in babelrc automigration #22052
- UI: Add remount story shortcut #21401
- CLI: Catch errors thrown on sanity check of SB installs #22039
- Addon-docs: Remove mdx1-csf as optional peer dep #22038
- Telemetry: Add CLI version to context #21999
- Build: Use vite@beta on sandboxes #22030
- Fix e2e tests failing in Firefox #22022
- Vite: Use vite 4.3 beta in sandboxes #21986
- React: Fix default export docgen for React.FC and forwardRef #22024
- Viewport: Remove transitions when switching viewports #21963
- CLI: Fix JsPackageManager typo #22006
- Viewport: Fix the
defaultOrientation
config option #21962 - UI: Fix story data access for broken About page #21951
- CLI: Update template code references to 7.0 #21845
- React-vite: Fix perf regression by pinning vite-plugin-react-docgen-ts #22013
- Use future version of satellite repo dependencies #22026
- Angular: Fix components disappearing on docs page on property change #21944
- React: Don't show decorators in JSX snippets #21907
- Docs: Include decorators by default in source decorators #21902
- CLI: Fix npm list command #21947
- Core: Revert Emotion
:first-child
(etc) workarounds #21213 - Addon-actions: Fix non-included type file #21922
- Addon GFM: Fix node-logger dependency #21938
- Build: Update trigger circle ci workflow to include main #21888
- Build: Update dangerfile temporarily to check for patch label #21945
- Build: Re-enable Vue2 Vite sandbox #21940
- Build: Fix release badge on repros #21923
- Build: fix the workflows to generate sandboxes #21912
- Build: bump the node version in CI #21917
- Build: no
pnp.cjs
in the root, regen lockfiles #21908 - Build: remove pnp sandbox template #21913
- Build: make the CI config ready for 7.0 release #21808
- Update
@emotion/cache
version #21941