UNPKG

882 BMarkdownView Raw
1## 3.0.0
2
3- Use babel to process typescript [#115](https://github.com/storybookjs/presets/pull/115)
4- Fix for nullish babel include [#117](https://github.com/storybookjs/presets/pull/117)
5
6## 2.1.0
7
8- Improve compatibility with Vue [#108](https://github.com/storybookjs/presets/pull/108)
9
10## 2.0.0
11
12- Remove builtin support for `react-docgen-typescript-loader`, which is React-specific [#68](https://github.com/storybookjs/presets/pull/68)
13
14Starting 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).
15
16## 1.2.2
17
18- Don't default to empty include option [#106](https://github.com/storybookjs/presets/pull/106)