Skip to content

Commit

Permalink
Content tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Jun 10, 2024
1 parent 33c4d49 commit 877257e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/migration-guide/from-older-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The rest of this guide will help you upgrade successfully, either automatically
- [Start and build CLI binaries removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#start-storybook--build-storybook-binaries-removed)
- [`storiesOf` API has been removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removal-of-storiesof-api)
- [`*.stories.mdx` format has been removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#dropping-support-for-storiesmdx-csf-in-mdx-format-and-mdx1-support)
- [Packages have been consolidated/removed](#package-structure-changes)
- [Implicit actions (from `argTypesRegex`) can no longer be used during rendering (e.g. in a play function)](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function)
- [`react-docgen` (instead of `react-docgen-typescript`) is the default for component analysis](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#react-docgen-component-analysis-by-default)
- [Storyshots has been removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#storyshots-has-been-removed)
Expand Down Expand Up @@ -89,7 +90,7 @@ If you are using Vite, you may now need to create a `vite.config.js` file in you

## Package structure changes

Migrating from 6.x to 8.x, the following packages are [removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removed-deprecated-shim-packages):
The following packages are **removed**. See the [full migration notes](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removed-deprecated-shim-packages) for details.

| Removal | Replacement |
| -------------------------------- | ----------------------------------------------------- |
Expand All @@ -102,7 +103,7 @@ Migrating from 6.x to 8.x, the following packages are [removed](https://github.c
| `@storybook/store` | `@storybook/preview-api` |
| `@storybook/api` | `@storybook/manager-api` |

The following packages are [deprecated](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-storybooktesting-library-package):
The following packages are **deprecated**. See the [full migration notes](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-storybooktesting-library-package) for details.

| Deprecation | Replacement |
| ---------------------------- | ----------------- |
Expand Down
5 changes: 3 additions & 2 deletions docs/migration-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The rest of this guide will help you upgrade successfully, either automatically

- [`storiesOf` API has been removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removal-of-storiesof-api)
- [`*.stories.mdx` format has been removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#dropping-support-for-storiesmdx-csf-in-mdx-format-and-mdx1-support)
- [Packages have been consolidated/removed](#package-structure-changes)
- [Implicit actions (from `argTypesRegex`) can no longer be used during rendering (e.g. in a play function)](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function)
- [`react-docgen` (instead of `react-docgen-typescript`) is the default for component analysis](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#react-docgen-component-analysis-by-default)
- [Storyshots has been removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#storyshots-has-been-removed)
Expand Down Expand Up @@ -153,7 +154,7 @@ If you prefer to debug yourself, here are a few useful things you can do to help

## Package structure changes

Migrating from 7.x to 8.x, the following packages are [removed](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removed-deprecated-shim-packages):
The following packages are **removed**. See the [full migration notes](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#removed-deprecated-shim-packages) for details.

| Removal | Replacement |
| -------------------------------- | ----------------------------------------------------- |
Expand All @@ -166,7 +167,7 @@ Migrating from 7.x to 8.x, the following packages are [removed](https://github.c
| `@storybook/store` | `@storybook/preview-api` |
| `@storybook/api` | `@storybook/manager-api` |

The following packages are [deprecated](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-storybooktesting-library-package):
The following packages are **deprecated**. See the [full migration notes](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-storybooktesting-library-package) for details.

| Deprecation | Replacement |
| ---------------------------- | ----------------- |
Expand Down

0 comments on commit 877257e

Please sign in to comment.