-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Release: Prerelease 8.2.0-alpha.1 #27128
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
don't see any breaking change in change logs of the lib. This version can resolve quantizor/markdown-to-jsx#529 and other bugs
For storybook 7 or higher, the code below does not work. ```js export const parameters = { docs: { source: { state: 'open', }, }, }; ``` It should be fixed like below: ```js export const parameters = { docs: { canvas: { sourceState: 'shown' } } }; ``` However, this document seems not changed so far. So I updated it. ## References: - https://storybook.js.org/docs/api/doc-block-canvas#sourcestate - #10430
This avoids errors when a component is being imported and re-exported under a different name via a barrel file or similar.
*Total -- 3,378.51kb -> 3,172.13kb (6.11%) /docs/contribute/storybook-reproduction-generator-location.png -- 77.72kb -> 47.79kb (38.51%) /code/lib/core-events/src/errors/message-reference.png -- 68.88kb -> 44.25kb (35.76%) /CONTRIBUTING/prerelease-workflow-inputs.png -- 77.58kb -> 49.85kb (35.74%) /docs/contribute/storybook-reproduction-generator-template.png -- 119.93kb -> 77.09kb (35.72%) /docs/api/story-pipeline-playwright-ct.png -- 97.43kb -> 72.32kb (25.77%) /docs/api/story-pipeline.png -- 90.20kb -> 68.18kb (24.41%) /code/lib/core-server/public/favicon.svg -- 1.26kb -> 1.22kb (3.17%) /docs/writing-tests/test-coverage-storybook.gif -- 566.61kb -> 554.79kb (2.09%) /docs/assets/mdx-vs-code-extension-errors.gif -- 1,090.69kb -> 1,077.12kb (1.24%) /code/lib/cli/rendererAssets/common/assets/tutorials.svg -- 1.24kb -> 1.23kb (1.1%) /code/lib/cli/rendererAssets/common/assets/discord.svg -- 2.36kb -> 2.34kb (0.91%) /docs/essentials/addon-themes-example.gif -- 1,177.62kb -> 1,168.98kb (0.73%) /code/lib/cli/rendererAssets/common/assets/accessibility.svg -- 1.52kb -> 1.50kb (0.71%) /test-storybooks/portable-stories-kitchen-sink/nextjs/stories/assets/accessibility.svg -- 1.52kb -> 1.50kb (0.71%) /code/lib/cli/rendererAssets/common/assets/youtube.svg -- 0.70kb -> 0.70kb (0.69%) /test-storybooks/portable-stories-kitchen-sink/nextjs/public/vercel.svg -- 0.61kb -> 0.61kb (0.16%) /code/lib/cli/rendererAssets/common/assets/github.svg -- 2.66kb -> 2.66kb (0.11%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
…pshot-testing.js.mdx" This reverts commit 88f8c17.
… its own types as of version 0.4.2
Release tooling: Remove "Ensure `next` is ahead" script
Docgen: Only add react-docgen info when a component is defined in the file
Dependency: bump `markdown-to-jsx` to v7.4.5
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 14, 2024 14:10
a331cbf
to
47a8c75
Compare
CLI: Include `@storybook/addon-svelte-csf` when initializing new projects
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 14, 2024 14:20
47a8c75
to
0e586f6
Compare
CLI: Add optional `--dev` and `--no-dev` options to `storybook init` CLI
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 14, 2024 14:42
0e586f6
to
5225614
Compare
…ypes-for-framework-builder-fields Types: Fix typing for main.framework/builder fields
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 14, 2024 14:53
5225614
to
cbaded3
Compare
Docs: ImgBot - Image optimization
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 14, 2024 16:12
cbaded3
to
674f968
Compare
Docs: update outdated guide to make code open by default
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 14, 2024 16:29
674f968
to
2a7064d
Compare
…block-in-mdx Docs: Fix MDX Stories block tag-filtering behavior
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 15, 2024 09:38
2a7064d
to
5cd5609
Compare
…use-subtitle-doc-block-in-mdx-without-a-story Docs: Fix Subtitle block when no `of` prop passed
storybook-bot
force-pushed
the
version-non-patch-from-8.2.0-alpha.0
branch
from
May 15, 2024 09:58
5cd5609
to
1b863a5
Compare
shilman
added
ci:daily
Run the CI jobs that normally run in the daily job.
freeze
Freeze the Release PR with this label
labels
May 15, 2024
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1b863a5. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
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.
This is an automated pull request that bumps the version from
8.2.0-alpha.0
to8.2.0-alpha.1
.Once this pull request is merged, it will trigger a new release of version
8.2.0-alpha.1
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:of
prop passed #27147 (will also be patched)--dev
and--no-dev
options tostorybook init
CLI #26918@storybook/addon-svelte-csf
when initializing new projects #27070markdown-to-jsx
to v7.4.5 #26694webpack-virtual-modules
to 0.6.0 #27102next
is ahead" script #27121If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
8.2.0-alpha.1
--dev
and--no-dev
options tostorybook init
CLI - #26918, thanks @fastfrwrd!@storybook/addon-svelte-csf
when initializing new projects - #27070, thanks @benmccann!webpack-virtual-modules
to 0.6.0 - #27102, thanks @fyodorovandrei!markdown-to-jsx
to v7.4.5 - #26694, thanks @xyy94813!of
prop passed - #27147, thanks @JReinhold!