4e13a0ea4f
* 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