tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
https://headlessui.com
MIT License
25.81k stars 1.07k forks source link

[DOCS]: ListboxOptions change from v1.7 to v2.0 is missing active #3198

Closed leonatajeff closed 4 months ago

leonatajeff commented 4 months ago

I see active is deprecated and focus is being used but I wasn't able to see this change as easily as the rest with the v2 release.

Also active is considered as focused/active. Maybe, using focused instead of focus might be more clear?

reinink commented 4 months ago

Hey! You're right, we forgot to mention this change in our changelog and in our upgrade guide.

I've updated the changelog to include this and added a section to the upgrade guide:

image

As for the focus prop name, I think we're going to leave that as is for now, but I appreciate the feedback either way 👍