github remix-run/remix ui@0.3.0
ui v0.3.0

4 hours ago

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 from handle.props in both setup and render code.

  • Updated anchor(floating, anchorTarget, options) to accept either an HTMLElement or coordinate target via the new AnchorPoint/AnchorTarget types.

  • 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

Don't miss a new remix release

NewReleases is sending notifications on new releases.