1.1.4 (2017-07-13)
Fixed bugs:
- Switch to new React Ref handling from previous ways
1.1.3 (2017-05-01)
Fixed bugs:
- Fix onRender and other handlers not being passed not defaulting Issue
1.1.1 (2017-03-20)
Fixed bugs:
- Fix React warnings for uncontrolled components PR
1.1.0 (2016-11-25)
Fixed bugs:
- State leaks into prototype/form value sharing PR Issue
- String vs. number mismatch in checkboxOptionsInput type PR Issue
1.0.9 (2016-10-08)
Fixed bugs:
1.0.8 (2016-07-26)
Fixed bugs:
- CheckboxInputOptions had a typo on a require statement. Commit
1.0.7 (2016-07-23)
Fixed bugs:
- CheckboxInputOptions stores values from all checkbox questions. Commit Issue
- Fix addValidationMethods. PR
- Mistake in the default error message for isLength rule. PR Issue
1.0.6 (2016-01-02)
Implemented enhancements & merged pull requests:
Fixed bugs:
- Fixed typo in JSON Schema example in README. Commit
- Fix validation check in
addInputTypes
to actually check the variable passed in. Commit PR
1.0.5 (2015-10-08)
Implemented enhancements & merged pull requests:
- Allow custom props to be passed to the
inputTypes
. PR - Ability to set a default value for
checkboxInput
. PR - Avoid conflicts with Underscore within Winterfell and other projects. PR
- Ability to disable the Next/Back buttons as well as change the back buttons text. Issue & Commits
- New required asterisk rendering option for required fields. Issue & Commits
- Question sets now have titles and text props along with their classes. Issue & Commits
- Ability to do multi-field validation against other values. Issue & Commit
Fixed bugs:
- Fixed classes for
questionPanelHeaderText
andquestionPanelText
not being assigned correctly. Commit - Wording fixes in README and update README to include undocumented features etc. Commit
- Default input to correct case Commit
- Fix build/prepublush command Commit
- Fix bug in addErrorMessages method where var was not present. Commit
- Fix bug where addValidationMethod(s) helpers and addErrorMessage(s) helpers were not like the README describes. Issue & Commits