- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Update dependency @headlessui/react to v1.7.19 #21
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
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
  
    ce6d021    to
    e33968b      
    Compare
  
    e33968b    to
    ea9728a      
    Compare
  
    ea9728a    to
    d21b718      
    Compare
  
    d21b718    to
    e8f22c6      
    Compare
  
    e8f22c6    to
    22eacb4      
    Compare
  
    22eacb4    to
    ec74209      
    Compare
  
    
This PR contains the following updates:
1.7.15->1.7.19Release Notes
tailwindlabs/headlessui (@headlessui/react)
v1.7.19Compare Source
Fixed
disabledstate onTabcomponent (#2918)Dialog.Panel(#2919)hiddenattribute to internalHiddencomponent when theFeatures.Hiddenfeature is used (#2955)tabIndexon theSwitchcomponent (#2966)disabledstate to hidden inputs in form-like components (#3004)selectedIndexfor controlledTabcomponents (#3037)v1.7.18Compare Source
Fixed
Dialog'sonClosetwice on mobile devices (#2690)Dialog(#2697)Tab.Panelcomponents are hidden from the accessibility tree (#2708)role="alertdialog"toDialogcomponent (#2709)Combobox.Inputcomponent closes theCombobox(#2712)classNameprop when theTransitioncomponent is currently not transitioning (#2722)Disclosure.PanelandPopover.Panelwhenas={Fragment}(#2760)Listboxcomponent in Chrome (#2824)v1.7.17Compare Source
Fixed
<Listbox multiple>and<Combobox multiple>(#2626)MainTreeNodeinPopover.Groupcomponent only (#2634)Dialogcomponents on iOS (#2635)Tabcomponents are available when setting the next index (#2642)Combobox.Inputcomponent on page load (#2654)appearworks using theTransitioncomponent (even when used with SSR) (#2646)nullableprop on theComboboxcomponent (#2660)Suspense(#2663)v1.7.16Compare Source
Fixed
Combobox.Inputvalue (#2568)aria-expandedpurely based on the open/closed state (#2610)Entereven 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.