Base UI interaction stability
Pro Prisma and Pro Drizzle receive follow-up fixes for forms, image cropping, navigation, menus, authentication feedback and responsive layout.
This release tightens the Base UI migration across both starter kits after testing complete authentication, organization and administration workflows on desktop and mobile.
What changed
- Fixed the shared form message component so validation errors no longer change React's hook order after submission.
- Restored interactive image cropping for profile pictures and organization logos, including reliable initialization when a Base UI dialog opens.
- Corrected theme-provider ordering to prevent client-rendered theme scripts from producing console warnings.
- Improved sidebar scrolling, navigation dropdown sizing, separators, header spacing and authentication card footers.
- Refined organization switcher spacing, active indicators, avatar sizing and menu layout.
- Kept destructive invitation actions on one line and made their intent clear with destructive styling.
- Surface a clear error when Google sign-in is selected without configured provider credentials.
Verification
The Prisma and Drizzle applications were type-checked, linted, format-checked
and built with Next.js 16.3.0. Shared component and MCP test suites were also
run; all application tests passed, while the isolated MCP command smoke test
requires an npm executable in the test environment.
Existing projects
New downloads include these fixes and require no database migration. Existing projects that already adopted the Base UI release can review the follow-up commit for the affected shared components and call sites.
See the theming and component guidance for Pro Prisma or Pro Drizzle.