FormidableLabs / nuka-carousel

Small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior to fit your brand and site.
https://commerce.nearform.com/open-source/nuka-carousel
Other
3.07k stars 595 forks source link

Add adaptiveHeight to CarouselProps interface #882

Closed geoffharcourt closed 2 years ago

geoffharcourt commented 2 years ago

This change adds adaptiveHeight to CarouselProps to reflect the current implementation.

Fix #881

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # 881

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: (Feel free to delete this section upon completion)

yarn lint and yarn test have failures and warnings for me with the current state of main, this change did not add any new warnings or failures.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nuka-carousel/nuka-carousel/82sJx7dWPSrqgMvsuKbAB1YX2kh5
✅ Preview: https://nuka-carousel-git-fork-geoffharcourt-gh-ad-bef909-nuka-carousel.vercel.app

geoffharcourt commented 2 years ago

It looks like props are in multiple places. I'm using esbuild and it's bumping into some import issues. Closing this out as it's not the real issue.