You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FormBuilder: Rename allValues → values in display/render/plugin render callbacks for consistency with section renderBefore/renderAfter (allValues still passed for backwards compatibility)
FormBuilder: Grid layout (columns prop) now collapses responsively on narrow viewports using AutoGrid
Features
FormBuilder: Dev warnings for unknown/mismatched field and section props (e.g., title → label, fullWidth → width: "full")
FormBuilder: Document width: "full" field prop as alternative to colSpan
FormBuilder: Add width to TypeScript definitions
Docs
Expanded layout documentation with comparison table, responsive behavior notes, and usage guidance for all four layout modes