PackageTrack

npm · #4023

@storybook/core

8.6.18storybookjs/storybook

Storybook framework-agnostic API

Release timeline

1465 releases since 2018
20182020202220242026

Releases

  1. 8.3.0-alpha.1129 Aug 2024pre-release

    Nothing published for this version

  2. 8.3.0-alpha.1027 Aug 2024pre-release

    Nothing published for this version

  3. 8.3.0-alpha.923 Aug 2024pre-release

    Nothing published for this version

  4. 8.3.0-alpha.821 Aug 2024pre-release

    Nothing published for this version

  5. 8.3.0-alpha.717 Aug 2024pre-release

    Nothing published for this version

  6. 8.3.0-alpha.614 Aug 2024pre-release

    Nothing published for this version

  7. 8.3.0-alpha.513 Aug 2024pre-release

    Nothing published for this version

  8. 8.3.0-alpha.46 Aug 2024pre-release

    Nothing published for this version

  9. 8.3.0-alpha.329 Jul 2024pre-release

    Nothing published for this version

  10. 8.3.0-alpha.219 Jul 2024pre-release

    Nothing published for this version

  11. 8.3.0-alpha.116 Jul 2024pre-release

    Nothing published for this version

  12. 8.3.0-alpha.010 Jul 2024pre-release

    Nothing published for this version

  13. 8.2.104 Nov 2024

    Nothing published for this version

  14. 8.2.913 Aug 2024
    Release notes
    • CLI: Fix init --skip-install - #28853, thanks @ndelangen!
    • Telemetry: Disable save-from-controls logs for example stories - #28870, thanks @shilman!
    Open source →
  15. 8.2.87 Aug 2024
    Release notes
    • CLI: Parse more Yarn Berry errors - #28816, thanks @yannbf!
    • Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - #28752, thanks @abcdmku!
    Open source →
  16. 8.2.71 Aug 2024
    Release notes
    • CPC: Fix type usage in renderers - #28745, thanks @ndelangen!
    • Core: Introduce run over play in portable stories, and revert back play changes of 8.2 - #28764, thanks @kasperpeulen!
    Open source →
  17. 8.2.624 Jul 2024
    Release notes
    • CPC: Fix missing exports for addon-kit - #28691, thanks @ndelangen!
    Open source →
  18. 8.2.519 Jul 2024
    Release notes
    • CPC: Add the globals export for manager - #28650, thanks @ndelangen!
    • CPC: Correct path to the @storybook/theming/create alias - #28643, thanks @Averethel!
    • Components: Remove external overrides - #28632, thanks @kasperpeulen!
    • Core: Fix header for MountMustBeDestructuredError message - #28590, thanks @0916dhkim!
    • Onboarding: Fix code snippet when story name differs from export name - #28649, thanks @ghengeveld!
    • Telemetry: Add mount, beforeEach, moduleMock stats - #28624, thanks @shilman!
    • Telemetry: CSF feature usage - #28622, thanks @shilman!
    Open source →
  19. 8.2.416 Jul 2024
    Release notes
    • CLI: Add diagnostic when the storybook package is missing - #28604, thanks @kasperpeulen!
    • CLI: Make a few automigrations run on all version upgrades - #28601, thanks @yannbf!
    • CPC: Direct dependencies on shim packages in renderers - #28599, thanks @ndelangen!
    Open source →
  20. 8.2.315 Jul 2024
    Release notes
    • Bug: Fix invalid docs links in Configure.mdx template page - #28560, thanks @kylegach!
    • CLI: Add "missing-storybook-dependencies" automigration - #28579, thanks @yannbf!
    • CPC: Add theming/create aliases in docs preset - #28570, thanks @ndelangen!
    • CPC: Fix incorrect re-export in core-events - #28573, thanks @ndelangen!
    • CPC: Fix Vite builder had wrong conditions - #28581, thanks @ndelangen!
    • CSF: Fix small typing issue - #28587, thanks @valentinpalkovic!
    • Portable stories: Remove unused types - #28548, thanks @kasperpeulen!
    • Webpack: Fix sourceMap generation in csf-tools - #28585, thanks @valentinpalkovic!
    Open source →
  21. 8.2.211 Jul 2024
    Release notes
    • CPC: Add ESM export to docs-tools & node-logger packages - #28539, thanks @ndelangen!
    • CPC: Fix missing dependency in @storybook/addon-interactions - #28518, thanks @ndelangen!
    • CPC: Revert renames of panels, addon_ids - #28524, thanks @ndelangen!
    Open source →
  22. 8.2.110 Jul 2024
    Release notes
    • CPC: Fix type generation - #28507, thanks @ndelangen!
    • Types: Update type signatures of objects and functions - #28503, thanks @valentinpalkovic!
    Open source →
  23. 8.2.010 Jul 2024
    Release notes

    Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

    • 🪝 New test hook beforeAll
    • 🕹️ Enhanced play function
    • 📦 Portable stories that let you use your stories in other testing tools
    • 🎁 Consolidated dependency to bring you better performance in a smaller package
    • ✨ Brand new onboarding experience to get you up to speed quicker
    • 💯 Hundreds more improvements

    <details> <summary>List of all updates</summary>

    • Addon Controls: Fix saving on Windows - #28485, thanks @ghengeveld!
    • Addon Interactions: Use unique keys when rendering array nodes in panel - #28423, thanks @yannbf!
    • Addon Onboarding: Add icons for dev/test/doc to the splash screen - #28389, thanks @ghengeveld!
    • Addon Onboarding: New design and flow based on Save from Controls - #28327, thanks @ghengeveld!
    • Addon Onboarding: Trigger onboarding during init for Vue and Angular projects - #28482, thanks @ghengeveld!
    • Addon-A11y: Fix property default assignment - #27224, thanks @valentinpalkovic!
    • Angular: Allow format configuration of custom source preview - #28305, thanks @64BitAsura!
    • Angular: Allow outputPath object syntax - #28144, thanks @valentinpalkovic!
    • Angular: Cleanup types - #27189, thanks @valentinpalkovic!
    • Angular: Fix enableProdMode setting - #28415, thanks @valentinpalkovic!
    • Angular: Fix wrong detection of standalone components - #27353, thanks @dario-baumberger!
    • Angular: Introduce preserveSymlink builder option - #28145, thanks @valentinpalkovic!
    • Angular: Update outputPath default value in angular-cli-webpack.js - #28418, thanks @valentinpalkovic!
    • Babel: Ensure story files not transpiled earlier than ES2017 - #28469, thanks @kasperpeulen!
    • Blocks: Fix reference to storybook core - #28422, thanks @yannbf!
    • Blocks: Prebundle tocbot - #28318, thanks @shilman!
    • Build: Change require/import order, so that import has higher prio if both are specified - #27730, thanks @kasperpeulen!
    • Build: Ignore ts stories in cra/default-js sandbox - #28354, thanks @valentinpalkovic!
    • CLI: Add --no-dev option to init - #26918, thanks @fastfrwrd!
    • CLI: Add optional --dev and --no-dev options to storybook init CLI - #26918, thanks @fastfrwrd!
    • CLI: Add support for Nuxt to project init - #26884, thanks @tobiasdiez!
    • CLI: Fix CLI always asking all automigrations - #28238, thanks @ndelangen!
    • CLI: Improve error message when fetching CLI version - #28289, thanks @yannbf!
    • CLI: Include @storybook/addon-svelte-csf when initializing new projects - #27070, thanks @benmccann!
    • CLI: Prebundle get-npm-tarball-url and @ndelangen/get-tarball - #28481, thanks @ndelangen!
    • Config: Apply JavaScript-only story glob extensions for JavaScript projects - #28338, thanks @valentinpalkovic!
    • Controls: Fix date picker control validation and assignment - #26695, thanks @leeovictor!
    • Controls: Fix grouped Radio controls to have the same name - #23374, thanks @srapilly!
    • Controls: Throttling makes Color control lagging - #22615, thanks @gitstart!
    • Core: Add context as a property of the context (self-referencing) - #28353, thanks @kasperpeulen!
    • Core: Add support for beforeAll hook - #28255, thanks @ghengeveld!
    • Core: Fix startup hang caused by watchStorySpecifiers - #27016, thanks @heyimalex!
    • Core: Make sure StorybookError message shows up in browser console and interactions panel - #28464, thanks @kasperpeulen!
    • Core: Migrate from pkg-dir to fd-package-json - #28270, thanks @43081j!
    • Core: Refactor phases to run in order loading -> rendering -> playing - #28431, thanks @kasperpeulen!
    • Core: Remove more .stories.mdx handling - #25973, thanks @JReinhold!
    • Core: Remove util dependency - #28191, thanks @43081j!
    • CPC: Add CJS for core/components - #28440, thanks @ndelangen!
    • CPC: Core Package Consolidation - #27039, thanks @ndelangen!
    • CSF: Automatically extract componentPath - #24396, thanks @shilman!
    • CSF: Rename preview.js globals to initialGlobals - #27517, thanks @shilman!
    • Dependencies: Allow esbuild version 0.21.x - #28245, thanks @edoardocavazza!
    • Dependency: bump markdown-to-jsx to v7.4.5 - #26694, thanks @xyy94813!
    • Dependency: Bump Express.js - #26680, thanks @valentinpalkovic!
    • Dependency: Remove node-fetch - #28160, thanks @yk-kd!
    • Dependency: Upgrade webpack-virtual-modules to 0.6.0 - #27102, thanks @fyodorovandrei!
    • Deps: Migrate from read-pkg-up to fd-package-json - #28272, thanks @43081j!
    • Docs-tools: Replace doctrine with jsdoc-type-pratt-parser - #26305, thanks @43081j!
    • Docs: Filter mount stories from Stories block, error when referenced in MDX - #28434, thanks @kasperpeulen!
    • Docs: Fix Typeset Doc block fontSizes type - #26475, thanks @noranda!
    • Index: Fix MDX to override project-level autodocs - #28461, thanks @shilman!
    • Indexer: Improve locating stories with specials chars in path - #22110, thanks @jankoritak!
    • Next: Set default targets for next babel config - #28443, thanks @kasperpeulen!
    • Next.js: Set env.bugfixes in SWC so destructuring is never transpiled - #28363, thanks @kasperpeulen!
    • React: Export ButtonProps and HeaderProps in CLI templates - #28487, thanks @valentinpalkovic!
    • SWC: Set default targets for swc that align with our esbuild targets - #28435, thanks @kasperpeulen!
    • Telemetry: Stop prompting about crash reports in CI - #28433, thanks @yannbf!
    • Test: Add args to mount in react, svelte, and vue renderers - #28385, thanks @kasperpeulen!
    • Test: Add mount property to the story context - #28383, thanks @kasperpeulen!
    • Test: Enhance the context with canvas when the test package is used - #28368, thanks @kasperpeulen!
    • Test: Improve MountMustBeDestructuredError error message - #28468, thanks @kasperpeulen!
    • Test: Reactive spies preserve the this instance - #28445, thanks @kasperpeulen!
    • Types: Fix type implementation for CompatibleString - #27180, thanks @sni-J!
    • Vite: Fix asset warning by externalizing sb-common-assets font - #27110, thanks @valentinpalkovic!
    • Vue3: Enable new hydration mismatch compile time flag - #27192, thanks @Cherry!
    • Webpack5/Vite: Fix sourcemaps - #27171, thanks @valentinpalkovic!

    </details>

    Open source →
  24. 8.2.0-beta.39 Jul 2024pre-release

    Nothing published for this version

  25. 8.2.0-beta.28 Jul 2024pre-release

    Nothing published for this version

  26. 8.2.0-beta.18 Jul 2024pre-release

    Nothing published for this version

  27. 8.2.0-beta.04 Jul 2024pre-release

    Nothing published for this version

  28. 6.5.17-alpha.023 Mar 2023pre-release

    Nothing published for this version

  29. 6.5.1626 Jan 2023

    Nothing published for this version

  30. 6.5.16-alpha.011 Jan 2023pre-release

    Nothing published for this version

  31. 6.5.1520 Dec 2022
    Release notes

    Bug Fixes

    • Support Angular 15.0.4 #20287
    • CLI: execute automigrations when pressing enter in the prompts #20208
    Open source →
  32. 6.5.15-alpha.120 Dec 2022pre-release

    Nothing published for this version

  33. 6.5.15-alpha.012 Dec 2022pre-release

    Nothing published for this version

  34. 6.5.142 Dec 2022

    Nothing published for this version

  35. 6.5.14-alpha.21 Dec 2022pre-release

    Nothing published for this version

  36. 6.5.14-alpha.127 Nov 2022pre-release

    Nothing published for this version

  37. 6.5.14-alpha.019 Nov 2022pre-release

    Nothing published for this version

  38. 6.5.1324 Oct 2022

    Nothing published for this version

  39. 6.5.13-alpha.124 Oct 2022pre-release

    Nothing published for this version

  40. 6.5.13-alpha.028 Sept 2022pre-release

    Nothing published for this version

  41. 6.5.1214 Sept 2022

    Nothing published for this version

  42. 6.5.1113 Sept 2022

    Nothing published for this version

  43. 6.5.11-alpha.27 Sept 2022pre-release

    Nothing published for this version

  44. 6.5.11-alpha.122 Aug 2022pre-release

    Nothing published for this version

  45. 6.5.11-alpha.017 Aug 2022pre-release

    Nothing published for this version

  46. 6.5.103 Aug 2022

    Nothing published for this version

  47. 6.5.10-alpha.12 Aug 2022pre-release

    Nothing published for this version

  48. 6.5.10-alpha.026 Jul 2022pre-release

    Nothing published for this version

  49. 6.5.913 Jun 2022

    Nothing published for this version

  50. 6.5.9-alpha.213 Jun 2022pre-release

    Nothing published for this version

  51. 6.5.9-alpha.112 Jun 2022pre-release

    Nothing published for this version

  52. 6.5.9-alpha.012 Jun 2022pre-release

    Nothing published for this version

  53. 6.5.88 Jun 2022

    Nothing published for this version

  54. 6.5.8-alpha.07 Jun 2022pre-release

    Nothing published for this version

  55. 6.5.76 Jun 2022

    Nothing published for this version

  56. 6.5.7-alpha.03 Jun 2022pre-release

    Nothing published for this version

  57. 6.5.630 May 2022

    Nothing published for this version

  58. 6.5.6-alpha.027 May 2022pre-release

    Nothing published for this version

  59. 6.5.524 May 2022

    Nothing published for this version

  60. 6.5.5-alpha.324 May 2022pre-release

    Nothing published for this version