Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate from Popper.js to Floating-UI #4393

Merged

Commits on Nov 26, 2023

  1. migrate from Popper.js to Floating-UI

    Breaking changes:
    
    - `popperModifiers` only accepts [Floating-UI specific middleware](https://floating-ui.com/docs/middleware)
    - 'auto', 'auto-start', and 'auto-end' placements are no longer supported
    - `popperProps` only accept [`useFloating` options](https://floating-ui.com/docs/usefloating#options)
    
    Closes Hacker0x01#3842
    G07cha committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    f4fce76 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. address review feedback

    G07cha committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1456591 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary clonning of popperComponent

    It was previously used to attach additonal props but that's no longer needed.
    G07cha committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    267c138 View commit details
    Browse the repository at this point in the history