chore(deps): update dependency @headlessui/react to v1.7.19 #10
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.1.1
->1.7.19
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v1.7.19
Compare Source
Fixed
disabled
state on<Tab />
component (#2918)Dialog.Panel
(#2919)hidden
attribute to internal<Hidden />
component when theFeatures.Hidden
feature is used (#2955)tabIndex
on the<Switch />
component (#2966)disabled
state to hidden inputs in form-like components (#3004)selectedIndex
for controlled<Tab/>
components (#3037)v1.7.18
Compare Source
Fixed
<Dialog>
'sonClose
twice on mobile devices (#2690)<Dialog>
(#2697)Tab.Panel
components are hidden from the accessibility tree (#2708)role="alertdialog"
to<Dialog>
component (#2709)Combobox.Input
component closes theCombobox
(#2712)className
prop when the<Transition />
component is currently not transitioning (#2722)<Disclosure.Panel>
and<Popover.Panel>
whenas={Fragment}
(#2760)Listbox
component in Chrome (#2824)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
v1.7.3
Compare Source
Fixed
Portal
detection forPopover
components (#1842)useOutsideClick
swallowing events inside ShadowDOM (#1876)Tab
incorrectly activating onfocus
event (#1887)v1.7.2
Compare Source
Fixed
Combobox.Input
while composing (#1850)static
prop inTab.Panel
components correctly (#1856)v1.7.1
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.0
Compare Source
Added
by
prop forListbox
,Combobox
andRadioGroup
(#1482, #1717, #1814, #1815)@headlessui/tailwindcss
plugin (#1487)Fixed
Menu
component when usingtab
key (#1673)Tabs
don't change automagically (#1680)Popover
close
to be passed directly toonClick
handlers (#1696)Dialog
(#1716)Combobox
re-opening keyboard issue on mobile (#1732)Disclosure.Panel
is properly linked (#1747)<tab>
in theCombobox
component (#1750)Combobox
component (#1761)Menu.Button
if necessary when activating aMenu.Option
(#1782)Transition
component's incorrect cleanup and order of events (#1803)unmount={false}
(#1811)Listbox.Option
andCombobox.Option
components (#1812)ref
stealing from children (#1820)value
from theCombobox
andListbox
components render prop (#1822)scroll lock
on iOS (#1824)Tab
component when usingas={Fragment}
(#1826)Transition
component (#1823)v1.6.6
Compare Source
Fixed
CMD
+Backspace
works in nullable mode forCombobox
component (#1617)v1.6.5
Compare Source
Fixed
Dialog
component (#1546)<iframe>
elements (#1552)Tab
component when using arrow keys (#1584)v1.6.4
Compare Source
Fixed
Escape
propagates correctly inCombobox
component (#1511)enter
bug (#1519)RadioGroup
component (#1522)v1.6.3
Compare Source
Fixed
type
on theCombobox.Input
(#1476)<Popover.Panel focus>
closes correctly (#1477)FocusSentinel
if required in theTabs
component (#1493)v1.6.2
Compare Source
Fixed
Popover.Panel
in React 18 (#1409)Escape
when event got prevented inDialog
component (#1424)FocusTrap
behaviour (#1432)Popover
Tab logic by using sentinel nodes instead of keydown event interception (#1440)Popover.Panel
is clickable without closing thePopover
(#1443)Dialog
component (#1457)ref
optional in thePopover
component (#1465)ref
is forwarded on theTransition.Child
component (#1473)v1.6.1
Compare Source
Fixed
Tab
component (#1393)v1.6.0
Compare Source
Fixed
ref
prop to all components (#1116)Popover.Panel
components (#1153)Tab
component (#1155)hover
scroll issue inListbox
,Combobox
andMenu
components (#1161)Listbox
,Combobox
andMenu
actions (#1168)<Transition>
flickering issue (#1118)appear
prop on the<Transition>
component works regardless of multiple rerenders (#1179)Combobox.Input
when the value gets reset (#1181)beforeEnter
callback on the<Transition>
component caused by SSR (#1183)item
/option
index onListbox
,Combobox
andMenu
components (#1184)Tab
on mouseup (#1192)focus()
fromListbox.Option
(#1218)ownerDocument
instead ofdocument
(#1158)Tab
andDialog
components (#1231)Combobox.Input
value (#1248)Popover.Button
(#1263)active
option in theListbox
andCombobox
components (#1264)Dialog
component (#1268)Tab
component (#1272)Combobox
(#1279, #1281)RadioGroup
,Switch
andCombobox
components (#1285)Dialog
(#1360)Added
Listbox
andCombobox
components (#1243, #1355)Combobox
(#1295)Dialog.Backdrop
andDialog.Panel
components (#1333)v1.5.0
Compare Source
Fixed
Menu.Item
,Listbox.Option
andRadioGroup.Option
(#1045)esbuild
and TypeScript 4! (#1055)Added
Combobox
component (#1047, #1099, #1101, #1104, #1109)v1.4.3
Compare Source
Fixes
Added
Tab.Group
to be controllable (#909, #970)v1.4.2
Compare Source
Fixes
Popover
component (#798)Dialog.Overlay
(#816)Popover.Panel
contents when using thestatic
prop (#857)Transition
component (#882)v1.4.1
Compare Source
Fixes
type=button
to real buttons (#709)escape
bug not closing Dialog after clicking in Dialog (#754)console.warn
instead of throwing an error when there are no focusable elements (#775)v1.4.0
Compare Source
Added
Tabs
component (#674, #698)Disclosure.Button
close the disclosure inside aDisclosure.Panel
(#682)aria-orientation
toListbox
, which swaps Up/Down with Left/Right keys (#683)close
function from the render prop forDisclosure
,Disclosure.Panel
,Popover
andPopover.Panel
(#697)v1.3.0
Compare Source
Added
Transition.Child
when using implicit Transitions (#503)entered
prop forTransition
andTransition.Child
components (#504)Fixes
aria-disabled
on disabledRadioGroup.Option
components (#543)disabled
andtabindex
prop handling (#512)open
prop in theDialog
component (#550)aria-expanded
logic (#592):className
prop (#607)Listbox
component (#576):class
prop (#608)react-dom
, and for the future version18
(#622)v1.2.0
Compare Source
Added
Fixes
Dialog
(#477)Dialog
components (#560)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 was generated by Mend Renovate. View the repository job log.