heartcombo--simple_form/CHANGELOG.md

26 lines
954 B
Markdown
Raw Normal View History

## master
### enhancements
* `input_field` supports `html5` component [@nashby](https://github.com/nashby)
2013-05-10 17:25:41 +00:00
## 3.0.0.rc
2013-02-28 07:03:50 +00:00
2013-05-09 16:14:45 +00:00
### enhancements
* Make `field_error_proc` configurable [@dfens](https://github.com/dfens)
2013-05-10 00:27:43 +00:00
2013-02-28 07:03:50 +00:00
### bug fix
2013-05-10 00:27:43 +00:00
* Remove deprecation warnings related to `Relation#all` from Rails 4.
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.