storybook

Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

MIT License

Downloads
357.1M
Stars
83.3K
Committers
2.1K

Bot releases are visible (Hide)

storybook - v8.0.0-beta.6

Published by github-actions[bot] 8 months ago

8.0.0-beta.6

  • Addon-onboarding: Move onboarding to monorepo - #26176, thanks @ndelangen!
  • Angular: Fix Storybook startup after init - #26213, thanks @valentinpalkovic!
  • Angular: Use dedicated tsconfig for compodocs - #26214, thanks @kasperpeulen!
  • Automigration: Fix overflow bug by using a better link - #26203, thanks @kasperpeulen!
  • Automigration: Run the mdx-to-csf codemod during automigration - #26201, thanks @ndelangen!
  • Automigrations: Create addon-postcss automigration - #26228, thanks @valentinpalkovic!
  • Automigrations: Enhance experience for upgrades from Storybook 6 to 8 - #26067, thanks @valentinpalkovic!
  • Automigrations: General fixes for automigrations, blockers and codemods - #26210, thanks @valentinpalkovic!
  • Blocks: Fix Stories block rendering duplicate stories when globals are changed - #26110, thanks @JReinhold!
  • Builder Vite: Pass on errors about not having a real stats object in smoke tests - #26195, thanks @tmeasday!
  • CLI: Rename --webpack-stats-json to --stats-json as it works in Vite - #26128, thanks @tmeasday!
  • Codemods: Enhance mdx-to-csf codemod - #26164, thanks @valentinpalkovic!
  • Core: Export preview symbols for embedding - #26224, thanks @tmeasday!
  • Docs: Don't show how to setup controls for empty argTypes in doc pages - #26200, thanks @kasperpeulen!
  • Docs: Fix function prop rendering as noRefCheck in storybook docs - #26104, thanks @thisisanto!
  • Doctor: Add dynamic check for incompatible Storybook packages - #26219, thanks @yannbf!
  • Maintenance: Remove deprecation of manager-api's types export - #26202, thanks @ndelangen!
  • Revert "Revert: "Angular: Reduce the warnings from ts-loader via stricter list of includes"" - #26226, thanks @ndelangen!
  • Revert: "Angular: Reduce the warnings from ts-loader via stricter list of includes" - #26208, thanks @kasperpeulen!
  • UI: Improve sidebar performance when switching stories - #26184, thanks @literalpie!
  • UI: Update theme switcher to use toggle button for two themes - #25682, thanks @ivoilic!
  • Vue: Improve types for array, union and intersection when using vue-docgen-api - #26177, thanks @larsrickert!
storybook - v8.0.0-beta.5

Published by github-actions[bot] 8 months ago

8.0.0-beta.5

  • Addon-controls: Dont show "setup controls" if control is disabled or a function - #26120, thanks @kasperpeulen!
  • Addon-interactions: Only mutate arg keys when writable - #26118, thanks @kasperpeulen!
  • CLI: Fix logic to add ^ packages in upgrade - #26049, thanks @ndelangen!
  • Core: Fix addon bundling script - #26145, thanks @ndelangen!
  • Vue3: Fix SourceDecorator Exception - #25773, thanks @chakAs3!
  • Vue: Replace vue-docgen-api with Volar vue-component-meta - #22285, thanks @chakAs3 and @larsrickert!
storybook - v8.0.0-beta.4

Published by github-actions[bot] 8 months ago

8.0.0-beta.4

  • Addon-actions: Warn when argTypesRegex is used together with the visual test addon - #26094, thanks @kasperpeulen!
  • Addon-docs: Fix Table of Contents heading leak - #23677, thanks @vmizg!
  • CLI: Add legacyMdx1 & @storybook/mdx1-csf automigration - #26102, thanks @ndelangen!
  • CLI: Add line ignoring storybook's .log files upon init - #26099, thanks @ndelangen!
  • CLI: Add support for custom vite config to autoblocker - #26087, thanks @ndelangen!
  • CLI: Add webpack5 compiler automigration - #26000, thanks @valentinpalkovic!
  • CLI: Remove argTypesRegex automigration - #26001, thanks @kasperpeulen!
  • CLI: Remove the logging to file feature from autoblockers - #26100, thanks @ndelangen!
  • Core: Add addon removal telemetry - #26077, thanks @shilman!
  • Core: Fix fail to load main.ts error message - #26035, thanks @ndelangen!
  • Core: Update ip version to fix CVE-2023-42282 - #26086, thanks @drik98!
  • Next.js: Support getImageProps API - #25745, thanks @piratetaco!
  • Svelte: Remove deprecated SvelteComponentTyped in favor of SvelteComponent - #26113, thanks @kasperpeulen!
  • Vite: Fix bug that meant we always warned about TS plugin - #26051, thanks @tmeasday!
  • Vite: Fix config typing issue of the typescript property - #26046, thanks @ndelangen!
  • Vite: Fix issue getting preview stats with Vite builder - #26093, thanks @tmeasday!
storybook - v7.6.17

Published by github-actions[bot] 8 months ago

7.6.17

  • Addon-docs: Fix Table of Contents heading leak - #23677, thanks @vmizg!
  • Core: Update ip version to fix CVE-2023-42282 - #26086, thanks @drik98!
storybook - v8.0.0-beta.3

Published by github-actions[bot] 8 months ago

8.0.0-beta.3

storybook - v7.6.16

Published by github-actions[bot] 8 months ago

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @kasperpeulen!
storybook - v7.6.15

Published by github-actions[bot] 8 months ago

7.6.15

  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @kasperpeulen!
storybook - v7.6.14

Published by github-actions[bot] 8 months ago

7.6.14

  • Core: Fix boolean true args in URL getting ignored - #25950, thanks @JReinhold!
storybook - v8.0.0-beta.2

Published by github-actions[bot] 8 months ago

8.0.0-beta.2

  • Core: Fix boolean true args in URL getting ignored - #25950, thanks @JReinhold!
  • Core: Move @types packages to dev deps in core-common - #25387, thanks @kyletsang!
  • Maintenance: Rename testing-utils paths to portable-stories - #25888, thanks @yannbf!
  • Portable stories: Pass story context to the play function of a composed story - #25943, thanks @yannbf!
  • UI: Fix display=true warning in console - #25951, thanks @JReinhold!
  • UI: Update deprecated Icons with the new @storybook/icons in addons - #25822, thanks @cdedreuille!
  • Vite: Add a rollup-plugin-webpack-stats to allow stats from preview builds - #25923, thanks @tmeasday!
storybook - v8.0.0-beta.1

Published by github-actions[bot] 9 months ago

8.0.0-beta.1

  • Addon-docs: Fix MDX components not applied in Vite and theme loading twice - #25925, thanks @JReinhold!
  • Core: Fix React peer dependency warnings - #25926, thanks @JReinhold!
  • Core: Remove CSF batching, as it isn't required any more - #25872, thanks @tmeasday!
  • Next.js: Fix frameworkOptions resolution - #25907, thanks @valentinpalkovic!
  • React Native: Fix init fails when package is already installed - #25908, thanks @dannyhw!
  • React Native: Remove watcher from init - #25895, thanks @dannyhw!
  • Test: Fix jest-dom matcher type imports - #25869, thanks @alitas!
  • UI: Fix overlapping on the ref button in the sidebar - #25914, thanks @cdedreuille!
  • UI: Remove keyboard shortcut hint in search bar on mobile viewports - #25866, thanks @tusharwebd!
storybook - v7.6.13

Published by github-actions[bot] 9 months ago

7.6.13

storybook - v8.0.0-beta.0

Published by github-actions[bot] 9 months ago

8.0.0-beta.0

storybook - v8.0.0-alpha.17

Published by github-actions[bot] 9 months ago

8.0.0-alpha.17

storybook - v7.6.12

Published by github-actions[bot] 9 months ago

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!
storybook - v7.6.11

Published by github-actions[bot] 9 months ago

7.6.11

storybook - v8.0.0-alpha.16

Published by github-actions[bot] 9 months ago

8.0.0-alpha.16

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!
  • CLI: Update init for react native v7 - #25780, thanks @dannyhw!
  • UI: Improve how the addon panel work on mobile - #25787, thanks @cdedreuille!
storybook - v8.0.0-alpha.15

Published by github-actions[bot] 9 months ago

8.0.0-alpha.15

storybook - v8.0.0-alpha.14

Published by github-actions[bot] 9 months ago

8.0.0-alpha.14

storybook - v8.0.0-alpha.13

Published by github-actions[bot] 9 months ago

8.0.0-alpha.13

storybook - v8.0.0-alpha.12

Published by github-actions[bot] 9 months ago

8.0.0-alpha.12

Package Rankings
Top 0.13% on Npmjs.org
Badges
Extracted from project README
Storybook demo React Storybook demo Angular Storybook demo Vue 3 Storybook demo Svelte React Native Storybook demo HTML Ember Storybook demo Svelte Storybook demo Preact Qwik SolidJS Native Good First Issue