This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
Small improvements
This new minor release introduces a small improvement (that also fix some small bugs) related to the clean phase of the custom hook used to listen to the carousel events. This minor release also includes a small improvement regarding the use of the carousel context. Now you can use useSpringCarouselContext
or useTransitionCarouselContext
safetely (without having to manually import the react useContext
hook) and throwing an error if those context is used outside the proper scope.