@storybook/addon-docs 6.4.15 → 6.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -77,19 +77,10 @@ For more information on `MDX`, see the [`MDX` reference](https://github.com/stor
77
77
 
78
78
  ## Framework support
79
79
 
80
- Storybook Docs supports all view layers that Storybook supports except for React Native (currently). There are some framework-specific features as well, such as props tables and inline story rendering. This chart captures the current state of support:
81
-
82
- | | React | Vue | Angular | Ember | Web Components | Marko | HTML | Svelte | Preact | Riot | Mithril | Marko |
83
- | ----------------- | :---: | :-: | :-----: | :---: | :------------: | :---: | :--: | :----: | :----: | :--: | :-----: | :---: |
84
- | MDX stories | + | + | + | + | + | WIP | + | + | + | + | + | + |
85
- | CSF stories | + | + | + | + | + | WIP | + | + | + | + | + | + |
86
- | StoriesOf stories | + | + | + | + | + | WIP | + | + | + | + | + | + |
87
- | Source | + | + | + | + | + | WIP | + | + | + | + | + | + |
88
- | Notes / Info | + | + | + | + | + | WIP | + | + | + | + | + | + |
89
- | Props table | + | + | + | + | + | WIP | | | | | | |
90
- | Props controls | + | + | + | | | WIP | | | | | | |
91
- | Description | + | + | + | + | + | WIP | | | | | | |
92
- | Inline stories | + | + | + | | + | WIP | + | | | | | |
80
+ Storybook Docs supports all view layers that Storybook supports except for React Native (currently). There are some framework-specific features as well, such as props tables and inline story rendering. The following page captures the current state of support:
81
+
82
+ [Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support)
83
+
93
84
 
94
85
  **Note:** `#` = WIP support
95
86
 
package/angular/README.md CHANGED
@@ -210,12 +210,6 @@ And for `MDX` you can modify it as an attribute on the `Story` element:
210
210
 
211
211
  Storybook Docs renders all Angular stories inside IFrames by default. But it is possible to use an inline rendering:
212
212
 
213
- To get this, you'll first need to install Angular elements:
214
-
215
- ```sh
216
- yarn add -D @angular/elements @webcomponents/custom-elements
217
- ```
218
-
219
213
  Then update `.storybook/preview.js`:
220
214
 
221
215
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "6.4.15",
3
+ "version": "6.4.19",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -63,21 +63,21 @@
63
63
  "@mdx-js/loader": "^1.6.22",
64
64
  "@mdx-js/mdx": "^1.6.22",
65
65
  "@mdx-js/react": "^1.6.22",
66
- "@storybook/addons": "6.4.15",
67
- "@storybook/api": "6.4.15",
68
- "@storybook/builder-webpack4": "6.4.15",
69
- "@storybook/client-logger": "6.4.15",
70
- "@storybook/components": "6.4.15",
71
- "@storybook/core": "6.4.15",
72
- "@storybook/core-events": "6.4.15",
66
+ "@storybook/addons": "6.4.19",
67
+ "@storybook/api": "6.4.19",
68
+ "@storybook/builder-webpack4": "6.4.19",
69
+ "@storybook/client-logger": "6.4.19",
70
+ "@storybook/components": "6.4.19",
71
+ "@storybook/core": "6.4.19",
72
+ "@storybook/core-events": "6.4.19",
73
73
  "@storybook/csf": "0.0.2--canary.87bc651.0",
74
- "@storybook/csf-tools": "6.4.15",
75
- "@storybook/node-logger": "6.4.15",
76
- "@storybook/postinstall": "6.4.15",
77
- "@storybook/preview-web": "6.4.15",
78
- "@storybook/source-loader": "6.4.15",
79
- "@storybook/store": "6.4.15",
80
- "@storybook/theming": "6.4.15",
74
+ "@storybook/csf-tools": "6.4.19",
75
+ "@storybook/node-logger": "6.4.19",
76
+ "@storybook/postinstall": "6.4.19",
77
+ "@storybook/preview-web": "6.4.19",
78
+ "@storybook/source-loader": "6.4.19",
79
+ "@storybook/store": "6.4.19",
80
+ "@storybook/theming": "6.4.19",
81
81
  "acorn": "^7.4.1",
82
82
  "acorn-jsx": "^5.3.1",
83
83
  "acorn-walk": "^7.2.0",
@@ -106,11 +106,11 @@
106
106
  "@babel/core": "^7.12.10",
107
107
  "@emotion/core": "^10.1.1",
108
108
  "@emotion/styled": "^10.0.27",
109
- "@storybook/angular": "6.4.15",
110
- "@storybook/html": "6.4.15",
111
- "@storybook/react": "6.4.15",
112
- "@storybook/vue": "6.4.15",
113
- "@storybook/web-components": "6.4.15",
109
+ "@storybook/angular": "6.4.19",
110
+ "@storybook/html": "6.4.19",
111
+ "@storybook/react": "6.4.19",
112
+ "@storybook/vue": "6.4.19",
113
+ "@storybook/web-components": "6.4.19",
114
114
  "@types/cross-spawn": "^6.0.2",
115
115
  "@types/doctrine": "^0.0.3",
116
116
  "@types/enzyme": "^3.10.8",
@@ -140,12 +140,12 @@
140
140
  "zone.js": "^0.11.3"
141
141
  },
142
142
  "peerDependencies": {
143
- "@storybook/angular": "6.4.15",
144
- "@storybook/html": "6.4.15",
145
- "@storybook/react": "6.4.15",
146
- "@storybook/vue": "6.4.15",
147
- "@storybook/vue3": "6.4.15",
148
- "@storybook/web-components": "6.4.15",
143
+ "@storybook/angular": "6.4.19",
144
+ "@storybook/html": "6.4.19",
145
+ "@storybook/react": "6.4.19",
146
+ "@storybook/vue": "6.4.19",
147
+ "@storybook/vue3": "6.4.19",
148
+ "@storybook/web-components": "6.4.19",
149
149
  "lit": "^2.0.0",
150
150
  "lit-html": "^1.4.1 || ^2.0.0",
151
151
  "react": "^16.8.0 || ^17.0.0",
@@ -202,7 +202,7 @@
202
202
  "publishConfig": {
203
203
  "access": "public"
204
204
  },
205
- "gitHead": "63a20d785f0288b86aed9e29180abbb07eb3ba8e",
205
+ "gitHead": "6a0da15e6413e00b31f14b3accd082ca328e45a2",
206
206
  "sbmodern": "dist/modern/index.js",
207
207
  "storybook": {
208
208
  "displayName": "Docs",