1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/CHANGELOG.md
2013-05-27 23:50:56 +03:00

26 lines
1 KiB
Markdown

## master
### enhancements
* Support `Proc` object in `:conditions` option of associations [@bradly](https://github.com/bradly)
* `input_field` supports `html5` component [@nashby](https://github.com/nashby)
## 3.0.0.rc
### enhancements
* Make `field_error_proc` configurable [@dfens](https://github.com/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](https://github.com/jasonwebster)
* Skip pattern attribute when using `validates_format_of` with `:without` option [@glebm](https://github.com/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](https://github.com/ckundo)
Please check [v2.1](https://github.com/plataformatec/simple_form/blob/v2.1/CHANGELOG.md) for previous changes.