heartcombo--simple_form/CHANGELOG.md

20 lines
770 B
Markdown
Raw Normal View History

2013-02-28 07:03:50 +00:00
## master
2013-05-09 16:14:45 +00:00
### enhancements
* Make `field_error_proc` configurable [@dfens](https://github.com/dfens)
2013-02-28 07:03:50 +00:00
### bug fix
2013-05-02 18:54:07 +00:00
* Form builder can be used outside the context of a controller [@jasonwebster](https://github.com/jasonwebster)
2013-02-28 07:03:50 +00:00
* Skip pattern attribute when using `validates_format_of` with `:without` option [@glebm](https://github.com/glebm)
## 3.0.0.beta1
2012-12-27 02:38:08 +00:00
### 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.
2013-04-13 14:37:30 +00:00
* Support to aria-required attribute to required fields [@ckundo](https://github.com/ckundo)
2012-12-27 02:38:08 +00:00
Please check [v2.1](https://github.com/plataformatec/simple_form/blob/v2.1/CHANGELOG.md) for previous changes.