forked from formtastic/formtastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPRECATIONS
52 lines (39 loc) · 1.89 KB
/
DEPRECATIONS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
This document is for tracking deprecations and removals of
Formtastic features and compatibilities.
v4.0 (planned)
* Remove support for Rails < 5.2
* Remove support for country_select 1.x syntax (they want to remove it in 3.0)
* Remove support for input_class, custom_input_class_name, standard_input_class_name, action_class, custom_action_class_name, standard_action_class_name
v3.1 (master)
* Deprecate support for Rails < 4.1
* Deprecate :member_value option
* Deprecate :member_label option
* Deprecate internal custom input class finder methods (input_class, custom_input_class_name, standard_input_class_name)
* Deprecate internal custom action class finder methods (action_class, custom_action_class_name, standard_action_class_name)
v3.0
* Remove support for Ruby version < 1.9.3
* Remove support for Rails version < 3.2.13
* Remove deprecated option :value (#1025)
* Remove deprecated option :hint_class (#1025)
* Remove deprecated option :error_class (#1025)
* Remove deprecated option :group_by (#1025)
* Remove deprecated option :group_label (#1025)
* Remove deprecated option :find_options (#1025)
* Deprecate support for Rails < 4.0.4
v2.3
* Remove deprecated date, time and datetime inputs
* Deprecate :error_class option
* Deprecate support for Rails < 3.2.13
v2.2
* Remove deprecated buttons DSL, ButtonHelper and commit_button helper
* Deprecate :value option
* Deprecate :hint_class option
* Deprecate :error_class option
* Deprecate :group_by and :group_label options
* Deprecate :find_options option
v2.1
* Remove the previously deprecated :label_method, :value_method & :group_label_method options
* Remove the previously deprecated :as => :numeric
* Remove the previously deprecated inline_errors_for and related methods
* Remove the previously deprecated SemanticFormHelper and SemanticFormBuilder
* Deprecate the Buttons DSL (f.buttons, f.commit_button) in favor of the new Actions DSL — see above