UNPKG

2.86 kBMarkdownView Raw
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
68Reverse 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
89Starting 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).