Skip to contents

v1.0.0-beta.7

General changes

  • Fix error about props.ref access in React <=18 (#3257)
  • Prefer non-adaptive anchoring position in <Positioner> components and fix autoFocus scroll jumps (#3250)
  • Make popups’ data-anchor-hidden state attribute check for anchor presence in layout (#3267)
  • Prevent popups from sticking after hover when pressing <a> tags inside them (#3318)
  • Improve performance when detached triggers are used (#3277)
  • Fix iOS VoiceOver voice control accessibility in non-modal popups (#3340)

Alert Dialog

  • Fix trigger registration loop (#3249)
  • Fix focus restoration when focused element is hidden with CSS (#3313)

Checkbox Group

  • Fix aria-describedby on checkbox group (#3269)

Combobox

  • Revert overload types to ensure typed wrappers work correctly (#3254)
  • Fix ignored filteredItems instances (#3272)
  • Fix loop when passing undefined to items prop (#3348)

Context Menu

  • Block mouseup at initial cursor point (#3274)

Dialog

  • Fix trigger registration loop (#3249)
  • Fix focus restoration when focused element is hidden with CSS (#3313)

Form

  • Fix cast ref type (#3324)
  • Fix trigger registration loop (#3249)
  • Do not pass key to the rendered element (#3255)
  • Fix nested dialog from closing on Shift+Tab (#3346)
  • Ensure submenu triggers participate in composite list (#3344)
  • Fix Safari 18 issue where <Positioner> width may be set to 0 on hover (#3309)

Number Field

  • Fix literal space handling with symbols (#3334)

Popover

  • Fix trigger registration loop (#3249)
  • Do not pass key to the rendered element (#3255)
  • Fix focus restoration when focused element is hidden with CSS (#3313)

Select

  • Revert overload types to ensure typed wrappers work correctly (#3254)

Slider

  • Fix extra onValueCommitted calls (#3312)
  • Fix cast ref type (#3324)

Tooltip

  • Fix trigger registration loop (#3249)