-
-
Notifications
You must be signed in to change notification settings - Fork 176
Change Log
Mark Paul edited this page Jan 25, 2019
·
9 revisions
UPDATE 28/12/2017: For now Major
and Minor
Release notes will most likely be found in the releases area. Patch
notes will be added below
- 5.0.0
- Major upgrade to React 16.4.1 and a working Redux example. #134
- 4.6.0
- fix for "When you only have 2 Steps, nextTextOnFinalActionStep does not work". #21
- 4.5.0
- upgraded to latest react (v15.5.4) as users on newer versions were complaining about PropType errors. #37
- 4.4.4
- messed up the semver. It should have been 4.4.0 but as I already did a npm publish I'm keeping this as the base 4.4.X version
- added support for updating the next and back button text as per request #25
- 4.3.0
- added support for react-validation-mixin driven components, which essentially wraps your step component as a higher order component and provides validation #15
- 4.2.0
- added support for pure/dump components #9
- 4.1.0
- 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