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
decorators
array.
- Note Replaces the previous
-
Adaptive height support with three modes
first
,max
, andcurrent
. Thanks @Nehle. -
ES module output
Internal Changes
-
Replace
createReactClass
withReact.Component
-
Replace mixin–based
react-tween-state
withreact-move
<Animate />
component. -
Replace Gulp with Webpack 4
-
Replace Karma with Jest, enzyme, and
enzyme-matchers
. Thanks @blainekasten