@storybook/addon-docs 8.0.0-alpha.12 → 8.0.0-alpha.14
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 +2 -2
- package/common/README.md +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Storybook Docs transforms your Storybook stories into world-class component docu
|
|
|
12
12
|
|
|
13
13
|
**MDX.** If you want more control, `MDX` allows you to write long-form markdown documentation and include stories in one file. You can also use it to write pure documentation pages and embed them inside your Storybook alongside your stories.
|
|
14
14
|
|
|
15
|
-
Just like Storybook, Docs supports every major view layer including React, Vue, Angular, HTML, Web components, Svelte, and many more.
|
|
15
|
+
Just like Storybook, Docs supports every major view layer including React, Vue 3, Angular, HTML, Web components, Svelte, and many more.
|
|
16
16
|
|
|
17
17
|
Read on to learn more:
|
|
18
18
|
|
|
@@ -113,7 +113,7 @@ export default {
|
|
|
113
113
|
### Be sure to check framework specific installation needs
|
|
114
114
|
|
|
115
115
|
- [React](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/react) (covered here)
|
|
116
|
-
- [Vue](https://github.com/storybookjs/storybook/
|
|
116
|
+
- [Vue 3](https://github.com/storybookjs/storybook/blob/next/code/addons/docs/vue3)
|
|
117
117
|
- [Angular](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/angular)
|
|
118
118
|
- [Ember](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/ember)
|
|
119
119
|
- [Web Components](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/web-components)
|
package/common/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Storybook Docs transforms your Storybook stories into world-class component documentation. Docs supports [all web frameworks that Storybook supports](../README.md#framework-support).
|
|
4
4
|
|
|
5
|
-
Popular frameworks like [React](../react/README.md)/[Vue](../
|
|
5
|
+
Popular frameworks like [React](../react/README.md)/[Vue 3](../vue3/README.md)/[Angular](../angular/README.md)/[Ember](../ember/README.md)/[Web components](../web-components/README.md) have their own framework-specific optimizations and setup guides. This README documents the "common" setup for other frameworks that don't have any docs-specific optimizations.
|
|
6
6
|
|
|
7
7
|
- [Installation](#installation)
|
|
8
8
|
- [DocsPage](#docspage)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.14",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"@babel/core": "^7.12.3",
|
|
102
102
|
"@mdx-js/react": "^3.0.0",
|
|
103
|
-
"@storybook/blocks": "8.0.0-alpha.
|
|
104
|
-
"@storybook/client-logger": "8.0.0-alpha.
|
|
105
|
-
"@storybook/components": "8.0.0-alpha.
|
|
106
|
-
"@storybook/csf-plugin": "8.0.0-alpha.
|
|
107
|
-
"@storybook/csf-tools": "8.0.0-alpha.
|
|
103
|
+
"@storybook/blocks": "8.0.0-alpha.14",
|
|
104
|
+
"@storybook/client-logger": "8.0.0-alpha.14",
|
|
105
|
+
"@storybook/components": "8.0.0-alpha.14",
|
|
106
|
+
"@storybook/csf-plugin": "8.0.0-alpha.14",
|
|
107
|
+
"@storybook/csf-tools": "8.0.0-alpha.14",
|
|
108
108
|
"@storybook/global": "^5.0.0",
|
|
109
|
-
"@storybook/node-logger": "8.0.0-alpha.
|
|
110
|
-
"@storybook/preview-api": "8.0.0-alpha.
|
|
111
|
-
"@storybook/react-dom-shim": "8.0.0-alpha.
|
|
112
|
-
"@storybook/theming": "8.0.0-alpha.
|
|
113
|
-
"@storybook/types": "8.0.0-alpha.
|
|
109
|
+
"@storybook/node-logger": "8.0.0-alpha.14",
|
|
110
|
+
"@storybook/preview-api": "8.0.0-alpha.14",
|
|
111
|
+
"@storybook/react-dom-shim": "8.0.0-alpha.14",
|
|
112
|
+
"@storybook/theming": "8.0.0-alpha.14",
|
|
113
|
+
"@storybook/types": "8.0.0-alpha.14",
|
|
114
114
|
"fs-extra": "^11.1.0",
|
|
115
115
|
"react": "^18.2.0",
|
|
116
116
|
"react-dom": "^18.2.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@mdx-js/mdx": "^3.0.0",
|
|
123
123
|
"@rollup/pluginutils": "^5.0.2",
|
|
124
|
-
"@storybook/test": "8.0.0-alpha.
|
|
124
|
+
"@storybook/test": "8.0.0-alpha.14",
|
|
125
125
|
"typescript": "^5.3.2",
|
|
126
126
|
"vite": "^4.0.4"
|
|
127
127
|
},
|