feat(dropdowns): migrate to Floating UI
This drops Popper.js in favor of its successor, Floating UI. BREAKING CHANGE: While Floating UI is similar to Popper.js, its API changed slightly. It might be worth reading the migration guide over at https://floating-ui.com/docs/migration. `GlDisclosureDropdown` and `GlListbox` previously exposed a way to customize Popper.js' config through the `popperOptions` prop. This has been deprecated in favor of a `dropdownOffset` prop which accepts the same values as Floating UI's `offset` middleware. https://floating-ui.com/docs/offset
Loading
-
mentioned in commit 099543ff
-
mentioned in merge request gitlab-org/frontend/pajamas-adoption-scanner!152 (merged)
-
mentioned in merge request status-page!800 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!3416 (merged)
-
mentioned in merge request gitlab-docs!3926 (merged)
-
mentioned in merge request gitlab!122801 (closed)
Please register or sign in to comment