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

Small improvements

Compare
Choose a tag to compare
@Emiliano-Bucci Emiliano-Bucci released this 27 Mar 12:44
· 171 commits to master since this release

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.