-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Release: Prerelease 10.0.0-beta.11 #32674
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
Merged
Merged
Conversation
This file contains hidden or 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
- `docs:codemod csf-factory-story --glob="*.md"`
- `docs:codemod csf-factory-config --glob="*.md"`
- Codemod unable to run on incomplete stories files ("...rest of story file")
- Some uncaught usages of Stories.Story.args -> Stories.Story.input.args
* next: (277 commits) Bump version from "10.0.0-beta.6" to "10.0.0-beta.7" [skip ci] Write changelog for 10.0.0-beta.7 [skip ci] Update yarn utility to handle errors when removing .yarnrc.yml file during installation Update yarn utility to remove existing .yarnrc.yml file during installation fix failing react sandboxes optimizeDeps app state mock to ensure vitest doesn't reload clear yarn.lock content update updated docs make url mock static in stories provide features via the vitest integration cleanup enable async stories Update Tool component to allow isRotated to be undefined, enhancing type flexibility update svelte related packages enable test syntax in storybook:ui fix lint Fix types Update Tool component type definitions for viewportName and isRotated to improve type safety Refactor viewport handling in Vitest plugin and Tool component to use consistent type definitions for options and viewports cleanup ...
* next: Re-apply missing changes: add type checking section and update sandbox API rate limit documentation Apply suggestions from code review Apply suggestions from code review Fix missing props Improve sidebar empty state remove re-throwing error cleanup debugging Remove unused Angular preset file to streamline framework imports debug more let's debug this Refactor preset imports in Angular framework to use fileURLToPath for better compatibility fix: pass an index in handleAddValueAdd Do not use path.join to create package.json module paths Update yarn pnp to correctly resolve addons Use exsolve's resolveModulePath for safeResolveModule Update copilot instructions based on feedback: add build command, fix sandbox documentation Create comprehensive GitHub Copilot instructions documentation Initial plan
…d renaming `disable` to `disabled` in viewport stories
…r expression references for `defaultViewport`
* next: (101 commits) Update assertion now that unhandled errors are shown correctly Fix interactions bar alignment Update E2E tests Prevent play status from leaving terminal state Expand selected story with tests on initialization Show tooltip on story status badge Avoid modern Set operators improve story index structure and types use full commit SHA for third party action Update docs/api/main-config/main-config-indexers.mdx simplify branching logic bail from workflow early if conditions aren't met Update action references and improve environment variable handling in workflows based on https://docs.github.com/en/actions/reference/security/secure-use simplify deps installation update docs cleanup Refactor Node.js setup and dependency installation across workflows extract node and dependency setup into reusable action merge canary workflow into publish workflow Telemetry: Add metadata for react routers ...
Co-authored-by: jonniebigodes <[email protected]>
…ybookjs/storybook into jeppe/support-extensionless-imports
* next: Update filter image Update docs/writing-stories/tags.mdx Update docs/api/main-config/main-config-tags.mdx Docs: Update tags, add filtering Fix: Incorrect URLS for the upgrade command
- Added `lilconfig` dependency to manage PostCSS configurations. - Introduced `find-postcss-config.ts` to locate and load PostCSS config files with a fallback mechanism. - Updated `preset.ts` to utilize the new PostCSS loading functionality, improving error handling for incompatible configurations.
- Refactored PostCSS configuration loading by renaming `loadPostCssConfigWithFallback` to `normalizePostCssConfig` for clarity. - Enhanced error handling in `normalizePostCssConfig` to manage incompatible configurations more effectively. - Added `yaml` dependency version `2.8.1` to `package.json` and updated `yarn.lock` accordingly.
- Eliminated the YAML loader and related search places from the PostCSS configuration handling. - Simplified the code structure in `find-postcss-config.ts` for better maintainability. - Ensured compatibility with existing PostCSS configurations while enhancing error handling.
…date yarn.lock accordingly
…ification NextJS: Enhance PostCSS configuration handling
ccf0205 to
f6c2665
Compare
|
View your CI Pipeline Execution ↗ for commit d10e24f
☁️ Nx Cloud last updated this comment at |
…s-imports Presets: Support extensionless imports in TS-based presets
…-more-ts-support CSF: Enhance config-to-csf-factory to support type wrappers
…_builder React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder
f6c2665 to
f210cee
Compare
Nextjs: Fix Nextjs version detection with prereleases
f210cee to
d10e24f
Compare
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
10.0.0-beta.10to10.0.0-beta.11.Once this pull request is merged, it will trigger a new release of version
10.0.0-beta.11.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:sb.mockusage in Storybook's deployed in subpaths #32678 (will also be patched)If 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
10.0.0-beta.11
sb.mockusage in Storybook's deployed in subpaths - #32678, thanks valentinpalkovic!