-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(storybook): deprecate v6 support #16650
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mandarini
requested review from
jaysoo,
Coly010,
ndcunningham,
xiongemi and
leosvelperez
as code owners
April 28, 2023 18:38
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
April 28, 2023 20:47
e682b45
to
f4b1420
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
4 times, most recently
from
April 28, 2023 21:05
bfb55e3
to
06d2a27
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
April 28, 2023 21:13
06d2a27
to
e233d65
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
3 times, most recently
from
April 28, 2023 21:24
749e2ab
to
d7b437b
Compare
Coly010
approved these changes
May 2, 2023
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 3, 2023 08:49
d7b437b
to
31666d5
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 3, 2023 12:00
31666d5
to
3042640
Compare
jaysoo
reviewed
May 3, 2023
FrozenPandaz
approved these changes
May 3, 2023
AgentEnder
approved these changes
May 3, 2023
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 3, 2023 17:33
3042640
to
0345dd5
Compare
xiongemi
approved these changes
May 3, 2023
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 4, 2023 12:09
0345dd5
to
57385e0
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 4, 2023 12:22
57385e0
to
7fa0c7c
Compare
mandarini
changed the title
feat(storybook): remove Storybook v6 support
feat(storybook): deprecate v6 support
May 4, 2023
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 4, 2023 12:30
7fa0c7c
to
3365d9f
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 4, 2023 12:36
3365d9f
to
c36a1af
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 4, 2023 13:01
c36a1af
to
5567c07
Compare
mandarini
force-pushed
the
feat/remove-sb6-support
branch
from
May 4, 2023 13:44
5567c07
to
51fbc52
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removing most v6-related code. Big cleanup!
Cleanup of most things related to Storybook v6. If users have a workspace using Storybook v6, they can run Storybook, but they cannot generate v6 Storybook. They are prompted to upgrade.
Removed extra tests, extra settings, extra configurations. Cleaned up docs, too. Docs may need more cleanup, will do followup PR if I find anything eventually.
No breaking changes! :)