All Versions
12
Latest Version
Avg Release Cycle
101 days
Latest Release
-

Changelog History
Page 1

  • v4.0.0 Changes

    • Fixed default_columns_for_object when object has non-standard foreign keys (#1241)
    • Fixed missing constants in production (#911)
    • Removed support for Rails 3 and 4.0 (#1108)
    • Removed deprecated input/action finder methods (#1139)
    • Changed boolean label padding to margin (#1202)
    • Added mapping hstore column to text input (#1203)
    • Added support for Rails 5 Attributes API (#1188)
    • Changed required Ruby version to >= 2.0 (#1210)
    • Default to input types text for json & jsonb, string for citext columns (#1229)
    • Allow symbols for numericality options (#1258)
    • Support for rubies under 2.4.0 has been dropped (#1292)
    • Support for Rails under 5.2.0 has been dropped (#1293)
    • Support for Rails 6.0 has been added (#1300)
    • Support for Rails 6.1 has been added (#1324)
    • Support for Ruby 3 has been added (#1323)
  • v4.0.0.rc1 Changes

    • Fixed default_columns_for_object when object has non-standard foreign keys (#1241)
    • Fixed missing constants in production (#911)
    • Removed support for Rails 3 and 4.0 (#1108)
    • Removed deprecated input/action finder methods (#1139)
    • Changed boolean label padding to margin (#1202)
    • Added mapping hstore column to text input (#1203)
    • Added support for Rails 5 Attributes API (#1188)
    • Changed required Ruby version to >= 2.0 (#1210)
    • Default to input types text for json & jsonb, string for citext columns (#1229)
    • Allow symbols for numericality options (#1258)
    • Support for rubies under 2.4.0 has been dropped (#1292)
    • Support for Rails under 5.2.0 has been dropped (#1293)
  • v3.1.5

    February 23, 2017
  • v3.1.4

    March 26, 2016
  • v3.1.3

    January 09, 2015
  • v3.1.2 Changes

    November 24, 2014
    • Fixed that we specified 4.0.4 instead of 4.1 in the Rails version deprecation message
  • v3.1.1 Changes

    November 22, 2014
    • Fixed class custom input & action class loading in test environments
    • Added documentation of custom input & action class finders
    • Added a link to documentation & wiki from custom class deprecation warnings
  • v3.1.0 Changes

    November 16, 2014
    • Performance and documentation improvements
  • v3.1.0.rc2 Changes

    November 07, 2014
    • Deprecated :member_value and :member_label options
  • v3.1.0.rc1 Changes

    November 04, 2014
    • Deprecated support for Rails version < 4.1.0
    • Fixed synchronization issues with custom_namespace configuration
    • Fixed bug where boolean (checkbox) inputs were not being correctly checked (also in 2.3.1)
    • Fixed (silenced) Rails 5 deprecation on column_for_attribute that we're handling fine
    • Added new DatalistInput (:as => :datalist) for HTML5 datalists
    • Added configurable namespaces for custom inputs
    • Various performance and documentation improvements

    ๐Ÿ‘€ See 3.0-stable branch for 3.0.x changes https://github.com/justinfrench/formtastic/blob/3.0-stable/CHANGELOG

    ๐Ÿš€ See 2.3-stable branch for 2.3.x and earlier releases https://github.com/justinfrench/formtastic/blob/2.3-stable/CHANGELOG