CHANGELOG.md 664 字节
Newer Older
R
Ryuta Kamizono 已提交
1 2
*   Fix issues with scopes and engine on `current_page?` method.

S
savroff 已提交
3
    Fixes #29401.
R
Ryuta Kamizono 已提交
4

S
savroff 已提交
5
    *Nikita Savrov*
R
Ryuta Kamizono 已提交
6

7 8 9 10 11 12 13 14
*   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*

15 16 17 18
*   Add `:json` type to `auto_discovery_link_tag` to support [JSON Feeds](https://jsonfeed.org/version/1)

    *Mike Gunderloy*

R
Ryuta Kamizono 已提交
19
*   Update `distance_of_time_in_words` helper to display better error messages
20 21 22 23
    for bad input.

    *Jay Hayes*

R
Ryuta Kamizono 已提交
24

M
Matthew Draper 已提交
25
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md) for previous changes.