NOTE: Meeting delayed by a week due to Storybook 5.0 release
- Welcome
- Self-introductions
Attendees: Norbert, Dom, Igor, Perrine, Benoit, Lionel, Tom, Frank, Michael
# SB5.0.1 | |
const path = require('path') | |
module.exports = ({ config }) => { | |
// For example, add SVG loader: | |
config.module.rules.push({ | |
test: /\.svg$/, | |
loaders: ['svg-url-loader'], | |
include: path.resolve(__dirname, '../'), |
# SB5.0.1 | |
const path = require('path'); | |
module.exports = { | |
module: { | |
rules: [ | |
{ | |
test: /\.scss$/, | |
loaders: ['style-loader', 'css-loader', 'sass-loader'], |
It's that time again! Storybook 5.0 is stable and we've accumulated a load of great changes for 5.1:
So you’re excited about Storybook Docs but you’re building your design system in Storybook RIGHT NOW. What should you do?
This guide shows you how Storybook Docs tells you how we’re going to incorporate information from addon-notes and addon-info and to make the transition easy.
TIP: if you’re starting today, we recommend using addon-notes.
DISCLAIMER: This is speculative and the details are likely to change before the release. It's also open for feedback--please comment below or DM me in Discord if you see opportunities for improvement.
Seventh iteration of the Storybook release process (v1, v2, v3, v4, v5, v6), updated to reflect learnings from the 5.0 release.
master
is released on the latest
tag every week (e.g. 4.0.2
)next
is released on the next
tag every week (e.g. 4.1.0-alpha.X
)