-
Notifications
You must be signed in to change notification settings - Fork 370
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: add storybook framework #4585
Conversation
🦋 Changeset detectedLatest commit: 71f1c1b The changes in this PR will be included in the next version bump. This PR includes changesets to release 260 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
9648a90
to
af81f97
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4585 +/- ##
==========================================
- Coverage 57.59% 52.33% -5.27%
==========================================
Files 672 681 +9
Lines 17794 18509 +715
Branches 3876 4254 +378
==========================================
- Hits 10249 9687 -562
- Misses 6934 8141 +1207
- Partials 611 681 +70 ☔ View full report in Codecov by Sentry. |
af81f97
to
79d1810
Compare
79d1810
to
f350215
Compare
cd533b2
to
04ea740
Compare
packages/builder/builder-webpack-provider/src/types/thirdParty/index.ts
Outdated
Show resolved
Hide resolved
11f9d5f
to
230ee66
Compare
a1f2da6
to
e7df41f
Compare
packages/builder/builder-webpack-provider/src/types/thirdParty/index.ts
Outdated
Show resolved
Hide resolved
637d5fa
to
e841802
Compare
6024e99
to
0d1e521
Compare
610a747
to
1e4fbab
Compare
The legacy storybook plugin is moved to another repo https://github.com/web-infra-dev/legacy-storybook |
1e4fbab
to
4794299
Compare
6722e3e
to
b92f763
Compare
b92f763
to
fb73dfc
Compare
feat: optimize github workflow config (#4826) chore: use self host for type-checker (#4827) feat: release action trigger rsbuild update-modern workflow (#4828) fix: export reporter only in middlewares-context (#4562) feat: update rspress version (#4821) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: neverland <[email protected]> chore(module-tools): add comment for resolve false in browser alias (#4818) docs: fix broken dicebear avatar api url (#4835) feat: add storybook framework (#4585) fix: modify the generated routes code, compatible with loadable and swc (#4833) chore(storybook): fix version, files and license (#4836) fix(storybook-builder): add missing files (#4837) feat: optimize generator bundle (#4838) feat(plugin-runtime): support ssr inline assets (#4735) feat: upgrade generator support handle special package (#4839) fix(module-tools): update umd global code (#4825) fix(plugin-testing): failed to run tests with decorators (#4840) fix(module-pluginnode-polyfill): no bundle globals.js (#4841)
Summary
Add support for storybookV7 framework
storybook
🤖 Generated by Copilot at a3d670a
This pull request adds a new
storybook-builder
package that integrates modern.js with storybook, using either webpack or rspack as the bundler. It also updates some existing packages to support this integration, such as exporting types and functions, adding node exports, and using types from the same package. Additionally, it adds a changeset file, an eslint configuration file, and a custom docgen handler and loader for storybook.Details
🤖 Generated by Copilot at a3d670a
Related Issue
Checklist
pnpm run change
.