Skip to content

@floating-ui/dom@0.5.0

Compare
Choose a tag to compare

New Features

  • Added "browser" export conditions (#1666)

    BREAKING: removed the previous "production" and "development" export conditions. The new "browser" key is a replacement for this. See Package entry points.

Refactors

  • @floating-ui/core v0.7.0 has breaking changes. (#1674)

  • Replaced .cjs file with .mjs and removed module type from package. Fixes CJS support in create-react-app. (#1678)

Bug Fixes

  • Avoid navigator audit message in Chrome DevTools (#1663)

  • fix(autoUpdate): retain floating element's ResizeObserver when elementResize: true and animationFrame: true (#1673)