Skip to content

build(deps): bump @floating-ui/react-dom from 1.1.0 to 1.3.0#694

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/floating-ui/react-dom-1.3.0
Open

build(deps): bump @floating-ui/react-dom from 1.1.0 to 1.3.0#694
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/floating-ui/react-dom-1.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps @floating-ui/react-dom from 1.1.0 to 1.3.0.

Release notes

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

@​floating-ui/react-dom@​1.3.0

New Features

  • feat: allow platform object to be passed to the useFloating hook (#2176)

Bug Fixes

  • fix(types): re-export middleware options types (#2175)

  • fix(types): add @deprecation notice to non-ref nested element setters (#2175)

@​floating-ui/react-dom@​1.2.2

Bug Fixes

  • fix(types): allow SVGElement as the arrow (#2146)

@​floating-ui/react-dom@​1.2.1

Bug Fixes

  • fix: avoid arrow re-export collision (#2113)

@​floating-ui/react-dom@​1.2.0

New Features

  • feat: add element setters to refs object (#2101)

    const {refs} = useFloating();
    <div ref={refs.setReference} />
    <div ref={refs.setFloating} />

    These replace the reference and floating callback refs (which are now aliases) by being more explicit and less confusing regarding how refs are updated.

    The refs object contains:

    {
      reference: MutableRefObject,
      floating: MutableRefObject,
      setReference: (node) => void,
      setFloating: (node) => void,
    }
    
  • feat: return elements object from hook (#2101)

    If you need to read the elements during render, where refs are not suitable, these contain the elements rather than refs.

... (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/react-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@1.3.0/packages/react-dom)

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

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 Feb 13, 2023
@netlify
Copy link
Copy Markdown

netlify bot commented Feb 13, 2023

Deploy Preview for ninjakit ready!

Name Link
🔨 Latest commit d6f7636
🔍 Latest deploy log https://app.netlify.com/sites/ninjakit/deploys/63eaa57079d03100080a04ed
😎 Deploy Preview https://deploy-preview-694--ninjakit.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

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