Storybook monthly is where we gather to socialize, update release progress, discuss project-wide maintenance, give project updates and demos, and brainstorm about the project's future.
It's a casual public meeting, and everybody is welcome, regardless of their level of participation.
Look for a link to the zoom meeting 15 minutes before the meeting starts in the Storybook Discord's #maintenance channel. We'll share notes and screen recording afterwards.
Add to calendar 👉 2020-11-02 16:00 UTC
- Welcome
- Self-introductions
6.1 release (issue)
We're expediting the 6.1 release to add React 17 support without sacrificing performance.
The updated schedule:
3.5 mo cycle: Sep 1 alpha, Nov 1 beta, Nov 18 final
- Search UI
- Instant-on UI
- Async loader API
- Server
- TBD
- Perf hack
- Lots of version conflict issues
- Going away in 6.1
- Released unexpectedly
- Broke storybook fresh installs last week
- Workarounds released
- Preview DLL disabled
--no-dll
in template
- storybookjs/storybook#9216
- Webpack 5 is live, lots of interest
- Ecosystem is still stabilizing (e.g.
html-webpack-plugin
) - Potential perf benefits
- Release as a separate branch?
- storybookjs/storybook#10654
- Heavily requested
- Prototyped by a community member
- Needs some shepherding from maintainers in 6.2
- In active LTS since Oct 27
- storybookjs/storybook#12425
npx sb init
failing- storybookjs/storybook#12983
- Brief closing remarks
Passcode: 5U$d0tw.
- Improved e2e tests @tooppaaa
- Manual test grid @yannbf
- Hooks error @shilman
Update storybookjs/storybook#12972 to match the following:
react
andreact-dom
as peerDeps for alllib
packages needing themreact
andreact-dom
as peerDeps + optional tag for alladdon
packages needing themreact
andreact-dom
as regular deps for all non react apps- Try to remove
react
andreact-dom
from rootpackage.json
- A fixed version of
react
in all examples?
--> @Gaëtan
storybookjs/storybook#12839 Migration is more or less done but types need to be refined, all added types are for now not publically exposed.
For 6.1 we will resolve the conflicts and fix some - already public - types. Types improvement will be done in other PR.
--> @Gaëtan + @Yann