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 over 3 years ago

Bug Fixes

  • UI: Fix sidebar toggle in fullscreen mode (#15459)
  • Angular: Fix circular reference not being handled in moduleMetadata (#15410)

Maintenance

  • Addon-a11y: Reverse help and description labels in accordion (#15466)
storybook -

Published by shilman over 3 years ago

Features

  • UI: Display menu icon on the toolbar when the sidebar is collapsed (#15369)

Bug Fixes

  • Core: Fix double rebuilds by removing aggregateTimeout (#15372)
  • CLI: Fix NPM typo (#15461)

Maintenance

  • Addon-docs: Cache DocsContext on window to prevent duplication (#15428)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Essentials: Update measure and outline. Fix alt+tab issues on windows. (#15402)
  • Core: Fix decorator context update (#15408)
  • Revert "Vue3: Update args without re-mounting component" (#15409)
  • Upgrade bad release of react-docgen-typescript-plugin (#15432)
storybook -

Published by shilman over 3 years ago

Dependency Upgrades

  • Upgrade bad release of react-docgen-typescript-plugin (#15432)
storybook -

Published by shilman over 3 years ago

Features

  • Web-components: Custom Elements Manifest v1 support (#15138)

Bug Fixes

  • CSF: Fix auto-title generation for standard config dir (#15430)

Dependency Upgrades

  • Upgrade react-docgen-typescript-plugin for refresh perf regression (#15431)
storybook -

Published by shilman over 3 years ago

Features

  • CSF: Generate default titles based on file path (#15376)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Core: Fix decorator context update (#15408)
  • Revert "Vue3: Update args without re-mounting component" (#15409)
storybook -

Published by shilman over 3 years ago

Features

  • CSF: Add stories.json generation for CSF3 stories (#15395)

Bug Fixes

  • Essentials: Update measure and outline. Fix alt+tab issues on windows. (#15402)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Core: Only use dotenv-webpack when a user has a dotenv file (#15365)
  • Essentials: Update addon measure and outline (#15354)
  • Actions: Don't override existing action args (#15394)
  • Svelte: Fix argType.type.name extraction (#15332)
  • CSF3: Genericize feature flagging and fix webpack5 (#15375)
  • Webpack5: Fix warnings typo (#15374)
  • UI: Fix navigation after no story error (#15349)
  • CSF3: Rename setup to play (#15358)
  • Upgrade dotenv-webpack to 7.0.x (#15343)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Actions: Don't override existing action args (#15394)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • CSF3: Genericize feature flagging and fix webpack5 (#15375)
  • Webpack5: Fix warnings typo (#15374)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Core: Only use dotenv-webpack when a user has a dotenv file (#15365)

Maintenance

  • CSF3: Rename setup to play (#15358)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Essentials: Update addon measure and outline (#15354)
  • UI: Fix navigation after no story error (#15349)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Svelte: Fix argType.type.name extraction (#15332)

Dependency Upgrades

  • Upgrade dotenv-webpack to 7.0.x (#15343)
storybook -

Published by shilman over 3 years ago

Optimized for UI development

SB6.3 adds new UI development and testing features, while evolving with the JS ecosystem:

  • 📐 Layout debugging with Measure and Outline addons
  • 🔌 Reuse your stories in unit tests: Jest, Cypress & more
  • 🚀 Frameworks: Angular 12 Ivy, Lit2 web components
  • 🛠 Builders: Webpack5 stable, Vite community
  • 📦 Packaging: Modern ESM

It also contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 6.3.0-alpha.*, 6.3.0-beta.*, and 6.3.0-rc.* for the full list of changes. See Storybook 6 migration guide to upgrade from 5.x or MIGRATION.md for detailed migration instructions.

storybook -

Published by shilman over 3 years ago

Features

  • CLI: Update types in React typescript templates (#15292)

Maintenance

  • Yarn: Disable unnecessary builds (#15299)
  • Toolbars: Add missing regenerator-runtime dependency (#15312)
storybook -

Published by shilman over 3 years ago

Dependency Upgrades

  • Upgrade react-docgen-typescript-plugin per PR#46 (#15287)
  • Fix peer deps (#15288)
storybook -

Published by shilman over 3 years ago

Bug Fixes

  • Angular: Fix nx project with workspace.json (#15267)
  • Angular: Fix some Ivy rendering glitches (#15279)
storybook -

Published by shilman over 3 years ago

Dependency Upgrades

  • Bump postcss to 7.0.36 with security fix (#15276)
  • Fix monorepo peer deps (#15277)
storybook -

Published by shilman over 3 years ago

Features

  • Angular: Add built-in Ivy support instead of relying on addon (#15229)

Bug Fixes

  • Addon-docs: Fix MDX compiler export to match new location (#15266)
  • Addon-viewport: Fix CSS for scale reset on firefox (#15128)