Skip to content

🥳 3.0.0

Compare
Choose a tag to compare
@nerdyman nerdyman released this 06 May 22:02
· 60 commits to main since this release

💥 Breaking Changes

  • Built for ES2021 in ESM format only
  • 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)
  • Added keyboard navigation
  • Added accessibility features for screen readers
  • Reduced bundle size