You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react and react-dom removed as dependencies (now peer dependencies)
Main component exported as ReactImageTurntable
Licence changed to MIT
✨ Features
Component is now intrinsically sized based on the width and height of the first image in images[]
Component now accepts all valid div element props
Added initialImageIndex prop to set initial image to show
Added movementSensitivity prop to change how often images should change when dragging
Added className properties to internal elements - exported with CLASS_NAME_IMG, CLASS_NAME_IMG_PRIMARY and CLASS_NAME_IMG_SECONDARY (see docs for more info)