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 removedmodule
type from package. Fixes CJS support increate-react-app
. (#1678)