From 05abe225b726be408674e184c13fb4d278126ef3 Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Mon, 18 Mar 2024 12:55:08 +0100 Subject: [PATCH] Update migration section in README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a2c309b..c84b451 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,9 @@ Simplify the creation of Storybook addons - 🛄 ESM support - 🛂 TypeScript by default with option to eject to JS -### Migrating from Storybook 6.x to 7 +### Migrating to a later Storybook version -Note, if you're looking to upgrade your addon from Storybook 6.x to 7, please refer to the [migration guide](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#70-addon-authors-changes). The major changes are: - -- `register.js` was removed -- No more default export from `@storybook/addons` -- `@storybook/api` has been split into `@storybook/preview-api` and `@storybook/manager-api` - -Skip this section if you're bootstrapping a new addon. +If you have an existing addon that you want to migrate to support the latest version of Storyboook, you can check out the [addon migration guide](https://storybook.js.org/docs/addons/addon-migration-guide). ## Getting Started