mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Add CHANGELOG entry for #617
This commit is contained in:
parent
0c3922fea9
commit
9396b2ff87
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@
|
|||
* Map `datetime`, `date` and `time` input types to their respective HTML5 input tags
|
||||
when the `:html5` is set to `true` [@volmer](https://github.com/volmer)
|
||||
* Add `boolean_label_class` config.
|
||||
* Add `:html` option to include additional attributes on custom wrappers [remofritzsche](https://github.com/remofritzsche) and [@ulissesalmeida](https://github.com/ulissesalmeida)
|
||||
* Add `:html` option to include additional attributes on custom wrappers [@remofritzsche](https://github.com/remofritzsche) and [@ulissesalmeida](https://github.com/ulissesalmeida)
|
||||
* Make possible to use the Wrappers API to define attributes for the components.
|
||||
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
||||
* Put a whitespace before the `inline_label` options of boolean input if it is present.
|
||||
* Add support to configure the `label_text` proc at the wrapper level. [@NOX73](https://github.com/NOX73)
|
||||
|
||||
### bug fix
|
||||
* Collection input that uses automatic collection translation properly sets checked values.
|
||||
|
|
Loading…
Reference in a new issue