Skip to content

Releases: FormidableLabs/nuka-carousel

Fix Safari dragging bug, small warning fixes, prevent scroll when dragging in iOS

08 Nov 23:14
Compare
Choose a tag to compare
  • #592 change componentWillReceiveProps to UNSAFE_componentWillReceiveProps (thank you @luispeerez!)
  • #600 Fix wraparound logic to account for cellAlign property (thank you @dbangerter2!)
  • #601 Change dot styling (thank you @thomasvaeth!)
  • #608 Fix dragging issue in Safari
  • #609 Prevent scroll when dragging on iOS (Thanks @Lopliok!)

Some dragging and wraparound fixes!

08 Nov 23:15
Compare
Choose a tag to compare
  • #582 Another attempt to fix the height issue by changing the default prop value for height
  • #584 Fix multi-slide wraparound (Thanks @dbangerter2!)
  • #585 Fix onDragStart, should only happen with dragging/swiping (Thanks @jflayhart!)
  • #588 Impossible to select last images when swiping, this fixes that (Thanks @gonzadk!)

Several updates and bug fixes!

03 Sep 16:28
Compare
Choose a tag to compare

in 4.5.10 and 4.5.11 several issues have been resolved and updates have been made to account for dependency vulnerability.

  • #578 update vulnerable deps, fix broken scroll animation
  • #576 Clear timeouts when component unmounts to prevent memory leak
  • #574 Add event param to onDragStart method
  • #573 Fix resizing height issue due to dynamically loaded elements and readyStateChange issues
  • #572 Fix Travis configuration
  • #571 Next and Previous buttons should not be submit type buttons
  • #565 Add missing controls to the TypeScript library definition
  • #564 Export NextButton, PreviousButton, PagingDots from main entry point to allow for easier style targeting
  • #562 Allow isEdgeSwiping to work with vertical slider
  • #561 Avoid the empty div wrapper for null custom controls

New disableEdgeSwiping prop, add button type

24 May 00:42
Compare
Choose a tag to compare
  • #551 Adds a disableEdgeSwiping prop to disable white space on last and first slide when swiping - thanks @maurispalletti
  • #549 Add type=button to paging dots, thank you @kaitlynbrown

Update new types

07 May 19:47
Compare
Choose a tag to compare
  • #545 Add onDragStart to index.d.ts
  • #541 Adds scroll3d to types
  • #536 Add type definition for PagingDots class
  • #535 Allow null to be passed to render controls

Resolve vulnerabilities and add new Scroll3D transitionMode prop option

18 Mar 23:41
Compare
Choose a tag to compare
  • Resolve dependency vulnerabilities
  • #506 Add Scroll3D transition mode option (thank you, @juanmardefago!)

Fixes dragging bug

08 Mar 17:56
Compare
Choose a tag to compare
v4.5.2

4.5.2

Add new prop, autoPlayReverse, and update types

06 Mar 23:31
Compare
Choose a tag to compare
  • #511 Adds style and transitionMode types
  • #510 Adds new prop to allow autoplay in reverse (Thank you @david-davidson!!)

New props and bug fixes

12 Feb 15:46
Compare
Choose a tag to compare
  • #501 Add cellAlign type to CarouselSlideRenderControlProps interface (thanks @formatlos)
  • #500 Animation performance enhancements (@sghall thanks!)
  • #496 Upgrade react-move (also thanks to @sghall)
  • #492 Fix Paging Dots sync, fix 'Next' button validation
  • #490 Disable animation for an initial slide when non-default slideIndex prop is passed
  • #489 Disable animation prop created
  • #488 Configurable zoom scale prop
  • #487 updates to README

Add missing index.d.ts to build, fix bug with mouse event handling in slides

21 Jan 18:22
Compare
Choose a tag to compare
  • #480 Add Types to build
  • #486 Fix mouse event handling to account for click events within the slide