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
layouts: bind MenuItem and Link to actions with sealed context
effects: ActionResult::redirect() is removed; use to() instead. ActionResult now exposes the full effect vocabulary (openModal, resetForm, download, toggleSidebar, Translatable toasts) and the same navigation verbs as LatticeResponse (to/toRoute/back). Navigation on ActionResult emits a RedirectEffect (resolved server-side) rather than a real HTTP redirect; the wire format is unchanged.
context: own context on the definition instance, symmetric across render and endpoints
Features
context: own context on the definition instance, symmetric across render and endpoints (0220d01)
forms: constrain a Choice to its configured options automatically (3aa0db2)
layouts: bind MenuItem and Link to actions with sealed context (b26b313)