f1446664bc
* add function to map transition data to data attributes * use transition data attributes in props Instead of in the `slot` because this would also expose this information as render props but we just want to set it as props without exposing it as render props. * rename `slot` to `transitionData` for consistency * update changelog