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 hidden (Show)

storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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

Maintenance

  • CLI: Reduce installation noise and improve error handling #22554
  • Actions: Fix type of withActions #22455

Build

  • Build: add discord notification when generating sandboxes fails #22638
  • Build: set correct ref on sandboxes Github action #22625
  • Build: Fix sandbox generation scripts #22620
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Normalize paths exposed to vite-builder's storybook-stories.js file #22327
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Core: Fix source snippets for stories with mapped args #22135
  • CLI: Fix getFrameworkPackage logic #22559
  • CLI: Remove automigrate reference from init command #22561

Maintenance

  • CLI: Detach automigrate command from storybook init #22523
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • CLI: Fix getFrameworkPackage logic #22559
  • CLI: Remove automigrate reference from init command #22561

Maintenance

  • CLI: Detach automigrate command from storybook init #22523
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Toolbars: Fix title behavior in UI #22496
  • CLI: Fix storybook upgrade precheckfailure object #22517
  • CLI: Throw errors instead of rejecting promises #22515
  • CLI: Remove unsupported frameworks/renderers and improve builder detection #22492
  • Web-components: Fix source decorator to handle document fragments #22513
  • Core: Fix windows path error in StoryStore v6 #22512
  • CLI: Do not show a migration summary on sb init #22109
  • UI: Show current search shortcut in search box sidebar #21619
  • Outline: Fix additional outline border in docs mode #21773
  • Measure: Deactivate when switching to Docs mode #21602
  • CSF: Expose story id in composeStories #22471
  • CLI: Prompt to force initialization when storybook folder is detected #22392
  • UI: Fix css inconsistency in Button and Icon components #22497
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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

Maintenance

  • CLI: Prompt to force initialization when storybook is detected #22392
  • UI: Fix css inconsistency in Button and Icon components #22497

Build

  • Sandboxes: Pin @vitejs/plugin-react to avoid conflict #22501
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • CLI: Fix copyTemplate failures on init #22375
  • CLI: Fix server init #22443
  • CLI: Scope styles in sample components from the CLI templates #22162
  • React: Use correct default annotations for composeStories #22308
  • Server: Add json indexer #22460
  • UI: Fix opacity from list-item color #22074

Maintenance

  • CLI: Refactor package manager methods to be async #22401
  • Improve Error message for Angular.json file not found #22377
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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

Maintenance

  • 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
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Core: Fix virtual modules excluded for babel-loader #22331

Maintenance

  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #22391
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Core: Fix virtual modules excluded for babel-loader #22331

Maintenance

  • 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

Build

  • Add Angular Prerelease sandbox #22379
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Typescript: Fix bad typings caused by tsup bug #22261
  • 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
  • Vue3: Fix compiler error when there is double tag #22286
  • Args: Fix multiple mapped args return array of labels #22169
  • CLI: Add web-components webpack5 to missing-babelrc automigration #22202
  • Docs: Fix inline story style #21870
  • UI: Fix shift + 7 shortcut to focus search field #22073
  • UI: Fix controls missing when navigating from story #21967
  • NextJS: Fix tsconfig resolution #22160

Maintenance

  • Telemetry: Persist sessionId across runs #22325
  • Packaging: Move types condition to the front in all package.json.exports maps #22321
  • Core: Rename manager UI mjs to js #22247
  • Angular: Add support for Angular 16 #22096
  • Packaging: Don't generate ESM dist for preset files #22330
  • Packaging: Fix url for all packages in package.json #22101
  • Add regex to ignore outdated Browserslist in Jest initialization base file #22260
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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

Maintenance

  • Telemetry: Persist sessionId across runs #22325
  • Packaging: Move types condition to the front in all package.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

  • 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
storybook - v7.1.0-alpha.11

Published by shilman over 1 year ago

Features

  • Feature: Add support for Angular 16 #22096

Bug Fixes

  • Vue3: Rollback v7 breaking change and keep reactive v6-compatible API #22229

Maintenance

  • Core: Add tests for mapping behaviour in #22169 #22301

Dependency Upgrades

  • Update glob to v10.0.0 #22171
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • 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

Build

  • 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
storybook -

Published by shilman over 1 year ago

Features

  • NextJS: Allow disabling next/image lazy loading #21909
  • Core: Allow Flow syntax in stories #21859

Bug Fixes

  • 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

Maintenance

  • Core: Rename manager UI mjs to js #22247
  • Remove dead code #22019
  • Vue3: Move TS stories into a separate folder #22235

Build

  • Build: Migrate @storybook/addon-docs to strict-ts #22180
  • Build: Migrate @storybook/highlight to strict TS #22181
  • Build: Enable strict TS by default #22143
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Core: Pass parameters in SET_INDEX for docs entries #22154
  • Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
  • Addon-actions: Fix decorator type #22175
  • Core: Add new tags to distinguish docs attachment #22120
  • Core: Restore Docs useParameter using DOCS_PREPARED #22118

Maintenance

  • CSF: Improve error message for bad default export #22190
  • CLI: Add addon query-params to list of SB7 incompatible addons #22095
  • UI: Add remount story shortcut #21401

Build

  • Build: Fix lit sandboxes #22201
  • Build: Fix sandbox publish script #22206
storybook -

Published by shilman over 1 year ago

Features

  • Core: Support custom hosts using window.location server channel URL #22055

Bug Fixes

  • 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

Maintenance

  • CSF: Improve error message for bad default export #22190
  • CLI: Add addon query-params to list of SB7 incompatible addons #22095

Build

  • Build: Fix sandbox publish script #22206
  • Build: Fix lit sandboxes #22201
  • Vite sandboxes: use stable Vite 4.3 #22183
storybook -

Published by shilman over 1 year ago

Bug Fixes

  • Vue3: Fix reactive decorators #21954

Build

  • Build: Improve sandboxes commit message #22136
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