Simple Form v4.1.0 Release Notes

Release Date: 2018-11-22 // over 5 years ago
  • โœจ Enhancements

    • Guess input type more carefully. @sringling
    • ๐Ÿ‘ Allow custom error on forms without model. @victorperez
    • ๐Ÿ’Ž Do not support Ruby < 2.3 anymore. @gssbzn
    • โž• Add color input type. @gssbzn

    ๐Ÿ› Bug fix

    • ๐Ÿ‘Œ Improve disabled option to input_field. @betelgeuse
    • Memoize input_html_classes in SimpleForm::Inputs::Base. @RigoTheDev
    • ๐Ÿ›  Fix column type citext HTML5 input type bug. @brucew
    • ๐Ÿ‘‰ Use form attribute in the nested boolean hidden field when it is given. @feliperenan