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 -

Published by shilman almost 3 years ago

Bug Fixes

  • Interactions: Do not cleanup state when loading initial story (#16462)
  • Addon-interactions: Add safety check on fileName parameter (#16454)
  • Core: Fix optional global features in PreviewWeb (#16448)

Maintenance

  • UI: Migrate router to react-router (#16440)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • Core: Fix some slashes for windows (#16445)

Maintenance

  • Core: Add typing for StorybookConfig.refs (#16443)
storybook -

Published by shilman about 3 years ago

Features

  • StoryIndex: Detect added/moved directories and batch invalidations (#16432)

Bug Fixes

  • Core: Fix module loading support (#16404)
  • Addon-links: Modernize to be compatible with v7 store (#16420)

Maintenance

  • CLI: Improve build-storybooks script in the monorepo (#16433)
storybook -

Published by shilman about 3 years ago

Features

  • Core: Add core.channelOptions main.js config (#16415)

Maintenance

  • Addon-docs: Lazy load docs to reduce bundle size (#16412)
  • UI: Update mono font stack (#16409)
  • UI: Update sidebar hover color to be a refreshing transparent blue (#16408)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • Core: Consolidate framework presets (#16417)
  • Addon-a11y: Fix to use loadStory over deprecated fromId (#16398)
  • Core: Restore queryparams exports in client-api (#16414)

Maintenance

  • Core: Minor cleanup of PreviewWeb (#16418)

Dependency Upgrades

  • Update react-element-to-jsx-string package (#16407)
storybook -

Published by shilman about 3 years ago

Features

  • Core: Add framework field support to main.js (#16393)

Bug Fixes

  • Addon-docs: Spread all the old docs context fields (#16399)
  • Core: Reverse checking of promise so it's OK if we get it wrong (#16396)

Maintenance

  • Addon-interactions: Update interaction hover icon (#16388)
  • Core: Refactor story store to be simpler when getting the index (#16397)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • Core: Fix bad deprecation link for argType.defaultValue (#16391)
  • Storyshots/vue3: Fix story render with singleton vue3 app (#15983)
  • Angular: Fix preset for storyStoreV7 (#16380)
  • Core: Fix Args combination to allow undefined overrides (#16385)
  • Core: Fix missing FEATURES global (#16389)

Dependency Upgrades

  • Upgrade chromatic CLI (#16320)
storybook -

Published by shilman about 3 years ago

Features

  • Core: Listen to story change events as soon as the preview is created (#16331)

Bug Fixes

  • Addon-controls: Fix {control: false} handling (#16366)
  • CLI: Fix broken link in react native template (#16372)
  • UI: Fix scrollbar color to be visible in dark theme (#16345)
storybook -

Published by shilman about 3 years ago

Features

  • Addon-interactions: New addon for step debugging play functions (#16002)
  • Addon-interactions: Add rewind button to interactions subnav (#16042)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • CLI: Force sb upgrade to use latest version of npm-check-updates (#16336)
storybook -

Published by shilman about 3 years ago

Features

  • Core: Align storyIndex generated by the server and client (#16311)
  • Core: Render behavior around play functions (#16208)
  • Angular: Allow to set configuration in angularBrowserTarget (#16218)

Bug Fixes

  • CLI: Force sb upgrade to use latest version of npm-check-updates (#16336)

Maintenance

  • Core: Fix broken build (#16346)
storybook -

Published by shilman about 3 years ago

Features

  • Composition: Add expanded option to Refs (#14345)
  • Core: Add Story Index error handling (#16319)

Bug Fixes

  • Core: Fix paths to be relative to working dir in v7 mode (#16328)
  • Core: Don't fetch stories.json, JSON or SSE, if we don't need it (#16318)

Maintenance

  • CLI: Add js extension to lit-html imports (#16244)
  • Story-sort: Catch errors and direct user towards migration docs (#16242)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • CLI: Fix CRA version detection crash (#16308)
storybook -

Published by shilman about 3 years ago

Features

  • Webpack5: Don't emit stats unless debugWebpack is set (#16132)

Bug Fixes

  • CLI: Fix CRA version detection crash (#16308)
  • Core: Better story id generation, cope with unusual stories (#16309)
  • Core: Simplify DOCS_RENDERED and only use STORY_RENDERED for hooks (#16310)
  • Core: Fix extract, SET_STORIES and getStoriesJsonData (#16299)
  • TypeScript: Add id to BaseMeta type (#16216)
  • CSF: Fix support for X.story annotations (#16297)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • Core: Fix multiple invalidations (#16294)

Maintenance

  • Add ability to skip cypress tests based on framework (#16285)

Dependency Upgrades

  • Addons: Add webpack-env as dependency (#16302)
  • Upgrade npmlog dependency (#16289)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • Addon-docs: Always render the children of the Canvas component (#16280)
  • Addon-docs: Fix args passing for Vue inline rendering (#16279)
storybook -

Published by shilman about 3 years ago

Features

  • Core: HMR for StoryIndex server (#16160)

Bug Fixes

  • Angular: Make types generic for angular's built-in decorators (#16266)
  • Args: Re-render the whole container when args or globals change (#16264)

Maintenance

  • CSF: Add CSF2 play function example (#16121)
  • Core: Unified story specifiers (#16220)
storybook -

Published by shilman about 3 years ago

Bug Fixes

  • CLI: Don't upgrade preset-create-react-app if react-scripts < 5 (#16255)
storybook -

Published by shilman about 3 years ago

Features

  • CLI: Add "automigrate" command for configuration issues and migrations (#16193)
  • Vue: support @values in args table (#16019)

Bug Fixes

  • CLI: Don't upgrade preset-create-react-app if react-scripts < 5 (#16255)
  • Angular: Fix getComponentInputsOutputs for multiple decorators (#16217)

Maintenance

  • CSF: Add error handling for CSF story index generation (#16241)
  • Official-storybook: Fix show source in no-args stories (#16259)
  • CLI: Remove story format parameter (#16233)
storybook -

Published by shilman about 3 years ago

Features

  • Core: Support v2 compatibility mode in story index (#16226)
  • Core: Support composing stories in both v6 and v7 modes (#16224)
  • Web-components: Autogenerate action argTypes for event. (#16178)

Bug Fixes

  • Addon-a11y: Fix type of context passed to axe.run (#16129)
  • Addon-docs/Angular: Fix inline story rendering (#16149)
  • Components: Fix Code component to render children as array (#15492)

Maintenance

  • CLI: Remove watch mode from the build-storybook documentation (#16165)
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