All Versions
9
Latest Version
Avg Release Cycle
81 days
Latest Release
2473 days ago

Changelog History

  • v1.1.4 Changes

    July 13, 2017

    ๐Ÿ›  Fixed bugs:

    • Switch to new React Ref handling from previous ways
  • v1.1.3 Changes

    May 01, 2017

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix onRender and other handlers not being passed not defaulting Issue
  • v1.1.1 Changes

    March 20, 2017

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix React warnings for uncontrolled components PR
  • v1.1.0 Changes

    November 25, 2016

    ๐Ÿ›  Fixed bugs:

    • State leaks into prototype/form value sharing PR Issue
    • String vs. number mismatch in checkboxOptionsInput type PR Issue
  • v1.0.9 Changes

    October 08, 2016

    ๐Ÿ›  Fixed bugs:

    • React.findDOMNode is not a function on Submit PR Issue
  • v1.0.8 Changes

    July 26, 2016

    ๐Ÿ›  Fixed bugs:

    • CheckboxInputOptions had a typo on a require statement. Commit
  • v1.0.7 Changes

    July 23, 2016

    ๐Ÿ›  Fixed bugs:

    • CheckboxInputOptions stores values from all checkbox questions. Commit Issue
    • ๐Ÿ›  Fix addValidationMethods. PR
    • 0๏ธโƒฃ Mistake in the default error message for isLength rule. PR Issue
  • v1.0.6 Changes

    January 02, 2016

    ๐Ÿ”€ Implemented enhancements & merged pull requests:

    • โž• Add label/input associations for accessibility. PR
    • ๐Ÿ›  Implement fixes recommended by react-a11y. PR

    ๐Ÿ›  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
  • v1.0.5 Changes

    October 08, 2015

    ๐Ÿ”€ Implemented enhancements & merged pull requests:

    • ๐Ÿ‘ Allow custom props to be passed to the inputTypes. PR
    • 0๏ธโƒฃ 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 and questionPanelText not being assigned correctly. Commit
    • โšก๏ธ Wording fixes in README and update README to include undocumented features etc. Commit
    • 0๏ธโƒฃ 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