chore(deps): update storybook
This MR contains the following updates:
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
storybookjs/storybook
v7.3.2
- Maintenance: Revert "WebpackBuilder: Remove need for
react
as peerDependency" - #23882, thanks @vanessayuenn!
v7.3.1
v7.3.0
-
✨ Indexer: Introduce new experimentalindexer
API - #23691, thanks @JReinhold! -
✨ CLI: Update postinstall to look for addon script - #23791, thanks @Integrayshaun! -
✨ Server: Add support for tags - #23660, thanks @JReinhold! -
🐛 CSF-Tools: Remove prettier from printConfig - #23766, thanks @kasperpeulen! -
🐛 Build: Support Chrome 100, Safari 15 and Firefox 91 - #23800, thanks @kasperpeulen! -
🐛 Vue3: Don't automatically assign values to all slots - #23697, thanks @kasperpeulen! -
🐛 Core: FixcomposeStories
typings - #23577, thanks @yannbf! -
🐛 WebpackBuilder: Remove need forreact
as peerDependency - #23496, thanks @ndelangen! -
🔧 Addon-docs, Core, Server: Use newindexer
API - #23660, thanks @JReinhold! -
🔧 Core-server: Improve internal types - #23632, thanks @JReinhold! -
🔧 UI: Improve Link component - #23767, thanks @cdedreuille! -
🔧 UI: Improve newButton
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! -
🔧 Addons: Deprecate key in addon render function as it is not available anymore - #23792, thanks @kasperpeulen! -
🔧 UI: Update IconButton and add new Toolbar component - #23795, thanks @cdedreuille!
v7.2.3
- Build: Support Chrome 100, Safari 15 and Firefox 91 - #23800, thanks @kasperpeulen!
v7.2.2
- CSF-Tools: Remove prettier from printConfig - #23766, thanks @kasperpeulen!
v7.2.1
- Addon docs: Add safe check in Webpack preset - #23687, thanks @yannbf!
- Autodocs: Fix docs pages ignoring
meta.id
when calculating their ID - #23520, thanks @sookmax! - CLI: Fix error logging being swallowed from dev/build failures - #23689, thanks @yannbf!
- Channels: Remove self-referencing in
package.json
- #23681, thanks @stof! - UI: Fix ArgsTable empty state on docs - #23688, thanks @cdedreuille!
- UI: Improve controls addon - #23635, thanks @cdedreuille!
v7.2.0
This month, we're going to experiment with our launch cycle by making smaller but more frequent releases. Our goal is to bring you new features more quickly, while also smoothing the upgrade process.
Storybook 7.2 is the first of these new, faster releases:
- Automigration: Fix wrap-require automigration for common js main.js files - #23644, thanks @valentinpalkovic!
- CSF Tools: Use recast for printing in csf-tools - #23427, thanks @kasperpeulen!
- CSF-tools: Parse stories using typescript keywords 'satisfies' and 'as' - #23638, thanks @joaonunomota!
- Core: Fix channelOptions for serverChannel - #23615, thanks @ndelangen!
- NextJS: Add
@babel/core
as a dependency - #22450, thanks @valentinpalkovic! - Vite: Fix config loading - project directory - #22240, thanks @nVitius!
- Angular: Fix initialization of Storybook in Angular 16.1 - #23598, 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!
- 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 MREVIEW 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!
v7.1.1
- Angular: Make enableProdMode optional - #23489, thanks @valentinpalkovic!
- CLI: Gracefully shutdown and cleanup execa child processes - #23538, thanks @valentinpalkovic!
- CLI: Improve support of mono repositories - #23458, thanks @valentinpalkovic!
v7.1.0
Storybook 7.1 is here!
-
🏄 ♀️ In-app onboarding to help you set up new projects -
💅 Zero-config styling support for major libraries -
🗃 ️ API reference documentation and TypeScript-first snippets -
📇 Table of Contents for docs -
🎨 Figma Design addon official support -
📗 Vue3 source snippets and reactivity improvements -
💯 Hundreds more fixes and improvements
7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.1.0-alpha.*
, 7.1.0-beta.*
, and 7.1.0-rc.*
for the full list of changes.
For a better upgrade experience, please use one of the following commands:
npm or yarn 1:
npx storybook@latest upgrade
pnpm:
pnpm dlx storybook@latest upgrade
yarn berry:
yarn dlx storybook@latest upgrade
v7.0.27
- Angular: Enable prod mode when Storybook is built - #23404, thanks @valentinpalkovic!
- Angular: Fix esm issue in combination with rxjs v6 - #23405, thanks @valentinpalkovic!
- CLI: Exit when user does not select a storybook project type - #23201, thanks @yannbf!
- Next.js: Fix for @nx/react/plugin/storybook with SVGs - #23210, thanks @daves28!
- Svelte-Webpack: Support Svelte v4 - #23336, thanks @JReinhold!
storybookjs/eslint-plugin-storybook
v0.6.13
⚠ ️ Pushed to main
- Create CODEOWNERS (@valentinpalkovic)
Authors: 1
- Valentin Palkovic (@valentinpalkovic)
hipstersmoothie/storybook-dark-mode
v3.0.1
⚠ ️ Pushed to master
- bump node (@hipstersmoothie)
- move to actions (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.