heartcombo--simple_form/CHANGELOG.md

16 lines
561 B
Markdown
Raw Normal View History

2013-02-28 07:03:50 +00:00
## master
### bug fix
* 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.