Minor Changes
-
BREAKING CHANGE: Remix UI component render functions no longer receive props as an argument. Type component props on
Handle<Props>and read current values fromhandle.propsin both setup and render code. -
Updated
anchor(floating, anchorTarget, options)to accept either anHTMLElementor coordinate target via the newAnchorPoint/AnchorTargettypes. -
Added
menu.contextTrigger()so menus can open from right-click pointer locations while keeping existing keyboard navigation, submenus, and selection behavior.
Patch Changes
-
Fixed
css(...)so nested selector objects render recursively instead of serializing deeper nested rules as[object Object](see #11459). -
Dispatch reload events for nested frames when an ancestor frame reloads
-
Prevent non-blocking frames from displaying their fallback when an ancestor frame is reloaded