Files
headlessui/packages
Robin Malfait 4e13a0ea4f Fix incorrect transitionend/transitioncancel events for the Transition component (#1537)
* fix incorrect transitionend/transitioncancel events

Due to bubbling, the `Transition` component also "finished" when you had
children that uses `transition-colors` for example.

This commit ensures that we only care about transition events related to
the actual DOM node that we defined the transitions on...

* update changelog
2022-05-31 17:25:44 +02:00
..
2022-05-29 14:57:35 +02:00