rails--rails/actionview/CHANGELOG.md

40 lines
894 B
Markdown
Raw Normal View History

2017-07-17 20:45:59 +00:00
* Remove deprecated Erubis ERB handler.
*Rafael Mendonça França*
* Remove default `alt` text generation.
Fixes #30096
*Cameron Cundiff*
* Add `srcset` option to `image_tag` helper.
*Roberto Miranda*
2017-06-28 13:21:03 +00:00
* Fix issues with scopes and engine on `current_page?` method.
2017-06-19 22:32:17 +00:00
Fixes #29401.
2017-06-28 13:21:03 +00:00
2017-06-19 22:32:17 +00:00
*Nikita Savrov*
2017-06-28 13:21:03 +00:00
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`.
This makes sure that the labels are linked up with the fields.
Fixes #29014.
*Yuji Yaginuma*
* Add `:json` type to `auto_discovery_link_tag` to support [JSON Feeds](https://jsonfeed.org/version/1)
*Mike Gunderloy*
* Update `distance_of_time_in_words` helper to display better error messages
for bad input.
*Jay Hayes*
2017-03-21 23:41:39 +00:00
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md) for previous changes.