Skip to content

Releases: scriptex/react-round-carousel

Use more React hooks and update tests

14 Aug 08:04
Compare
Choose a tag to compare

This release:

  • adds extensive usage of React Hooks
  • updates the unit tests to use React Testing Library
  • adds more unit tests
  • updates all dependencies
  • updates the Demo

Allow controlling from outside

19 May 05:53
Compare
Choose a tag to compare

This release adds the ability to control the component from outside - for example from a parent component.
To do so, a React.Ref should be used. The Ref's current reference contains several methods including the ability to slide to the previous or next slides, to change the slide index programmatically, to retrieve the slide index programmatically or to get the array of items used by the component.

Update dependencies

23 Nov 08:02
Compare
Choose a tag to compare

This release lists the correct dependencies and peerDependencies in the package.json file.

Updated metadata

21 Sep 05:50
7a757ba
Compare
Choose a tag to compare

This release does not introduce any code changes.
It updates the package metadata, various configuration settings and the demo.

Updated peer dependencies

08 Aug 10:16
Compare
Choose a tag to compare

This release fixes the range of the peer dependencies - react and react-dom.
This release also updates all development dependencies to their latest versions, possibly fixing a lot of security issues.

Updated dependencies + better CSS support

02 Mar 11:34
1e8a756
Compare
Choose a tag to compare

This release:

  1. Updates all dependencies
  2. Introduces vendor prefixes in the stylesheet

Initial release

17 May 07:47
Compare
Choose a tag to compare

This is the package's initial release