CHANGELOG

This commit is contained in:
Rafael Mendonça França 2012-04-21 09:12:34 -03:00
parent 1f8a90ee9b
commit 3143e3f3a9
1 changed files with 7 additions and 3 deletions

View File

@ -2,14 +2,18 @@
### enhancements
* Add `:inline_label` configuration to nested booleans to display text inline with checkbox. ([@ehoch](https://github.com/ehoch))
* Add html support for hints ([@findrails](https://github.com/findrails))
* Add html support for hints. ([@findrails](https://github.com/findrails))
### bug fix
* Fix `min_max` component to not output maximum value. ([@julian7](https://github.com/julian7)).
Closes [#483](https://github.com/plataformatec/simple_form/issues/483)
* Remove leading and trailing whitespace from `label_text`
* Remove leading and trailing whitespace from `label_text`.
Closes [#492](https://github.com/plataformatec/simple_form/issues/492)
* Fix checked radio button issue when value is false ([@georgehemmings](https://github.com/georgehemmings)).
* Fix checked radio button issue when value is false. ([@georgehemmings](https://github.com/georgehemmings)).
* Propagate defaults options to nested forms.
Closes [#553](https://github.com/plataformatec/simple_form/issues/533).
([@nashby](https://github.com/nashby))
* Fix limit and maxlength with decimal points. ([@shwoodard](https://github.com/shwoodard))
## 2.0.1