Simple Form v4.0.0 Release Notes

Release Date: 2018-04-11 // about 6 years ago
  • ✨ Enhancements

    • ➕ Add bootstrap v4.1 generator template. @m5o
    • ➕ Add Rails 5.2 support. @gobijan
    • ➕ Add API to register custom components.@feliperenan
    • 👍 Allow custom errors classes to inputs.@feliperenan
    • ✂ Remove support from Rails 4.0, 4.1 and 4.2. @feliperenan
    • ➕ Add support for citext, hstore, json & jsonb column types. @swrobel
    • ➕ Add :valid_class on input wrapper when value is present and valid @aeberlin, @m5o
    • 👍 Allow :valid_class to inputs when value is present and valid. @m5o
    • 👍 Allow validation classes on input_field. @feliperenan
    • ➕ Add basic ActiveStorage support. @murb

    🐛 Bug fix

    • 🛠 Fix horizontal form label position, from right to text-right. @cavpollo
    • ➕ Add base error display alongside existing errors. @bluefalcon26
    • ⚠ Silent deprication warning for placeholder_text. @moofkit
    • 👉 Use custom i18n scope for label required html. @tvdeyen