Skip to content

Comments

Bump @headlessui/react from 1.4.1 to 1.6.0#26

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/headlessui/react-1.6.0
Closed

Bump @headlessui/react from 1.4.1 to 1.6.0#26
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/headlessui/react-1.6.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps @headlessui/react from 1.4.1 to 1.6.0.

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v1.6.0

Fixed

  • Forward the ref to all components (#1116)
  • Ensure links are triggered inside Popover Panel components (#1153)
  • Improve SSR for Tab component (#1155)
  • Fix hover scroll (#1161)
  • Guarantee DOM sort order when performing actions (#1168)
  • Fix <Transition> flickering issue (#1118)
  • Improve outside click support (#1175)
  • Ensure that appear works regardless of multiple rerenders (#1179)
  • Reset Combobox Input when the value gets reset (#1181)
  • Fix double beforeEnter due to SSR (#1183)
  • Adjust active {item,option} index (#1184)
  • Only activate the Tab on mouseup (#1192)
  • Ignore "outside click" on removed elements (#1193)
  • Remove focus() from Listbox Option (#1218)
  • Improve some internal code (#1221)
  • Use ownerDocument instead of document (#1158)
  • Ensure focus trap, Tabs and Dialog play well together (#1231)
  • Improve Combobox Input value (#1248)
  • Fix Tree-shaking support (#1247)
  • Stop propagation on the Popover Button (#1263)
  • Fix incorrect active option in the Listbox/Combobox component (#1264)
  • Properly merge incoming props (#1265)
  • Fix incorrect closing while interacting with third party libraries in Dialog component (#1268)
  • Mimic browser select on focus when navigating via Tab (#1272)
  • Ensure that there is always an active option in the Combobox (#1279, #1281)
  • Allow Enter for form submit in RadioGroup, Switch and Combobox improvements (#1285)
  • Add React 18 compatibility (#1326)
  • Add explicit multiple prop (#1355)
  • Prefer incoming open prop over OpenClosed state (#1360)

Added

  • Add <form> compatibility (#1214)
  • Add multi value support for Listbox & Combobox (#1243)
  • Implement nullable mode on Combobox in single value mode (#1295)
  • Add Dialog.Backdrop and Dialog.Panel components (#1333)

Changes that might affect you

Dialog.Overlay deprecation & new components

The Dialog.Overlay component has been deprecated and replaced with a new Dialog.Backdrop component. In addition, you now also need to use the new Dialog.Panel component to make sure that the outside click behaviour works as expected.

Here is how you can upgrade to these new components:

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[@​headlessui/react@​v1.6.0] - 2022-04-25

Fixed

  • Ensure that you can add the ref prop to all components (#1116)
  • Ensure links are triggered inside Popover.Panel components (#1153)
  • Improve SSR for Tab component (#1155)
  • Fix hover scroll issue in Listbox, Combobox and Menu components (#1161)
  • Guarantee DOM sort order when performing Listbox, Combobox and Menu actions (#1168)
  • Fix <Transition> flickering issue (#1118)
  • Improve outside click support (#1175)
  • Ensure that appear prop on the <Transition> component works regardless of multiple rerenders (#1179)
  • Reset Combobox.Input when the value gets reset (#1181)
  • Fix double beforeEnter callback on the <Transition> component caused by SSR (#1183)
  • Adjust active item/option index on Listbox, Combobox and Menu components (#1184)
  • Only activate the Tab on mouseup (#1192)
  • Ignore "outside click" on removed elements (#1193)
  • Remove focus() from Listbox.Option (#1218)
  • Improve some internal code (#1221)
  • Use ownerDocument instead of document (#1158)
  • Ensure focus trapping plays well with the Tab and Dialog components (#1231)
  • Improve syncing of Combobox.Input value (#1248)
  • Fix tree-shaking support (#1247)
  • Stop propagation on the Popover.Button (#1263)
  • Fix incorrect active option in the Listbox and Combobox components (#1264)
  • Properly merge incoming props (#1265)
  • Fix incorrect closing while interacting with third party libraries in Dialog component (#1268)
  • Mimic browser select on focus when navigating the Tab component (#1272)
  • Ensure that there is always an active option in the Combobox (#1279, #1281)
  • Support classic form submissions in RadioGroup, Switch and Combobox components (#1285)
  • Add React 18 compatibility (#1326)
  • Fix open/closed state issue in Dialog (#1360)

Added

  • Add classic form submission compatibility via new hidden inputs (#1214)
  • Add multiple value support to Listbox and Combobox components (#1243, #1355)
  • Add support for clearing the value of a Combobox (#1295)
  • Add Dialog.Backdrop and Dialog.Panel components (#1333)

[@​headlessui/vue@​v1.6.0] - 2022-04-25

Fixed

  • Make sure that the input syncs when the combobox closes (#1137)
  • Ensure that you can close the combobox initially (#1148)
  • Fix Dialog usage in Tabs (#1149)
  • Ensure links are triggered inside Popover Panel components (#1153)
  • Fix hover scroll (#1161)
  • Guarantee DOM sort order when performing actions (#1168)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.6.0/packages/@headlessui-react)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link

vercel bot commented Apr 25, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/cvrlnolan/auth-app/DXy1Zipt74soagBPWSfdVAB5NaAj
✅ Preview: https://auth-app-git-dependabot-npmandyarnheadlessuireact-160-cvrlnolan.vercel.app

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 9, 2022

Superseded by #31.

@dependabot dependabot bot closed this May 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/headlessui/react-1.6.0 branch May 9, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants