Skip to content

Update dependency @floating-ui/react to ^0.20.0

Soapbox Bot requested to merge renovate/floating-ui-react-0.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@floating-ui/react (source) ^0.19.1 -> ^0.20.0 age adoption passing confidence

Release Notes

floating-ui/floating-ui

v0.20.1

Compare Source

Bug Fixes

  • fix(FloatingArrow): ignore SSR hydration warnings (#​2198)

v0.20.0

Compare Source

New Features

  • feat: FloatingArrow component (#​2195)

    Provides the ability to render a customizable <svg> arrow element within a floating element that is automatically positioned, without needing to setup complex styles.

v0.19.2

Compare Source

Bug Fixes

  • fix(useTypeahead): allow typeahead when currentTarget contains target (#​2173)

  • fix(types): re-export middleware options types (#​2175)

  • fix(useTransitionStyles): apply initial styles in unmounted status (#​2177)

    This allows a transition-delay prop style to work correctly on the first/initial render.

  • fix(useHover): ensure scrolling away from reference after hovering it closes floating element when safePolygon is being used with a close delay and the cursor did not move (#​2178)

  • fix(useHover): prevent floating element from closing when it overlaps the reference element when using safePolygon (#​2180)

  • fix: allow platform object to be passed to the useFloating hook (#​2176)

  • fix(types): add @deprecation notice to non-ref nested element setters (#​2175)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading