-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(deps): update dependency @headlessui/vue to v1.7.23 #637
base: main
Are you sure you want to change the base?
Conversation
ebfe3bb
to
7bd5daa
Compare
7bd5daa
to
474a3a1
Compare
06864c5
to
584b9c5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
584b9c5
to
93d792f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
cbb9cca
to
8e99611
Compare
8e99611
to
f5499cd
Compare
f5499cd
to
3d44f43
Compare
Quality Gate passedIssues Measures |
3d44f43
to
6bee6a0
Compare
6bee6a0
to
eed1a7c
Compare
eed1a7c
to
4d6d138
Compare
Quality Gate passedIssues Measures |
4d6d138
to
190b974
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
1.6.0
->1.7.23
Release Notes
tailwindlabs/headlessui (@headlessui/vue)
v1.7.23
Compare Source
Fixed
useId
from Vue.js 3.5 when available (#3458)v1.7.22
Compare Source
Fixed
touchmove
oninput
elements inside a dialog (#3166)ComboboxOption
after filtering the options, correctly triggers a change (#3180)v1.7.21
Compare Source
Fixed
Combobox
component when clicking inside the scrollbar area (#3104)v1.7.20
Compare Source
Fixed
disabled
state on<Tab />
component (#2918)DialogPanel
(#2919)disabled
prop for components inside<MenuItem>
(#2929)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.19
Compare Source
activeOption
render prop (#2973)v1.7.18
Compare Source
Added
v1.7.17
Compare Source
Fixed
<Dialog>
'sonClose
twice on mobile devices (#2690)TabPanel
components are hidden from the accessibility tree (#2708)role="alertdialog"
to<Dialog>
component (#2709)ComboboxInput
component closes theCombobox
(#2712)<button>
to be in nested components in<PopoverButton>
(#2715)data-headlessui-state
attribute whenas="template"
(#2787)Listbox
component in Chrome (#2824)v1.7.16
Compare Source
Fixed
<Listbox multiple>
and<Combobox multiple>
(#2626)<Listbox multiple>
and<Combobox multiple>
(#2626)<MainTreeNode />
inPopoverGroup
component only (#2634)Dialog
components on iOS (#2635)<Tab />
components are available when setting the next index (#2642)Disclosure
component (#2645)ComboboxInput
component on page load (#2654)nullable
prop on theCombobox
component (#2660)v1.7.15
Compare Source
Fixed
Combobox.Input
value (#2568)Combobox
component (#2574)aria-expanded
purely based on the open/closed state (#2610)Enter
even if no submit-like button was found (#2613)v1.7.14
Compare Source
Fixed
Popover
component (#2430)FocusTrap
is only active when the givenenabled
value istrue
(#2456)activeIndex
is up to date for theCombobox
component (#2463)Menu
andListbox
options while searching (#2471)Portal
component, does not close thePopover
component (#2492)Changed
types
condition to the front (#2469)v1.7.13
Compare Source
Fixed
ComboboxInput
when itsCombobox
is disabled (#2375)FocusTrap
event listeners once document has loaded (#2389)<Dialog>
when wrapping transition isn't showing (#2422)ref
is properly handled in theRadioGroup
component (#2424)<Combobox.Input>
(#2426)Added
form
prop to form-like components such asRadioGroup
,Switch
,Listbox
, andCombobox
(#2356)v1.7.12
Compare Source
Fixed
<Switch>
where possible (#2265)Dialog
component in theFocusTrap
component (#2322)Dialog
component closes (#2326)FocusTrap
component only apply when mounted (#2331)v1.7.11
Compare Source
Fixed
Dialog
components are marked asinert
(#2290)Popover
components not opening (#2293)change
event incorrectly getting called onblur
(#2296)Dialog
cleanup when theDialog
becomes hidden (#2303)v1.7.10
Compare Source
Fixed
afterLeave
event more than once for a given transition (#2267)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)Dialog
component when going into theClosing
state (#2264)v1.7.9
Compare Source
Fixed
v1.7.8
Compare Source
Changed
Fixed
disabled="false"
is not incorrectly passed to the underlying DOM Node (#2138)Tab
(after DOM order changes) (#2145)Tab
key with non focusable elements inPopover.Panel
(#2147)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)focus
is going towindow
(#2019)shift+home
andshift+end
works as expected in theComboboxInput
component (#2024)ComboboxInput
value (#2042)multiple
mode withoutvalue
prop (uncontrolled) forListbox
andCombobox
components (#2058)id
prop (#2060)null
as a valid type for Listbox and Combobox in Vue (#2064, #2067)v1.7.4
Compare Source
Fixed
close
function forMenu
andMenuItem
components (#1897)useOutsideClick
, add improvements for ShadowDOM (#1914)as
prop (#1915)<ComboboxInput>
's@change
handler when changing the value internally (#1916)v1.7.3
Compare Source
Fixed
displayValue
with a v-model ofref(undefined)
onComboboxInput
(#1865)Portal
detection forPopover
components (#1842)children
areundefined
(#1885)useOutsideClick
swallowing events inside ShadowDOM (#1876)Tab
incorrectly activating onfocus
event (#1887)v1.7.2
Compare Source
Fixed
ComboboxInput
while composing (#1850)static
prop inTabPanel
components correctly (#1856)v1.7.1
Compare Source
activeOption
render prop (#2973)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)Dialog
(#1716)element.focus()
on<PopoverPanel>
(#1719)Combobox
re-opening keyboard issue on mobile (#1732)<tab>
in theCombobox
component (#1750)MenuButton
if necessary when activating aMenuOption
(#1782)ListboxOption
andComboboxOption
components (#1812)value
from theCombobox
andListbox
components slot (#1822)scroll lock
on iOS (#1824)v1.6.7
Compare Source
Fixed
v1.6.6
Compare Source
Fixed
CMD
+Backspace
works in nullable mode forCombobox
component (#1617)PopoverPanel
can be used insidetransition
(#1653)v1.6.5
Compare Source
Fixed
slot
children when usingas="template"
(#1548)Dialog
component (#1546)iframe
elements (#1552)Dialog
on the client (#1566)Tab
component when using arrow keys (#1584)aria-expanded
forComboboxInput
component (#1605)v1.6.4
Compare Source
Fixed
Escape
propagates correctly inCombobox
component (#1511)v1.6.3
Compare Source
Fixed
type
on theComboboxInput
(#1476)<PopoverPanel focus>
closes correctly (#1477)FocusSentinel
if required in theTabs
component (#1493)v1.6.2
Compare Source
Fixed
DialogPanel
exposes its ref (#1404)Escape
when event got prevented inDialog
component (#1424)FocusTrap
behaviour (#1432)Popover
Tab logic by using sentinel nodes instead of keydown event interception (#1440)PopoverPanel
is clickable without closing thePopover
(#1443)Dialog
component (#1457)v1.6.1
Compare Source
Fixed
attrs
forCombobox
,Listbox
andTabsGroup
component (#1372)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.