Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop SB v6 support #862

Merged
merged 9 commits into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 5 additions & 13 deletions .github/workflows/integrated_test.yml
Expand Up @@ -14,27 +14,19 @@ jobs:
strategy:
matrix:
example_dir:
- examples/v5-managed-react-legacy-decorator
- examples/v5-simple
- examples/v6-managed-react
- examples/v6-simple
- examples/v6-story-store-v7
- examples/v7-managed-react
- examples/v7-simple-react
- examples/v7-react18
- examples/v8-react18
- examples/v8-vite5
include:
- example_dir: examples/v8-react18
node-version: 18.x
- example_dir: examples/v8-vite5
node-version: 18.x
- examples/v8-managed-react
- examples/v8-simple-react
- examples/v8-vite5-prod

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version || '16.x' }}
node-version: ${{ matrix.node-version || '18.x' }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn bootstrap
Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -548,11 +548,9 @@ You can change search channel with `--chromiumChannel` option or set executable
Storycap is tested with the followings versions:

- Simple mode:
- [x] Storybook v5.x
- [x] Storybook v6.x
- [x] Storybook v7.x
- [x] Storybook v8.x
- Managed mode:
- [x] Storybook v5.x
- [x] Storybook v6.x
- [x] Storybook v7.x
- [x] Storybook v8.x

Expand Down

This file was deleted.

15 changes: 0 additions & 15 deletions examples/v5-managed-react-legacy-decorator/.storybook/config.js

This file was deleted.

40 changes: 0 additions & 40 deletions examples/v5-managed-react-legacy-decorator/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions examples/v5-managed-react-legacy-decorator/src/index.css

This file was deleted.

29 changes: 0 additions & 29 deletions examples/v5-managed-react-legacy-decorator/src/stories/index.js

This file was deleted.