winterfell v1.0.5 Release Notes

Release Date: 2015-10-08 // over 8 years ago
  • ๐Ÿ”€ 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