Skip to content

Release: Prerelease beta 10.3.0-beta.0#34156

Merged
yannbf merged 162 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.17
Mar 16, 2026
Merged

Release: Prerelease beta 10.3.0-beta.0#34156
yannbf merged 162 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.17

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

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

  • 🏗️ Build: CI: Make commit fail visibly (and not fail!) in release job #34155
  • ❔ Missing Label: Build: Gitignore MCPs #34157
  • 🏗️ Build: CI: Allow the GitHub Actions bot to make release PRs #34076
  • 🐛 Bug: Test: Fix clearing mocks in Vitest #34078
  • 🐛 Bug: Core: Fix event source URL based on refId when multiple iframes share the same origin #34105 (will also be patched)
  • 🐛 Bug: UI: Make TagsFilter state persistent #33374
  • 🐛 Bug: A11y: Make resize handles for addon panel and sidebar accessible #33980
  • 🔧 Maintenance: Maintenance: Use std-env for AI agent detection in telemetry #34114
  • 🐛 Bug: Addon-Vitest: Make Playwright --with-deps platform-aware to avoid sudo prompt on Linux #34121
  • 🐛 Bug: Addon-docs: Restore docs.components overrides for doc blocks #34111
  • 🔧 Maintenance: Maintenance: Support vite-plugin-svelte7 which supports Vite 8 #34115 (will also be patched)
  • 🐛 Bug: Core: Fix handling complex viewport sizes #33615
  • 🐛 Bug: Core: Fix iframe reference for composed Storybook on a subpath #34100
  • 🔧 Maintenance: Manifest: Rename experimentalComponentsManifestcomponentsManifest, default to true #33974
  • 🐛 Bug: Manifests: Fix Attached MDX causing wrong component entries #34101
  • 🐛 Bug: Vue3-Vite: Allow paths in docgen tsconfig option #32310
  • 🐛 Bug: Next.js: Move image configuration from FrameworkOptions to parameters #32639
  • 🐛 Bug: Docs: Make CSS ordering in DocsContainer more predictable #34015
  • 🏗️ Build: Maintenance: Install NX MCP server #33234
  • 📝 Documentation: Documentation: Add CLAUDE.md and docs for AI coding assistants #33568
  • 🏗️ Build: Build: Fix CI issues for expo and sveltekit sandboxes #34135
  • 🏗️ Build: Angular: Update Node CI executors to support Angular prerelease Node.js min version #34112 (will also be patched)
  • 🏗️ Build: SvelteKit: Fix template stories using runes mode #34128
  • 🏗️ Build: Build: Install Husky hooks in fresh worktrees #34126
  • 📝 Documentation: Docs: Add sidebarOnboardingChecklist feature and feature defaults #34103

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-beta.0

Thomaash and others added 30 commits August 21, 2025 10:04
Co-authored-by: kasperpeulen <1035299+kasperpeulen@users.noreply.github.com>
Co-authored-by: kasperpeulen <1035299+kasperpeulen@users.noreply.github.com>
Co-authored-by: kasperpeulen <1035299+kasperpeulen@users.noreply.github.com>
…to true

Co-authored-by: JReinhold <5678122+JReinhold@users.noreply.github.com>
… CSS ordering on theme change

When styled() is called with multiple arguments (e.g., styled.h1(withReset, headerCommon, themeFunc)),
Emotion generates separate CSS classes for each argument. On theme change, unchanged classes are reused
at their original stylesheet position while changed ones are appended at the end. This causes
unpredictable CSS cascade ordering since DocsContent's :where() selectors and component classes share
the same specificity (0-1-0).

By merging all arguments into a single function, each component produces exactly one CSS class that is
always regenerated together on theme change, ensuring consistent stylesheet ordering.

Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Mar 16, 2026
@Sidnioulz Sidnioulz added the freeze Freeze the Release PR with this label label Mar 16, 2026
@yannbf yannbf added the ci:daily Run the CI jobs that normally run in the daily job. label Mar 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Mar 16, 2026

Fails
🚫

PR is not labeled with one of: ["cleanup","BREAKING CHANGE","feature request","bug","documentation","maintenance","build","dependencies"]

Generated by 🚫 dangerJS against df577b7

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 16, 2026

View your CI Pipeline Execution ↗ for commit df577b7

Command Status Duration Result
nx run-many -t compile -c production --parallel=1 ✅ Succeeded 5m 21s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-16 15:19:07 UTC

@storybook-app-bot
Copy link
Copy Markdown

storybook-app-bot Bot commented Mar 16, 2026

Package Benchmarks

Commit: 4299592, ran on 16 March 2026 at 12:29:57 UTC

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

storybook

Before After Difference
Dependency count 49 49 0
Self size 20.21 MB 20.46 MB 🚨 +247 KB 🚨
Dependency size 16.54 MB 16.54 MB 0 B
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 183 183 0
Self size 779 KB 779 KB 🚨 +70 B 🚨
Dependency size 67.40 MB 67.65 MB 🚨 +247 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 176 176 0
Self size 32 KB 32 KB 0 B
Dependency size 65.93 MB 66.17 MB 🚨 +247 KB 🚨
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 50 50 0
Self size 1.04 MB 1.04 MB 🚨 +241 B 🚨
Dependency size 36.75 MB 37.00 MB 🚨 +247 KB 🚨
Bundle Size Analyzer node node

@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.17 branch from 194eee2 to 4299592 Compare March 16, 2026 12:17
@yannbf yannbf merged commit 2b15052 into next-release Mar 16, 2026
12 of 17 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.3.0-alpha.17 branch March 16, 2026 12:49
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.

10 participants