-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependency @headlessui/react to v1.7.19 #38
base: master
Are you sure you want to change the base?
Conversation
ef6da44
to
9ba190a
Compare
9ba190a
to
7e471ff
Compare
7e471ff
to
a5690e4
Compare
a5690e4
to
0848111
Compare
0848111
to
6932226
Compare
6932226
to
db991f8
Compare
db991f8
to
238bc2d
Compare
238bc2d
to
83b755a
Compare
83b755a
to
3b860cb
Compare
3b860cb
to
6837a6e
Compare
6837a6e
to
34d2e01
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
4427f4a
to
34d2e01
Compare
|
This PR contains the following updates:
1.6.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)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.