Closed renovate[bot] closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.99%. Comparing base (
66a22e8
) to head (125854f
). Report is 5 commits behind head on master.:exclamation: Current head 125854f differs from pull request most recent head 0e847eb
Please upload reports for the commit 0e847eb to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
0.26.16
->0.26.18
Release Notes
floating-ui/floating-ui (@floating-ui/react)
### [`v0.26.18`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/react/CHANGELOG.md#02618) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/react@0.26.17...@floating-ui/react@0.26.18) ##### Patch Changes - fix(useInteractions): split prop getter dependencies so that only the relevant element changes when necessary. Previously `reference` and `floating` prop getters had dependencies grouped. - fix(useFocus): prevent SyntheticEvent warning on React <17 - fix(inner): allow to make Derivable - fix(FloatingFocusManager): correctly close floating element when tabbing out of a modal combobox reference - fix(types): export `FloatingPortalProps`, `CompositeProps`, `CompositeItemProps` - chore: fix internal deps - fix(FloatingArrow): allow close transitions to play on floating element when grouped in instant phase - fix(useHover): prevent unnecessary delayed opens to preserve potential click open events. Fixes an issue when combining `useHover` and `useClick` hooks and a click occurred before the floating element could open on hover, it would unexpectedly close on `mouseleave` despite being triggered by a click. - refactor: improve types and internal codebase consistency. All documented types are now exported. - Update dependencies: `@floating-ui/utils@0.2.3` ### [`v0.26.17`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/react/CHANGELOG.md#02617) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/react@0.26.16...@floating-ui/react@0.26.17) ##### Patch Changes - fix(FloatingFocusManager): place fallback focus on element with floating props - feat(FloatingFocusManager): `restoreFocus` prop. This enables automatic restoration of focus to the nearest tabbable element if the element that currently has focus inside the floating element is removed from the DOM. - fix(useHover): fix restMs options throwing SyntheticEvent warning on React < 17Configuration
📅 Schedule: Branch creation - "after 8am and before 6pm every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.