Skip to content

Release: Prerelease 10.1.0-beta.5#33168

Merged
yannbf merged 68 commits into
next-releasefrom
version-non-patch-from-10.1.0-beta.4
Nov 25, 2025
Merged

Release: Prerelease 10.1.0-beta.5#33168
yannbf merged 68 commits into
next-releasefrom
version-non-patch-from-10.1.0-beta.4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Nov 25, 2025

This is an automated pull request that bumps the version from 10.1.0-beta.4 to 10.1.0-beta.5.
Once this pull request is merged, it will trigger a new release of version 10.1.0-beta.5.
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: Core: Fix testing widget focus outline #33172
  • 🐛 Bug: Checklist: Autocomplete "See what's new" on URL navigation #33167
  • 🐛 Bug: UI: Fix trivial RefBlocks ARIA violations #33026
  • 🔧 Maintenance: UI: Add padding for ArgsTable shadow in TabbedArgsTable #33034
  • 🐛 Bug: UI: Rework default background of Color swatch for dark mode #33023
  • 🐛 Bug: Core: Rename Listbox component to ActionList and use it in TagsFilterPanel #33140
  • 🐛 Bug: UI: Refocus search input after clearing it #33165
  • 🐛 Bug: UI: Fix crashes in Select when passed falsy non-string options #33164
  • 🐛 Bug: UI: Fix regression on addon panel empty content fontsize #33021
  • 🏗️ Build: Docs: Make Search FilledIn story content less confusing #33027
  • 📝 Documentation: Docs: Separate supported from community frameworks #33062

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.1.0-beta.5

  • Checklist: Autocomplete "See what's new" on URL navigation - #33167, thanks ghengeveld!
  • Core: Fix testing widget focus outline - #33172, thanks ghengeveld!
  • Core: Rename Listbox component to ActionList and use it in TagsFilterPanel - #33140, thanks ghengeveld!
  • UI: Add padding for ArgsTable shadow in TabbedArgsTable - #33034, thanks Sidnioulz!
  • UI: Fix crashes in Select when passed falsy non-string options - #33164, thanks Sidnioulz!
  • UI: Fix regression on addon panel empty content fontsize - #33021, thanks Sidnioulz!
  • UI: Fix trivial RefBlocks ARIA violations - #33026, thanks Sidnioulz!
  • UI: Refocus search input after clearing it - #33165, thanks Sidnioulz!
  • UI: Rework default background of Color swatch for dark mode - #33023, thanks Sidnioulz!

Sidnioulz and others added 30 commits November 12, 2025 13:04
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
…es.tsx

Co-authored-by: Steve Dodier-Lazaro <Sidnioulz@users.noreply.github.com>
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.4 branch from 09b5ffb to 680bc43 Compare November 25, 2025 16:33
UI: Rework default background of Color swatch for dark mode
…ped-shadow

UI: Add padding for ArgsTable shadow in TabbedArgsTable
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.4 branch from 680bc43 to adce4ed Compare November 25, 2025 16:38
…rk-consolidation

Docs: Separate supported from community frameworks
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.4 branch from adce4ed to 5909f54 Compare November 25, 2025 16:45
…s-confusing

Docs: Make Search FilledIn story content less confusing
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.4 branch from 5909f54 to 370f714 Compare November 25, 2025 16:51
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 25, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Nov 25, 2025

View your CI Pipeline Execution ↗ for commit 5299715

Command Status Duration Result
nx run-many -t check -c production --parallel=7 ✅ Succeeded 1s View ↗
nx run-many -t build -c production --parallel=3 ✅ Succeeded 2s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-25 19:21:37 UTC

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Nov 25, 2025

View your CI Pipeline Execution ↗ for commit 370f714

Command Status Duration Result
nx run-many -t build -c production --parallel=3 ✅ Succeeded 3s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-25 17:35:33 UTC

@yannbf yannbf removed ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 25, 2025
Checklist: Autocomplete "See what's new" on URL navigation
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.4 branch from 370f714 to 289e6c2 Compare November 25, 2025 17:58
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.4 branch from 289e6c2 to 5299715 Compare November 25, 2025 18:33
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 25, 2025
@yannbf yannbf merged commit 45f406b into next-release Nov 25, 2025
121 of 122 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.1.0-beta.4 branch November 25, 2025 19:38
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.

6 participants