You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Automatic story detection](#automatic-story-detection)
8
8
-[Theme ability and override core UI components](#theme-ability-and-override-core-ui-components)
9
9
-[Add a playground addon](#add-a-playground-addon)
10
10
-[See multiple (or all) stories in 1 preview.](#see-multiple-or-all-stories-in-1-preview)
11
-
-[Deeper level hierachy](#deeper-level-hierachy)
11
+
-[Deeper level hierarchy](#deeper-level-hierachy)
12
12
-[Supporting other frameworks and libraries](#supporting-other-frameworks-and-libraries)
13
13
-[Vue](#vue)
14
14
-[Angular](#angular)
@@ -21,13 +21,13 @@
21
21
-[Documentation](#documentation)
22
22
-[Search & Structure](#search--structure)
23
23
-[Better design](#better-design)
24
-
-[Record videos and write blogpost on how to tweak storybook](#record-videos-and-write-blogpost-on-how-to-tweak-storybook)
24
+
-[Record videos and write blog post on how to tweak storybook](#record-videos-and-write-blogpost-on-how-to-tweak-storybook)
25
25
26
26
## New features
27
27
28
28
Doing these will be backwards compatible.
29
29
30
-
### Responsive + multidevice viewports preview.
30
+
### Responsive + multi-device viewports preview.
31
31
32
32
If you're smart about it you can already view the preview on multiple devices and windows. It's just an iframe after-all.
33
33
But story selection and addon-settings are not synced.
@@ -41,27 +41,27 @@ We think such a feature is highly needed. A lot of users are already hacking thi
41
41
### Theme ability and override core UI components
42
42
43
43
Storybook is often used inside product companies and agencies. We want to help them have a sense of quality and immersion.
44
-
We're interested in full constimizability of our UI, though addons and options.
44
+
We're interested in full customizability of our UI, though addons and options.
45
45
46
46
### Add a playground addon
47
47
48
48
Many other styleguide-type projects have what's called a playground, where developers can change the code rendering the component inside the app.
49
-
Storybook has ofcourse a very tight connection with your editor, and it has a knobs addon.
49
+
Storybook has of course a very tight connection with your editor, and it has a knobs addon.
50
50
But we still see value in an addon that will allow the workflow of a playground.
51
51
52
52
### See multiple (or all) stories in 1 preview.
53
53
54
-
Storybook's philosophy is about describing small bits in a variaty of states.
55
-
However some components are best understood when viewed in multiple variaties in 1 view.
54
+
Storybook's philosophy is about describing small bits in a variety of states.
55
+
However some components are best understood when viewed in multiple varieties in 1 view.
56
56
It's quite common to see users write a single story, with a wrapper components and multiple instances of the component the story is about.
57
57
We plan to add a second mode to storybook that will allow you to see all stories in 1 preview.
58
58
That way you can write your stories how they are best, and preview them how you like.
59
59
60
-
### Deeper level hierachy
60
+
### Deeper level hierarchy
61
61
62
-
A very long standing issue is about "what about larger styleguides?". Some stylguides have lots and lots of components.
62
+
A very long standing issue is about "what about larger styleguides?". Some styleguides have lots and lots of components.
63
63
At some point is becomes unmaintainable if you do not group them somehow.
64
-
Storybook's UI is not exaclty setup for very large styleguides, right now.
64
+
Storybook's UI is not exactly setup for very large styleguides, right now.
65
65
But we are going to add a way of defining groups! And develop a UI that allows you to quickly navigate to other groups / stories.
66
66
67
67
## Supporting other frameworks and libraries
@@ -96,7 +96,7 @@ Please contact us if you want this.
96
96
97
97
### Addon API
98
98
99
-
Our addon api is limited and will eventually have to be improved to acommodate better more optimized and modern addons.
99
+
Our addon api is limited and will eventually have to be improved to accommodate better more optimized and modern addons.
100
100
101
101
### API for adding stories
102
102
@@ -108,13 +108,13 @@ We want to support this, but will likely mean we will have to change the `add` m
108
108
### Search & Structure
109
109
110
110
Finding the right part of our documentation isn't easy, since there is no search.
111
-
We want to intergrate the readme of the individual packages into the documentation site and also have the changelog, contributing, migration and roadmap findable there.
111
+
We want to integrate the readme of the individual packages into the documentation site and also have the changelog, contributing, migration and roadmap findable there.
112
112
113
113
### Better design
114
114
115
-
We have a new logo, so next step is a overheal of our documentation site.
115
+
We have a new logo, so next step is a overhaul of our documentation site.
116
116
117
-
### Record videos and write blogpost on how to tweak storybook
117
+
### Record videos and write blog post on how to tweak storybook
118
118
119
119
This may include writing addons, choosing the right addons etc.
0 commit comments