Skip to content

Releases: CallumEddisford/react-ultimate-carousel

Remove unused variable from function call

07 Aug 12:16
Compare
Choose a tag to compare
  • Removed an unused variable from a function call
  • Updated readme for information around releases

Fixes a mouseup bug

30 Jun 13:01
b9a12e1
Compare
Choose a tag to compare
  • Fix mouseUp bug where clicking a slide would take you to the wrong slide when using uneven slides
  • Improved slide detection in handleIntersection

Improve detection of active slide on non full size slides

30 Jun 09:18
330bf1e
Compare
Choose a tag to compare

Fix an issue which could cause the wrong slide to have the true isActive prop when slides are not the full size of their container
Add default scrollTo behaviours as the scrollTo method is implementation-dependent and may vary across different browsers

Fix bug with `navigateSlide` in vertical carousels

28 Jun 13:13
Compare
Choose a tag to compare
  • Fix bug with startingIndex in vertical carousels
  • Add tests for scenarios
  • Readme additions
  • Cleanup readme (fix typos)
  • Add new example for using a ref on the carousel

Support for multiple React versions

22 Jun 21:15
Compare
Choose a tag to compare
  • Support for multiple React versions
  • Cleanup unused css

1.0.0

14 Jun 19:43
90e9deb
Compare
Choose a tag to compare

What's Changed

  • Improve build process and reduce build size
  • Add isDraggable option
  • Add navigateSlide function to slides
  • Storybook now runs standalone with no CRA wrapper
    • Tweak deploy process
  • Optimise/simplify code
  • Replace watch with nodemon for watching capabilities during development
  • Add eslint
    • Run linter in testing ci workflow
  • Update styles for improved cross browser support
  • Readme improvements
  • Tidy up

Repo improvements

12 Jun 23:59
Compare
Choose a tag to compare
Repo improvements Pre-release
Pre-release
0.1.4

Update commands

Add cypress tests

12 Jun 20:58
Compare
Choose a tag to compare
Add cypress tests Pre-release
Pre-release
  • Cypress tests
  • Fixes
  • Updates to readme

Fix release

11 Jun 23:17
Compare
Choose a tag to compare
Fix release Pre-release
Pre-release
0.1.2

Update npm-publish.yml

Fixes, improvements and examples

11 Jun 23:06
Compare
Choose a tag to compare
Pre-release
  • Fix drag scrolling when releasing slides
  • Fix intersection observer tracking when new slides are added
  • Allow custom class on carousel element
  • Minify css
  • Updated readme
  • Add autoplay example
  • Add keyboard controls example
  • Add infinite scroll example
  • Bump package version