Nuka v4.0.0
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, andrenderBottomRightControls.- Note Replaces the previous
decoratorsarray.
- Note Replaces the previous
-
Adaptive height support with three modes
first,max, andcurrent. Thanks @Nehle. -
ES module output
Internal Changes
-
Replace
createReactClasswithReact.Component -
Replace mixin–based
react-tween-statewithreact-move<Animate />component. -
Replace Gulp with Webpack 4
-
Replace Karma with Jest, enzyme, and
enzyme-matchers. Thanks @blainekasten