New Features
- feat(safePolygon): expose and document
restMs
+buffer
options (#1620)
Bug Fixes
-
Allow
undefined
passed as an event listener prop value in prop getters (#1614)getFloatingProps({onKeyDown: undefined})
-
Do not close floating element on blur when focus goes to nested floating elements within a portal (#1619)
-
fix(restMs): handleClose in a deep tree (#1616)
-
fix(useListNavigation): reset index in pointer leave (#1617)
-
Simplify
useInteractions
prop merging logic (#1614) -
fix(restMs): allow infinite delay (#1616)
If
restMs
is specified, anddelay
is0
(the default), thendelay
is infinite (i.e. a no-op) -
feat(types): allow specifying narrower reference type in
useFloating()
(#1615)