Skip to content

chore(deps-dev): bump @floating-ui/dom from 1.0.2 to 1.0.12#823

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/floating-ui/dom-1.0.12
Closed

chore(deps-dev): bump @floating-ui/dom from 1.0.2 to 1.0.12#823
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/floating-ui/dom-1.0.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 19, 2022

Bumps @floating-ui/dom from 1.0.2 to 1.0.12.

Release notes

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

@​floating-ui/dom@​1.0.12

Bug Fixes

  • fix(getScale): fallback to old scale technique if element is not using box-sizing: border-box (#2037)

@​floating-ui/dom@​1.0.11

Bug Fixes

  • fix(getScale): handle box-sizing: content-box (#2036)

@​floating-ui/dom@​1.0.10

Bug Fixes

  • fix: use computed width/height when calculating scale transforms. Fractional width/height could cause slight discrepancies with the scale factors, and therefore incorrect positioning (#2019)

  • fix: handle nested scale where the reference and offsetParent both had their own scale (#2019)

Performance Improvements

  • perf: add caching for expensive DOM calls. The cache only lives for a single computePosition call, so there won't be any stale DOM checks. (#2030)

    The userAgent check is now cached forever after the first call however

@​floating-ui/dom@​1.0.9

Bug Fixes

  • fix: correctly handle parent scale transforms when detecting clipping (#2011)

@​floating-ui/dom@​1.0.8

Bug Fixes

  • fix: don't includeScale when converting offsetParent-relative rect to viewport-relative rect (#2004)

    When a container of the floating element had been scaled, this led to incorrect clipping detection. This means the floating element could get incorrectly positioned, namely due to shift(), or flip too early unexpectedly, etc.

  • fix(getBoundingClientRect): check for a virtual element's contextElement scale if present (#2005)

Performance Improvements

  • perf: slightly reduce bundle size (#1994)

@​floating-ui/dom@​1.0.7

Bug Fixes

  • fix(getClippingRect): remove regression introduced in 1.0.5 where clipping ancestors for a fixed floating element would be incorrectly determined — an ancestor would be marked as clipping even if the floating element could appear outside of it (#1972)

  • fix(platform/getElementRects): ensure that getOffsetParent and getDimensions are both referenced from the current platform object (if adding custom methods) (#1973)

@​floating-ui/dom@​1.0.6

... (truncated)

Commits

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)

Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.0.2 to 1.0.12.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.0.12/packages/dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 19, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 23, 2022

Looks like @floating-ui/dom is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 23, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev/floating-ui/dom-1.0.12 branch December 23, 2022 07:08
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants