generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix: Support Storybook 6.5 #107
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
Contributor
[BREAKING CHANGES]: Drop Storybook 6.4 support fixes #106
valentinpalkovic
force-pushed
the
feat-support-storybook-6.5
branch
from
May 18, 2022 16:33
40ac66c
to
bae60c2
Compare
valentinpalkovic
added
bug
Something isn't working
and removed
feature request
New feature or request
labels
May 18, 2022
shilman
requested changes
May 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bunch of stuff, but the makeTitle
stuff is super urgent. Thanks so much for catching this @valentinpalkovic and for the quick PR
valentinpalkovic
changed the title
feat: Support Storybook 6.5
fix: Support Storybook 6.5
May 19, 2022
yannbf
reviewed
May 19, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[BREAKING CHANGES]: Drop Storybook 6.4 support
fixes #106
📦 Published PR as canary version:
0.0.9--canary.107.1f96eca.0
✨ Test out this PR locally via:
npm install @storybook/test-runner@0.0.9--canary.107.1f96eca.0 # or yarn add @storybook/test-runner@0.0.9--canary.107.1f96eca.0
Release notes
Breaking change 💥
This version adds support to Storybook 6.5 and drops support for Storybook 6.4. Unfortunately there was a breaking change in an internal API from
@storybook/store
which is used by the test runner, which only affects users that use the auto title feature.Changes included from this pull request (#107)
Version
Published prerelease version:
v0.1.0-next.0
Changelog
Release Notes
fix: Support Storybook 6.5 (#107)
Breaking change 💥
This version adds support to Storybook 6.5 and drops support for Storybook 6.4. Unfortunately there was a breaking change in an internal API from
@storybook/store
which is used by the test runner, which only affects users that use the auto title feature.Changes included from this pull request (#107)
🚀 Enhancement
Authors: 3