-
Notifications
You must be signed in to change notification settings - Fork 1
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 #21
base: main
Are you sure you want to change the base?
Update dependency @headlessui/react to v1.7.19 #21
Conversation
|
|
@renovate-bot is attempting to deploy a commit to the Samson Unyinmadu 's projects Team on Vercel. A member of the Team first needs to authorize it. |
Reviewer's Guide by SourceryThis PR updates the Class diagram showing updated @headlessui/react component changesclassDiagram
class Tab {
+disabled: boolean
+selectedIndex: number
}
class Switch {
+tabIndex: number
+disabled: boolean
}
class Dialog {
+role: string
+onClose(): void
note for Dialog "Added alertdialog role support"
}
class ComboboxInput {
+onBlur(): void
note for ComboboxInput "Fixed blur behavior"
}
class HiddenComponent {
+hidden: boolean
note for HiddenComponent "Added hidden attribute support"
}
State diagram for Dialog component behavior changesstateDiagram-v2
[*] --> Closed
Closed --> Open: Open Dialog
Open --> Closed: Click outside Panel
Open --> Closed: Mobile close
note right of Open: Fixed double onClose on mobile
Open --> Closed: Close Dialog
Closed --> [*]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
3428c5d
to
ce6d021
Compare
This PR contains the following updates:
1.7.15
->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)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.