Update dependency @headlessui/react to v1.7.17 - autoclosed #1
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.7.3
->1.7.17
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v1.7.17
Compare Source
Fixed
<Listbox multiple>
and<Combobox multiple>
(#2626)<MainTreeNode />
inPopover.Group
component only (#2634)Dialog
components on iOS (#2635)<Tab />
components are available when setting the next index (#2642)Combobox.Input
component on page load (#2654)appear
works using theTransition
component (even when used with SSR) (#2646)nullable
prop on theCombobox
component (#2660)<Suspense>
(#2663)v1.7.16
Compare Source
Fixed
Combobox.Input
value (#2568)aria-expanded
purely based on the open/closed state (#2610)Enter
even if no submit-like button was found (#2613)v1.7.15
Compare Source
Added
Menu
andPopover
components (#2448)Fixed
FocusTrap
is only active when the givenenabled
value istrue
(#2456)<Transition appear>
from overwriting classes on re-render (#2457)Menu
andListbox
options while searching (#2471)Portal
component, does not close thePopover
component (#2492)Changed
types
condition to the front (#2469)v1.7.14
Compare Source
Fixed
Transition
component (#2374)FocusTrap
event listeners once document has loaded (#2389)className
hydration for<Transition appear>
(#2390)Combobox
types to improve false positives (#2411)className
correctly when it’s a function (#2412)<Combobox.Input>
(#2426)Added
form
prop to form-like components such asRadioGroup
,Switch
,Listbox
, andCombobox
(#2356)v1.7.13
Compare Source
Fixed
Transition
component completes if nothing is transitioning (#2318)<Switch>
where possible (#2265)Dialog
component in theFocusTrap
component (#2322)XYZPropsWeControl
and cleanup internal TypeScript types (#2329)Popover.Button
components inside aPopover.Panel
(#2333)Dialog
component closes (#2326)v1.7.12
Compare Source
Added
Fixed
Dialog
components are marked asinert
(#2290)Popover
components not opening (#2293)Dialog
cleanup when theDialog
becomes hidden (#2303)v1.7.11
Compare Source
Fixed
null
values for thedataRef
correctly (#2258)aria-multiselectable
to[role=listbox]
in theCombobox
component (#2271)Combobox.Input
when aCombobox.Option
is selected (#2272)activeOptionIndex
if the active option is unmounted (#2274)Ref
type for forwardedSwitch
's ref (#2277)Dialog
component when going into theClosing
state (#2264)v1.7.10
Compare Source
Fixed
import * as React from 'react'
pattern (#2242)v1.7.9
Compare Source
Fixed
Suspense
boundary received an update before it finished hydrating" error in theDisclosure
component (#2238)import * as React from 'react'
pattern (#2242)v1.7.8
Compare Source
Fixed
Tab
(after DOM order changes) (#2145)<Popover.Button>
components (#2146)Tab
key with non focusable elements inPopover.Panel
(#2147)<Popover.Button />
in React 17 (#2163)failed to removeChild on Node
bug (#2164)Combobox
accessibility (#2153)headlessuiFocusGuard
ofrelatedTarget
in theFocusTrap
component (#2203)FocusTrap
inDialog
when there is only 1 focusable element (#2172)Tabs
wrapping around when controlling the component and overflowing theselectedIndex
(#2213)shadow-root
bug closingDialog
containers (#2217)Added
tabIndex
on theTab.Panel
(#2214)v1.7.7
Compare Source
Fixed
Dialog
closes (b20e48dd)v1.7.6
Compare Source
Fixed
displayValue
crashes (#2087)displayValue
syncing whenCombobox.Input
is unmounted and re-mounted in different trees (#2090)v1.7.5
Compare Source
Fixed
<form>
resets (#2004)<Popover.Button />
multiple times (#2007)focus
is going towindow
(#2019)shift+home
andshift+end
works as expected in theCombobox.Input
component (#2024)Combobox.Input
value (#2042)multiple
mode withoutvalue
prop (uncontrolled) forListbox
andCombobox
components (#2058)enter
andenterFrom
classes in SSR forTransition
component (#2059)id
prop (#2060)Dialog
unmounting problem due to incorrecttransitioncancel
event in theTransition
component on Android (#2071)v1.7.4
Compare Source
Fixed
<Popover.Button as={Fragment} />
crash (#1889)close
function forMenu
andMenu.Item
components (#1897)useOutsideClick
, add improvements for ShadowDOM (#1914)<Combobox.Input>
'sonChange
handler when changing the value internally (#1916)client-only
to mark everything as client components (#1981)Added
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.