Skip to content

Instantly share code, notes, and snippets.

View shilman's full-sized avatar
🇹🇼

Michael Shilman shilman

🇹🇼
View GitHub Profile
@shilman
shilman / sb-monthly-2019-07-15.md
Last active July 15, 2019 20:58
Storybook monthly 2019-07-15

Storybook Monthly 2019-07-15

Introduction - 5m

  • Welcome
  • Self-introductions

5.2 - 10m

  • 7/15 beta 🎉, 7/29 rc, 8/5 release (1.5 mo cycle)
@shilman
shilman / RELEASE_v7.md
Last active November 20, 2019 04:01
storybook release process v7

Storybook Release Process v7

Seventh iteration of the Storybook release process (v1, v2, v3, v4, v5, v6), updated to reflect learnings from the 5.0 release.

What we're doing now

  • We respect semver for all releases to the best of our ability
  • 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)

Storybook Monthly 2019-06-10

Introduction - 5m

  • Welcome
  • Self-introductions

5.1 - 5m

@shilman
shilman / sb-monthly-2019-05-13.md
Last active June 7, 2019 22:05
Storybook montly meeting 2019-05-13

Storybook Monthly 2019-05-13

Introduction - 5m

  • Welcome
  • Self-introductions

5.1 release - 15m

  • Schedule - (5/10 beta, 5/20 rc, 6/3 final)
@shilman
shilman / docs-migration.md
Last active April 22, 2019 16:52
Storybook Docs Migration

Storybook Docs: Migration

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.

@shilman
shilman / release_5_1.md
Last active May 12, 2019 14:02
5.1 release plan

Storybook 5.1 Release Plan

It's that time again! Storybook 5.0 is stable and we've accumulated a load of great changes for 5.1:

  • React Native / RN Server
  • Addon-a11y upgrades
  • New addon: Addon-contexts
  • New Addons API
  • Typescript Migration
  • Svelte 3 Support
@shilman
shilman / sb-monthly-2019-04-01.md
Last active April 1, 2019 15:56
Storybook Monthly Meeting 2019-04-01

Storybook Monthly 2019-04-01

Introduction - 5m

  • Welcome
  • Self-introductions

5.0 release - 5m

5.1 release - 15m

# SB5.0.1
const path = require('path');
module.exports = {
module: {
rules: [
{
test: /\.scss$/,
loaders: ['style-loader', 'css-loader', 'sass-loader'],
# 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, '../'),
@shilman
shilman / sb-agenda-2019-03-11.md
Last active March 11, 2019 22:08
Storybook Monthly Agenda 2019-03-11

Storybook Monthly 2019-03-11

NOTE: Meeting delayed by a week due to Storybook 5.0 release

Introduction - 5m

  • Welcome
  • Self-introductions

Attendees: Norbert, Dom, Igor, Perrine, Benoit, Lionel, Tom, Frank, Michael