Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/headlessui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @headlessui/react@v2.1.9
Choose a base ref
...
head repository: tailwindlabs/headlessui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @headlessui/react@v2.1.10
Choose a head ref
  • 4 commits
  • 33 files changed
  • 2 contributors

Commits on Oct 8, 2024

  1. Use React.JSX instead of JSX (#3511)

    The global JSX type is deprecated in React 18.3 and removed in React 19
    RC. This PR changes the code to use the supported React.JSX syntax
    instead.
    
    PS. Would you accept a similar PR for 1.x? I personally haven't upgraded
    all my projects yet.
    memark authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    13d8829 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3b047fc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix crash in ListboxOptions when using as={Fragment} (#3513)

    This PR fixes an issue where a `Maximum update depth exceeded` error
    occurs if you use `as={Fragment}` in the `ListboxOptions` component.
    
    This PR also includes a refactor to make sure this exact issue cannot
    happen anymore in other components.
    
    Fixes: #3507
    RobinMalfait authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a4953a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    5eb3b12 View commit details
    Browse the repository at this point in the history
Loading