-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: tailwindlabs/headlessui
base: @headlessui/react@v1.4.1
head repository: tailwindlabs/headlessui
compare: @headlessui/react@v1.4.2
- 17 commits
- 21 files changed
- 4 contributors
Commits on Sep 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ad86ad - Browse repository at this point
Copy the full SHA 3ad86adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f55847 - Browse repository at this point
Copy the full SHA 7f55847View commit details -
Merge pull request #798 from tailwindlabs/stop-propagation-on-escape
Ensure we stop the event from propagating
Configuration menu - View commit details
-
Copy full SHA for 33c5c6e - Browse repository at this point
Copy the full SHA 33c5c6eView commit details
Commits on Sep 17, 2021
-
Allow to click on elements inside a Dialog Overlay (#816)
* allow to click on elements inside a Dialog Overlay * update changelog
Configuration menu - View commit details
-
Copy full SHA for 91b436a - Browse repository at this point
Copy the full SHA 91b436aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aa1a48c - Browse repository at this point
Copy the full SHA aa1a48cView commit details
Commits on Oct 8, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for f9e0d30 - Browse repository at this point
Copy the full SHA f9e0d30View commit details -
Ensure interactability with Popover.Panel contents in static mode (#857)
* ensure interactability with Popover.Panel contents in static mode * update changelog
Configuration menu - View commit details
-
Copy full SHA for fd9a2d2 - Browse repository at this point
Copy the full SHA fd9a2d2View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f638c9 - Browse repository at this point
Copy the full SHA 9f638c9View commit details
Commits on Oct 29, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for fd4669f - Browse repository at this point
Copy the full SHA fd4669fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57eb60 - Browse repository at this point
Copy the full SHA c57eb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2599655 - Browse repository at this point
Copy the full SHA 2599655View commit details
Commits on Oct 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a472b7b - Browse repository at this point
Copy the full SHA a472b7bView commit details
Commits on Nov 5, 2021
-
Fix
type
onTabs
component Vue (#912)* add `tabs` example to Vue * use useResolveButtonType for Tabs * update changelog
Configuration menu - View commit details
-
Copy full SHA for 39b1646 - Browse repository at this point
Copy the full SHA 39b1646View commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b67729e - Browse repository at this point
Copy the full SHA b67729eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff60cfa - Browse repository at this point
Copy the full SHA ff60cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0252c61 - Browse repository at this point
Copy the full SHA 0252c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f987be - Browse repository at this point
Copy the full SHA 2f987beView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @headlessui/react@v1.4.1...@headlessui/react@v1.4.2