-
Notifications
You must be signed in to change notification settings - Fork 17
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(deps): update dependency @floating-ui/react-dom to v2 #1904
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/floating-ui-react-dom-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
requested review from
chloezxyy,
fullstackninja864,
pierregee and
lykalabrada
as code owners
November 14, 2023 07:23
❌ Deploy Preview for defi-scan failed.
|
github-actions
bot
added
the
kind/dependencies
Pull requests that update a dependency file
label
Nov 14, 2023
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
3 times, most recently
from
November 29, 2023 02:50
864fc93
to
7d8a636
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
9 times, most recently
from
December 6, 2023 07:07
bb26fc4
to
5ecc8be
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
2 times, most recently
from
January 6, 2024 09:46
7bd587a
to
1c62656
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
January 16, 2024 14:27
1c62656
to
f7078d1
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
3 times, most recently
from
February 2, 2024 03:46
8fdd9f3
to
b1bec52
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
February 2, 2024 04:56
b1bec52
to
5ab3070
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
March 4, 2024 09:29
5ab3070
to
db5ecd0
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
2 times, most recently
from
April 1, 2024 05:26
4885458
to
dae73e6
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
2 times, most recently
from
April 30, 2024 02:31
b9d7a26
to
0b22808
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
May 20, 2024 06:23
0b22808
to
8cd04a3
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
June 25, 2024 04:56
8cd04a3
to
58187c8
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
July 5, 2024 09:43
58187c8
to
8a1ee7a
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
August 27, 2024 05:59
8a1ee7a
to
db879f6
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
2 times, most recently
from
September 15, 2024 07:13
7037bf1
to
50b850c
Compare
renovate
bot
force-pushed
the
renovate/floating-ui-react-dom-2.x
branch
from
October 10, 2024 12:50
50b850c
to
0dcf774
Compare
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.
This PR contains the following updates:
^1.3.0
->^2.1.2
Release Notes
floating-ui/floating-ui (@floating-ui/react-dom)
v2.1.2
Compare Source
Patch Changes
isPositioned
to true whenopen
is falsev2.1.1
Compare Source
Patch Changes
v2.1.0
Compare Source
Minor Changes
This also includes
size
'sapply
function:v2.0.9
Compare Source
Patch Changes
React_2
withReact
in generated .d.ts filesv2.0.8
Compare Source
Patch Changes
@floating-ui/dom@1.6.1
v2.0.7
Compare Source
Patch Changes
@floating-ui/dom@1.6.0
v2.0.6
Compare Source
Patch Changes
d3a773b
: fix: makewhileElementsMounted
reactive with respect from changing from a function toundefined
v2.0.5
Compare Source
Patch Changes
4c04669
: chore: exports .d.mts types, solves #24724c04669
]0d18e37
]v2.0.4
Compare Source
Patch Changes
9d22d83
: fix: package type importv2.0.3
Compare Source
Patch Changes
c1965f6
: refactor: minor jsdoc/type improvementsv2.0.2
Compare Source
Bug Fixes
dom
instead ofcore
(#2513)v2.0.1
Compare Source
Bug Fixes
core
/dom
1.3.0 (#2359)v2.0.0
Compare Source
This release aims to simplify the API and remove some deprecated properties. If you've been using the
refs.set*
functions since their addition in January (1.2.0
), then you can freely upgrade without changing any of your code.Breaking Changes
Default
x
andy
coordinates to0
instead ofnull
(#2300)isPositioned
lets you know if the floating element has been positioned.Remove deprecated top-level
reference
andfloating
ref setters (#2300)These are in the
refs
object:reference
->refs.setReference
floating
->refs.setFloating
whileElementsMounted
type requires cleanup function (#2300)New Features
feat:
floatingStyles
object (#2300)Pre-configured positioning styles for the majority of cases:
feat: external element synchronization in the hook (#2300)
Avoid using layout effects:
Bug Fixes
null
forarrow
'selement
option (#2300)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.