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

  • CSF: Fix component id handling (#16746)
  • Addon-docs: Improved loading state (#16709)

Maintenance

  • WebComponents: Update Lit peerDep to use Lit 2 stable version (#16670)

Dependency Upgrades

  • Upgrade react-router to 6.0.0 (#16742)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Core: Restore stringifyEnvs utility used by Vite builder (#16731)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Core: Fix process.env stringification (#16725)
  • Core: Fix build-storybook sort bug in v6-mode (#16724)
  • Addon-docs/Angular: fix extractEnumValues undefined error (#16524)

Maintenance

  • Angular: update addon interactions example (#16698)

Dependency Upgrades

  • Upgrade from node-sass to sass in examples/angular-cli (#16663)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Angular: Fix detection of @angular/cli package version (#16696)
storybook -

Published by shilman almost 3 years ago

Features

  • Core: Add option to use webpack filesystem cache (#16219)

Bug Fixes

  • CLI: Fix automigrate command for eslint with extends as string (#16687)
  • Core: Bust the prebuilt manager cache if user has set features (#16684)

Maintenance

  • Build: GH Action for exporting to linear by GH label (#16683)
storybook -

Published by shilman almost 3 years ago

Features

  • Angular: Add getWebpackConfig for angular 12.2.x & 13.x.x (#16644)
storybook -

Published by shilman almost 3 years ago

Storybook 6.4 is in RC!! 🎉🎉🎉

  • ▶️ Interactive stories to simulate user behavior and tools to debug it
  • ⚡️ On-demand architecture for smaller builds and faster load times
  • Streamlined tooling and documentation for easier upgrades
  • 💯 Hundreds more fixes and quality of life improvements

Track the release in the Github: Storybook 6.4 Release 🏗

storybook -

Published by shilman almost 3 years ago

Features

  • UI: Remove nopreview and show redbox for any story error (#16669)
  • CLI: Run automigrate at the end of sb init (#16671)
  • UI: Docs loading state (WIP) (#16666)

Bugs

  • Addon-actions: Omit sending window object thru the channel (#16514)

Maintenance

  • Build: Fix CI checks (#16535)
  • Build: Add eslint-plugin-storybook to the repo (#16662)
storybook -

Published by shilman almost 3 years ago

Features

  • CLI: Add eslint-plugin-storybook to automigrate (#16550)

Bug Fixes

  • Core: Ensure manager caching respects globals (#16653)
  • Core: Move the websocket channel to a specific path (#16665)
  • Storyshots: Fix autotitle (#16568)

Maintenance

  • Interactions: Use Icon button and add disabled state to IconButton (#16601)
  • Add handle-release-branches-workflow (#16580)
  • Addon-interactions: add waitForElementToBeRemoved example (#16434)
storybook -

Published by shilman almost 3 years ago

Features

  • Core: Add feature flag to stop storybook from aliasing emotion (#16613)

Bug Fixes

  • Core: Fix staticDirs and -s conflict check (#16649)

Maintenance

  • Build: Add node-gyp for M1 macs (#16645)
storybook -

Published by shilman almost 3 years ago

Features

  • Args: Add ability to specific argType "targets" (#16333)

Bug Fixes

  • Core: Fix sorting by __namedExportsOrder (#16626)
  • Angular: Fix zonejs imports in framework preset (#16631)
  • Core: Change CSF loading problems from warning to error (#16632)
  • Core: Fix args values updated from url to control (#16508)
  • CLI: Fix upgrade error state (#16622)
storybook -

Published by shilman almost 3 years ago

Features

  • CSFFile: Handle re-exported stories (#16607)

Bug Fixes

  • StoryIndex: Skip files with no default export (#16606)
  • Addon-docs/Source: Fix disabling show code with null (#16615)
  • Core: Handle missing websocket in production build (#16590)
  • Core: Ensure we set parameters.filePath in v7 mode (#16566)
  • Core: Fix behavior around missing stories to be more clear (#16608)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Interactions: Fix README link (#16596)
storybook -

Published by shilman almost 3 years ago

Features

  • Core: Add 'staticDirs' config option (#15969)

Bug Fixes

  • TS: Fix type for Refs so they can be disabled (#16582)
  • CLI: Add a check for source-dir in sb extract (#16505)
  • UI: Fix links that have no onClick handler (#16581)
  • Core: Continue running play function on rerender (#16574)
  • Ensure we always initialize the story store, even when the index errors. (#16537)
  • Interactions: Fix panel tab icon/count (#16578)

Dependency Upgrades

  • Pin the version of history for react-router-dom compat (#16560)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Core: Replace SSE with websockets (#16504)
  • UI: Upgrade react-router (#16554)
  • Addon-docs/HTML: Fix source snippetization for DOM elements (#16553)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Core: Fix decorateStory exports from frameworks that have it (#16529)
  • Fix v7.0 type exports and update MIGRATION.md (#16466)
  • UI: Do not display menu toggle when singleStory=true (#15755)

Maintenance

  • Core: Improve webpack chunk names (#16513)

Dependency Upgrades

  • Migrate from micromatch to picomatch (#16522)
  • Add qs as a dev dependency of the api package (#16525)
storybook -

Published by shilman almost 3 years ago

bad npm publish

storybook -

Published by shilman almost 3 years ago

Features

  • Core: Add support for async getProjectAnnotations function (#16495)

Bug Fixes

  • Addon-docs: Fix centered layout on DocsPage (#16506)
  • Addon-docs/Angular: Fix missing condition in compodoc resolveTypealias (#16523)
  • Core: Fix toImportFn when dealing with ../-led paths (#16474)

Maintenance

  • UI: Update the toolbar button styles (#16429)
  • CLI: Fix build selection menu (#16521)
  • Core: Use synchronous promises to "fake" promises for sync code (#16517)
  • UI: Improve WithTooltip contrast and positioning (#16510)
storybook -

Published by shilman almost 3 years ago

Bug Fixes

  • Addon-docs: Track code-level args changes in ArgsTable (#16488)

Maintenance

  • Addon-a11y: Lazy load axe-core only when running tests (#16484)
  • Addon-docs: Lazy load Prettier in Vue and Angular (#16459)
storybook -

Published by shilman almost 3 years ago

Features

  • Core: Rerun loaders when args/globals change (#16476)
  • Interactions: move step debugger behind a feature flag (#16481)

Bug Fixes

  • Core: Always update initial args when loading a story (#16487)
  • Core: Ensure we don't reset WebPreview if calling start() in v7 mode (#16475)
  • Core: Save and restore globals on preview init using the channel (#16469)

Maintenance

  • CI: Upgrade Cypress and Node.js version used in e2e tests (#16263)

Dependency Upgrades

  • Interactions: Use latest package versions (#16464)