Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@Emiliano-Bucci Emiliano-Bucci released this 03 Apr 13:45
· 162 commits to master since this release

BREAKING CHANGES

This new version introduces an improvement that regard the custom event that the carousel emit. Previously we were using browser native events to emit custom events, and we were adding an event listener for every event; while this solution was working perfectly fine, it required to create multiple handlers and listeners. To improve the performances, reduce the amount of boilerplate from development experience to listen for a particular event and eliminate the need of create new listeners for every event, we changed the way in which events are dispatched and listened, implementing Observables through rxjs.

Check https://react-spring-carousel-js.emilianobucci.com/events to eventually update your implementation.