Skip to content
Mark Paul edited this page Jan 30, 2017 · 9 revisions

change log

  • 4.0.1
    • fixes Promise catch issue as per #8
  • 4.0.0
    • step validation via isValidated() now also supports async validation via Promises
  • 3.1.0
    • new dev task build-example added, which packs the example app into 'docs' so we can use ghpages
  • 3.0.1
    • fixes #7. - dist left out so npm install don't work
  • 3.0.0
    • major revamp of logic to deal with validation bugs from stepsNavigation (fixes #6). Also complete revamp of example app to be a fully working sample
  • 2.0.1
    • bug with handleKeyDown, as we capture enter if preventEnterSubmission=true, then onEnter the page refreshes
  • 2.0.0
    • updated core code to full es6
  • 1.9.3
    • added code coverage and testing
    • added btn-prev and btn-next classes to footers
  • 1.9.2
    • updated the example to show how a save to server via AJAX can be handled
  • 1.9.1
    • updated the example to show nextTextOnFinalActionStep being used
  • 1.9.0
    • added the nextTextOnFinalActionStep option
  • 1.8.0
    • added the startAtStep option
  • 1.7.0
    • fixed the example and made it so you can run it via the browser
  • 1.6.0
    • added preventEnterSubmission option to prevent moving to next step if enter is hit
  • 1.5.0
    • update to improve showSteps. prevent UI elements from completed rendering
  • 1.4.0
    • added the option showSteps which hides the top steps if needed
  • 1.3.0
    • added the options showNavigation, stepsNavigation, prevBtnOnLastStep, dontValidate
  • 1.2.0
    • fixed issue when when consumed via npm the jsx was causing a build error on the host project. Its not transpiled via babel into dist
  • 1.0.0
    • initial working version
Clone this wiki locally