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@v1.4.1
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@v1.4.2
Choose a head ref
  • 17 commits
  • 21 files changed
  • 4 contributors

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    3ad86ad View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7f55847 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #798 from tailwindlabs/stop-propagation-on-escape

    Ensure we stop the event from propagating
    RobinMalfait authored Sep 12, 2021
    Configuration menu
    Copy the full SHA
    33c5c6e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Allow to click on elements inside a Dialog Overlay (#816)

    * allow to click on elements inside a Dialog Overlay
    
    * update changelog
    RobinMalfait authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    91b436a View commit details
    Browse the repository at this point in the history
  2. Use watchEffect instead of immediately using an event listener on `…

    …window` (#817)
    
    * use `watchEffect` instead of immediately using an event listener on `window`
    
    * update changelog
    RobinMalfait authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    aa1a48c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Add automated release workflows (#853)

    This commit also contains new code introduced after the PR in #853 was
    merged. I just squashed it all together to prevent noisy commits to try
    and fix CI.
    
    The funny thing is that now the final commit looks fairly stupid/simple
    but it wasn't that easy as I would have liked.
    
    1. Couldn't find a proper way to execute `npm version` using yarn
       workspaces. `yarn workspaces foreach npm version` would have worked
       if we were using Yarn 2 instead of Yarn 1.
    2. Introducing `version` and `publish` scripts in both packages worked,
       but then the default `version` and `publish` were also executed.
    3. Once I made the scripts unique (`npm-version`,  `npm-publish`) it
       worked~ish. The registry was always set to a yarnpkg registry, even
       if we set the registry in CI and in a local .npmrc file. My guess is
       that we are executing in a nested directory and therefore it didn't
       work.
    4. Next, I found the `npm workspaces` option so that we can use that in
       addition to `yarn workspaces` 🙃
    5. In CI of course this didn't work, because I was not using the same
       node version...
    6. After everything worked, I did cleanup of the new scripts, and
       removed the introduced .npmrc files.
    RobinMalfait committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f9e0d30 View commit details
    Browse the repository at this point in the history
  2. Ensure interactability with Popover.Panel contents in static mode (#857)

    * ensure interactability with Popover.Panel contents in static mode
    
    * update changelog
    RobinMalfait authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    fd9a2d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. fix: vue ssr (#867)

    closes #840
    KABBOUCHI authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9f638c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Rely on initial state of Transition component (#882)

    The `useId` hook causes a re-render in TransitionChild immediately after mount which triggers a transition by `initial` being false in the second re-render regardless of how `appear` was set.
    dcastil authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fd4669f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57eb60 View commit details
    Browse the repository at this point in the history
  3. update changelog

    RobinMalfait committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2599655 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. update issue templates

    RobinMalfait committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    a472b7b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Fix type on Tabs component Vue (#912)

    * add `tabs` example to Vue
    
    * use useResolveButtonType for Tabs
    
    * update changelog
    RobinMalfait authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    39b1646 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge pull request #826 from tailwindlabs/develop

    Next release
    RobinMalfait authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b67729e View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ff60cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0252c61 View commit details
    Browse the repository at this point in the history
  4. bump to 1.4.2

    RobinMalfait committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    2f987be View commit details
    Browse the repository at this point in the history
Loading