Release: Prerelease 10.3.0-alpha.15#34047
Closed
github-actions[bot] wants to merge 63 commits intonext-releasefrom
Closed
Release: Prerelease 10.3.0-alpha.15#34047github-actions[bot] wants to merge 63 commits intonext-releasefrom
github-actions[bot] wants to merge 63 commits intonext-releasefrom
Conversation
Fixes #22390 The react-inspector's `Inspector` component supports an `expandLevel` prop that controls how deep the action tree is initially expanded. This makes it configurable via story parameters. Example usage: ```ts const meta = { parameters: { actions: { expandLevel: 2 }, }, }; ```
…panel When the addon panel is closed via the close button or keyboard shortcut (Alt+A), focus is now moved to the "Show addon panel" button in the toolbar. This uses the existing focusOnUIElement polling mechanism to handle the timing of React re-renders. Fixes broken tab navigation after closing the addon panel. Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
- Make focusOnUIElement polling optional via { poll: false } option
- Return boolean (sync) or Promise<boolean> (when polling) for success
- Maintain backwards compat with boolean 2nd arg for select option
- Only move focus when it was within the panel (shortcuts.ts)
- Fall back to document.body.focus() when showAddonPanel button unavailable
- Use focusableUIElements.showAddonPanel constant in container/Panel.tsx
- Add 10 unit tests for focusOnUIElement covering all code paths
Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
…ollowup UI: Handle kb nav edge cases when preview and panel are hidden
UI: Fix code/copy buttons overlap with content
233ebc1 to
5e33543
Compare
Vue3: Use component's name as displayName if available
…-bug UI: Fix tab navigation after closing addon panel
5e33543 to
f80955c
Compare
f80955c to
9ba0dfa
Compare
…er-8402 Add agentic workflow code-simplifier
9ba0dfa to
e7878db
Compare
…unction-typo Docs: Fix custom render function typo
e7878db to
c8b2f36
Compare
…nd refine issue creation criteria
…e-detector-3466 Build: Add agentic workflow duplicate-code-detector
c8b2f36 to
7ff387c
Compare
Introduces Serena, a semantic coding MCP server, to the monorepo. Serena provides language-server-powered tools for symbol navigation, semantic search, and structured code editing — enabling AI agents to explore and modify the codebase more efficiently. Includes project configuration and onboarding memories covering project overview, code style/conventions, suggested commands, and task completion checklist. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Build: Add Serena MCP server configuration
7ff387c to
81f0fd2
Compare
|
View your CI Pipeline Execution ↗ for commit 81f0fd2
☁️ Nx Cloud last updated this comment at |
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 18 | 18 | 0 |
| Self size | 1.64 MB | 1.66 MB | 🚨 +20 KB 🚨 |
| Dependency size | 9.25 MB | 9.25 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
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
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.3.0-alpha.14to10.3.0-alpha.15.Once this pull request is merged, it will trigger a new release of version
10.3.0-alpha.15.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:setProjectAnnotations#340495d67667f5e2689606330c34d46cea790058c74d1allowedHostscore config option #33987 (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.3.0-alpha.15