-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook 6.4 release π #15355
Comments
Somewhere between alpha.24 and alpha.29 there was a massive performance regression for me. Before starting storybook took about 10-20 seconds now its more up to 1-2 minutes. |
In the Contents section, what is written as 6.3 should be changed to 6.4 |
Hey @stefan-schweiger thanks for sharing that info! Could you try again now that the RC is out? |
Hey @shilman, any update on separating docgen functionality from Webpack (what you mentioned in storybookjs/builder-vite#46 (comment)), is this no longer in scope for 6.4? |
Do you have any docs for it? How does it work? |
Hey @darkowic, you can find the eslint-plugin and its docs over this repository: https://github.com/storybookjs/eslint-plugin-storybook Thanks for your interest! |
# Pull Request ## π€¨ Rationale We've been running Storybook 6.4 beta for awhile, but Storybook 6.4 [recently](storybookjs/storybook#15355) went final. ## π©βπ» Implementation 1. Updated to 6.4 final packages 2. Installed new [Interactions add-on](https://www.npmjs.com/package/@storybook/addon-interactions) 3. Installed new [Storybook eslint rules](https://github.com/storybookjs/eslint-plugin-storybook) 4. Fixed `Story` typing within the stories. Using `StoryObj` for CSF 3 stories. 5. Removed the `layout: 'fullscreen'` parameter, to restore default Storybook padding around each control. Also, removed non-functional `preview-head.html` styling. ## π§ͺ Testing 1. Local build, lint, test 2. Run Storybook and review all pages, add-ons, etc. 3. Reviewed Chromatic to confirm all changes related only to padding change ## β Checklist - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
SB6.4 adds interaction testing and performance re-architecture in preparation for a huge 7.0 release.
Schedule
6.4.0-alpha.0
2021-06-246.4.0-beta.0
2021-09-226.4.0-rc.0
2021-11-126.4.0
2021-11-26Contents
Storybook 6.4 contains hundreds of features and bugfixes. For a full list, see CHANGELOG.md. Some highlights:
Core
globals
URL param and remove from sessionStorageΒ #15056UI
Frameworks
Testing
To install in a project:
To upgrade an existing project to a 6.4:
The text was updated successfully, but these errors were encountered: