@storybook/preset-create-react-app 7.0.20 → 7.0.22
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/CHANGELOG.md +89 -0
- package/package.json +4 -4
- package/src/typings.d.ts +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
## 4.1.2
|
|
2
|
+
|
|
3
|
+
- Use overrides from SB rather than defining ourselves [#254](https://github.com/storybookjs/presets/pull/254)
|
|
4
|
+
|
|
5
|
+
## 4.1.1
|
|
6
|
+
|
|
7
|
+
- Update peer dependencies and add a note about versions [#252](https://github.com/storybookjs/presets/pull/252)
|
|
8
|
+
|
|
9
|
+
## 4.1.0
|
|
10
|
+
|
|
11
|
+
- Add support for builder.core options to CRA preset [#240](https://github.com/storybookjs/presets/pull/240)
|
|
12
|
+
|
|
13
|
+
## 4.0.2
|
|
14
|
+
|
|
15
|
+
- Fix bug merging core presets [#238](https://github.com/storybookjs/presets/pull/238) [#239](https://github.com/storybookjs/presets/pull/239)
|
|
16
|
+
|
|
17
|
+
## 4.0.1
|
|
18
|
+
|
|
19
|
+
- Support CJS files using Storybook's config [#229](https://github.com/storybookjs/presets/pull/229)
|
|
20
|
+
|
|
21
|
+
## 4.0.0
|
|
22
|
+
|
|
23
|
+
- CRA: Add compatibility for CRA v5 [#214](https://github.com/storybookjs/presets/pull/214)
|
|
24
|
+
|
|
25
|
+
## 3.2.0
|
|
26
|
+
|
|
27
|
+
- Add disableWebpackDefaults for forward-compatibility with SB core
|
|
28
|
+
|
|
29
|
+
## 3.1.7
|
|
30
|
+
|
|
31
|
+
- CRA: Fix fast refresh config [#193](https://github.com/storybookjs/presets/pull/193)
|
|
32
|
+
|
|
33
|
+
## 3.1.6
|
|
34
|
+
|
|
35
|
+
- Fix monorepos and PnP [#181](https://github.com/storybookjs/presets/pull/181)
|
|
36
|
+
|
|
37
|
+
## 3.1.5
|
|
38
|
+
|
|
39
|
+
- Fix duplicate ReactDocgenTypescriptPlugin [#173](https://github.com/storybookjs/presets/pull/173)
|
|
40
|
+
- Bump react-docgen-typescript-plugin to 0.6.2 [#174](https://github.com/storybookjs/presets/pull/174)
|
|
41
|
+
|
|
42
|
+
## 3.1.4
|
|
43
|
+
|
|
44
|
+
- Upgrade react-docgen-typescript-plugin to 0.5.x [#158](https://github.com/storybookjs/presets/pull/158)
|
|
45
|
+
|
|
46
|
+
## 3.1.3
|
|
47
|
+
|
|
48
|
+
- Move node-logger to peer deps [#156](https://github.com/storybookjs/presets/pull/156)
|
|
49
|
+
|
|
50
|
+
## 3.1.2
|
|
51
|
+
|
|
52
|
+
- Restore node@10 compatibility [#154](https://github.com/storybookjs/presets/pull/154)
|
|
53
|
+
|
|
54
|
+
## 3.1.1
|
|
55
|
+
|
|
56
|
+
- Fix react-docgen-typescript-plugin deps [#151](https://github.com/storybookjs/presets/pull/151)
|
|
57
|
+
|
|
58
|
+
## 3.1.0
|
|
59
|
+
|
|
60
|
+
- Move to react-docgen-typescript-plugin [#149](https://github.com/storybookjs/presets/pull/149)
|
|
61
|
+
|
|
62
|
+
## 3.0.1
|
|
63
|
+
|
|
64
|
+
- Ignore default babel Config from Storybook [#147](https://github.com/storybookjs/presets/pull/147)
|
|
65
|
+
|
|
66
|
+
## 3.0.0
|
|
67
|
+
|
|
68
|
+
Reverse course on typescript docgen handling [#142](https://github.com/storybookjs/presets/pull/142)
|
|
69
|
+
|
|
70
|
+
- Add back `react-docgen-typescript-loader` to the preset
|
|
71
|
+
- Add compatibility with SB6's main.js `typescript` setting
|
|
72
|
+
|
|
73
|
+
## 2.1.2
|
|
74
|
+
|
|
75
|
+
- Make `@storybook/node-logger` dependency less strict [#138](https://github.com/storybookjs/presets/pull/138)
|
|
76
|
+
|
|
77
|
+
## 2.1.1
|
|
78
|
+
|
|
79
|
+
- Set PUBLIC_URL if not set [#104](https://github.com/storybookjs/presets/pull/104)
|
|
80
|
+
|
|
81
|
+
## 2.1.0
|
|
82
|
+
|
|
83
|
+
- Yarn PNP compatibility [#104](https://github.com/storybookjs/presets/pull/104)
|
|
84
|
+
|
|
85
|
+
## 2.0.0
|
|
86
|
+
|
|
87
|
+
- Remove `react-docgen-typescript-loader` from the preset [#103](https://github.com/storybookjs/presets/pull/103)
|
|
88
|
+
|
|
89
|
+
Starting in `v5.x`, `react-docgen` supports typescript natively, so we no longer recommend `react-docgen-typescript-loader` and have removed it from the preset. This is a breaking change and the migration is documented in [Storybook](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#react-prop-tables-with-typescript).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preset-create-react-app",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.22",
|
|
4
4
|
"description": "Storybook for Create React App preset",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
52
52
|
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
|
|
53
|
-
"@storybook/types": "7.0.
|
|
53
|
+
"@storybook/types": "7.0.22",
|
|
54
54
|
"@types/babel__core": "^7.1.7",
|
|
55
55
|
"babel-plugin-react-docgen": "^4.1.0",
|
|
56
56
|
"pnp-webpack-plugin": "^1.7.0",
|
|
57
57
|
"semver": "^7.3.5"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@storybook/node-logger": "7.0.
|
|
60
|
+
"@storybook/node-logger": "7.0.22",
|
|
61
61
|
"@types/node": "^16.0.0",
|
|
62
62
|
"typescript": "~4.9.3"
|
|
63
63
|
},
|
|
@@ -77,4 +77,4 @@
|
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
79
|
"gitHead": "9fb2573aa274f3f69d3358050e8df9c903e8245f"
|
|
80
|
-
}
|
|
80
|
+
}
|
package/src/typings.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
declare module 'pnp-webpack-plugin';
|