2019-05-14 00:09:39 -04:00
|
|
|
* ActionView::Helpers::SanitizeHelper: support rails-html-sanitizer 1.1.0.
|
|
|
|
|
|
|
|
*Juanito Fatas*
|
|
|
|
|
2019-07-26 14:54:57 -04:00
|
|
|
* Added `phone_to` helper method to create a link from mobile numbers
|
|
|
|
|
|
|
|
*Pietro Moro*
|
|
|
|
|
2019-06-21 15:04:28 -04:00
|
|
|
* annotated_source_code returns an empty array so TemplateErrors without a
|
|
|
|
template in the backtrace are surfaced properly by DebugExceptions.
|
|
|
|
|
|
|
|
*Guilherme Mansur*, *Kasper Timm Hansen*
|
|
|
|
|
2019-06-19 13:42:52 -04:00
|
|
|
* Add autoload for SyntaxErrorInTemplate so syntax errors are correctly raised by DebugExceptions.
|
|
|
|
|
|
|
|
*Guilherme Mansur*, *Gannon McGibbon*
|
|
|
|
|
2019-05-29 15:03:54 -04:00
|
|
|
* `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`
|
|
|
|
|
|
|
|
*Joel Hawksley*, *Natasha Umer*, *Aaron Patterson*, *Shawn Allen*, *Emily Plummer*, *Diana Mounter*, *John Hawthorn*, *Nathan Herald*, *Zaid Zawaideh*, *Zach Ahn*
|
|
|
|
|
2019-05-22 04:21:59 -04:00
|
|
|
* Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.
|
|
|
|
|
|
|
|
*Younes SERRAJ*
|
2019-04-19 12:34:53 -04:00
|
|
|
|
|
|
|
|
2019-04-24 15:57:14 -04:00
|
|
|
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actionview/CHANGELOG.md) for previous changes.
|