Skip to content

3.0.0

Compare
Choose a tag to compare
@testshallpass testshallpass released this 23 Aug 14:59

Changelog

BREAKING CHANGES

  • tintColor has been removed.
  • backgroundColor has been removed.
  • padding has been removed.
  • tintOnIncrementImage has been removed.
  • tintOnDecrementImage has been removed.
  • renderIncrement has been replaced by combination of render functions.
  • renderDecrement has been replaced by combination of render functions.
  • imageHeight has been removed.
  • imageWidth has been removed.

See props for replacements and style objects.

FEATURES

  • Added text component that can be shown to display the value in the SimpleStepper. (try showText and textPosition).
  • Added functions onMin and onMax to callback when value reaches min or max.
  • Added functions onIncrement and onDecrement to callback when value increments or decrements.
  • Added style props to help customization.
  • Added render functions to help flexibility.