Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 1.03 KB

master

enhancements

  • Support Proc object in :conditions option of associations @bradly
  • input_field supports html5 component @nashby

3.0.0.rc

enhancements

  • Make field_error_proc configurable @dfens

bug fix

  • Remove deprecation warnings related to Relation#all from Rails 4.
  • Form builder can be used outside the context of a controller @jasonwebster
  • Skip pattern attribute when using validates_format_of with :without option @glebm

3.0.0.beta1

enhancements

  • Support to Rails 4.
  • Removed deprecated methods.
  • SimpleForm no longer sets the size attribute automatically and the default_input_size setting is now deprecated.
  • Support to aria-required attribute to required fields @ckundo

Please check v2.1 for previous changes.