Skip to content
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

[Feature] Upgrade to latest versions of @headless-ui/react and tailwind #209

Open
ap-1 opened this issue Feb 3, 2025 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ap-1
Copy link
Contributor

ap-1 commented Feb 3, 2025

Description

@headless-ui/react v2.2.0 introduces a lot of breaking changes, and the current codebase uses a fair number of components that are now deprecated. The current version of their documentation site also points to v2, which may get confusing for people trying to reference it while developing in this project

also tailwind v4

Designs

No response

@ap-1 ap-1 added the enhancement New feature or request label Feb 3, 2025
@xavilien
Copy link
Member

xavilien commented Feb 3, 2025

Do you have examples of what components we use that are now deprecated?

@ap-1
Copy link
Contributor Author

ap-1 commented Feb 3, 2025

Do you have examples of what components we use that are now deprecated?

All of Combobox.* have been moved into their own independent components instead of being under Combobox. Their props have also changed slightly---I noticed the multiple prop no longer exists, for example

After encountering these changes I found the old documentation and decided to not to upgrade the package myself, but presumably there are more changes in components like Listbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants