Bump @floating-ui/dom from 1.7.6 to 1.8.0 - #42892
Open
julien-deramond wants to merge 1 commit into
Open
Conversation
Updates the peer/dev dependency and the jsDelivr CDN pin in config.yml used by the import-map docs examples. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
julien-deramond
marked this pull request as ready for review
September 1, 2026 19:15
Member
Author
|
On my end, I think it can be merged without any issues. If you feel the same, @mdo, and you don’t think it’s too risky for the upcoming alpha (depending on when you’re planning to release it), feel free to merge directly. Once it’s merged, I’ll update twbs/examples#997 accordingly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@floating-ui/domfrom^1.7.6to^1.8.0inpeerDependenciesanddevDependencies(package.json,package-lock.json).@floating-ui/dominconfig.yml, used by the import-map examples in the docs.Impact
This is a semver-minor release (1.8.0 release notes). No breaking changes for Menu, Tooltip, Popover, or Combobox.
rootBoundary: 'layoutViewport'option — stays stable during pinch-zoom or when a mobile keyboard opens, unlike'viewport'. We don't expose this option today, so it has no effect on current behavior.autoUpdatenow refreshes immediately on reference movement instead of waiting for the 1s layout-shift throttle, and its layout-shift observer refreshes correctly on root resize. Benefits Tooltip, Popover, and Menu, which rely onautoUpdate.scrollbar-gutter: stable(includingboth-edges) is now accounted for in viewport/clipping calculations. Improves positioning accuracy forboundary: 'clippingParents', our default.inline()middleware no longer throws when a virtual element lacksgetClientRects.Our
peerDependenciesrange was already^1.7.6, so this bump doesn't change what consumers can install — it only updates our own dev/CI copy and the CDN-pinned version shown in docs examples.Verification
npm run js-lint— passes (pre-existing warnings only)npm run js-compile— builds cleanly against 1.8.0