Skip to content

Nuka v4.0.0

Compare
Choose a tag to compare
@carloskelly13 carloskelly13 released this 15 Mar 15:44
· 678 commits to main since this release

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