Skip to content

Releases: FormidableLabs/nuka-carousel

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

Adding TypeScript types and zoom effect prop, fix click event handler bug

13 Jan 21:58
Compare
Choose a tag to compare

Fix initial height issue

09 Jan 15:05
Compare
Choose a tag to compare

#469 Fix initial height issue

Bug fixes and aria message prop addition

09 Jan 15:09
Compare
Choose a tag to compare

#460 Ability to configure aria-live message with prop (thanks @gribnoysup)
#458 Fix flicker in wrap-around (thanks @Areadrill)
#453 Fix issue involving updating props on beforeSlide (thanks @sjfkai)

Nuka v4.0.2

29 Mar 17:23
Compare
Choose a tag to compare

Bug fixes

  • Fixed wrap around when running in un-controlled mode, i.e., not using slideIndex and afterSlide props.

Nuka v4.0.1

20 Mar 21:25
Compare
Choose a tag to compare

Bug fixes

  • Remove the auto height for the first slide. This is no longer needed with the 3 height modes implemented.

  • Fix offset for non-left aligns and > 1 slidesToShow

  • Fixed wrapAround for two slides

Internal Changes

  • Add UI tests using puppeteer.

Nuka v4.0.0

15 Mar 15:44
Compare
Choose a tag to compare

Features

  • Eight new render props for placing custom controls around the edge of the carousel. They are renderTopLeftControls, renderTopCenterControls, renderTopRightControls, renderCenterLeftControls, renderCenterCenterControls, renderCenterRightControls, renderBottomLeftControls, renderBottomCenterControls, and renderBottomRightControls.

    • Note Replaces the previous decorators array.
  • Adaptive height support with three modes first, max, and current. Thanks @Nehle.

  • ES module output

Internal Changes

  • Replace createReactClass with React.Component

  • Replace mixin–based react-tween-state with react-move <Animate /> component.

  • Replace Gulp with Webpack 4

  • Replace Karma with Jest, enzyme, and enzyme-matchers. Thanks @blainekasten

1.0.1

08 Oct 14:13
Compare
Choose a tag to compare

0.14 compatibility

0.0.9

24 Apr 11:57
Compare
Choose a tag to compare
  • Adding tests
  • Fixing events on unmount