Skip to content

Release: Prerelease 10.3.0-alpha.7#33851

Merged
yannbf merged 37 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.6
Feb 18, 2026
Merged

Release: Prerelease 10.3.0-alpha.7#33851
yannbf merged 37 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.6

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 16, 2026

This is an automated pull request that bumps the version from 10.3.0-alpha.6 to 10.3.0-alpha.7.
Once this pull request is merged, it will trigger a new release of version 10.3.0-alpha.7.
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:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🐛 Bug: Next.js: Handle legacyBehavior prop in Link mock component #33862 (will also be patched)
  • 🐛 Bug: Core: Require token for websocket connections #33820 (will also be patched)
  • 🐛 Bug: Preact: Support inferring props from component types #33828
  • 📝 Documentation: Docs: Adjust builder API snippet #33852
  • 📝 Documentation: Docs: Point monorepo links to next branch #33799
  • 📝 Documentation: Docs: Fix build command and typo in main config build #33816
  • 📝 Documentation: Docs: Fix broken CSF doc links #33793

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.3.0-alpha.7

  • Core: Require token for websocket connections - #33820, thanks ghengeveld!
  • Next.js: Handle legacyBehavior prop in Link mock component - #33862, thanks yatishgoel!
  • Preact: Support inferring props from component types - #33828, thanks JoviDeCroock!

pavan-sh and others added 25 commits February 6, 2026 15:41
…WebSocket connections

- Updated `iframe-webpack.config.ts` to remove unused imports.
- Modified `framework.ts` to change the type of `globals` and include `channelOptions` in the applied presets.
- Enhanced `index.ts` to extract `CHANNEL_OPTIONS` from global variables and append the token to the WebSocket channel URL.
- Adjusted `dev-server.ts` to pass the token to the server channel.
- Introduced a new utility `validate-websocket-token.ts` for token validation.
- Updated `get-server-channel.ts` to accept a token parameter and validate incoming WebSocket connections.
- Added tests in `server-channel.test.ts` to ensure proper handling of token validation for WebSocket connections.

This change improves security by ensuring only authorized connections are accepted.
Preact: Support inferring props from component types
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Feb 16, 2026
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Feb 16, 2026
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.6 branch from 46609d4 to 639c1d2 Compare February 16, 2026 15:11
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.6 branch from 639c1d2 to 186840c Compare February 16, 2026 15:24
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.6 branch from 186840c to 75542ab Compare February 16, 2026 16:29
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.6 branch from 75542ab to 07b46aa Compare February 18, 2026 08:15
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.6 branch from 07b46aa to 45a6cbe Compare February 18, 2026 09:17
@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Feb 18, 2026
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 45a6cbe, ran on 18 February 2026 at 09:55:40 UTC

The following packages have significant changes to their size or dependencies:

@storybook/preact

Before After Difference
Dependency count 2 2 0
Self size 16 KB 23 KB 🚨 +7 KB 🚨
Dependency size 32 KB 32 KB 0 B
Bundle Size Analyzer Link Link

@yannbf yannbf merged commit ebc10a8 into next-release Feb 18, 2026
293 of 294 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.3.0-alpha.6 branch February 18, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants