Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @floating-ui/dom from 1.2.3 to 1.2.5 #2292

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps @floating-ui/dom from 1.2.3 to 1.2.5.

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.2.5

Bug Fixes

  • fix: don't skip initial ResizeObserver callback update in autoUpdate (#2232)

    This runs two updates on mount instead of one when elementResize is enabled. When dealing with frameworks that use inside-out (down-up) initialization of effects/rendering, like React, children are positioned before their parent positioned which meant they were positioned relative to the (0, 0) coordinates, which is incorrect. This problem only presents itself when the child and parent both try to position themselves at the same time on mount — for example, opening a menu and its submenu simultaneously.

    By not skipping this update, this issue isn't present since children reposition themselves after their parents have been positioned.

@​floating-ui/dom@​1.2.4

Bug Fixes

  • fix(getDimensions): measure <svg> arrows with CSS sizes instead of getBoundingClientRect() to avoid reading transformations (#2223)
Commits
  • 4ab077a fix(dom): don't skip initial RO callback in autoUpdate (#2232)
  • be47d12 fix(FloatingArrow): prevent transparency overlap, vertical sizing, strokeWidt...
  • 07a9f4f fix(inline): merge rects on the same line (y coord) (#2220)
  • f811580 chore: update React playground
  • 1410f69 chore: fix circular deps
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.2.5/packages/dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/floating-ui/dom-1.2.5 branch from 04d4d20 to 3b481a5 Compare March 20, 2023 11:11
@github-actions github-actions bot merged commit b00f38c into master Mar 20, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/floating-ui/dom-1.2.5 branch March 20, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants