2021-03-22 05:25:49 -04:00
|
|
|
* OpenSSL constants are now used for Digest computations.
|
|
|
|
|
|
|
|
*Dirkjan Bussink*
|
|
|
|
|
2021-04-25 08:11:17 -04:00
|
|
|
* Add support for passing `form:` option to `rich_text_area_tag` and
|
|
|
|
`rich_text_area` helpers to specify the `<input type="hidden" form="...">`
|
|
|
|
value.
|
|
|
|
|
|
|
|
*Sean Doyle*
|
|
|
|
|
2021-03-05 16:57:36 -05:00
|
|
|
* Add `config.action_text.attachment_tag_name`, to specify the HTML tag that contains attachments.
|
|
|
|
|
|
|
|
*Mark VanLandingham*
|
|
|
|
|
2020-09-29 23:16:18 -04:00
|
|
|
* Expose how we render the HTML _surrounding_ rich text content as an
|
|
|
|
extensible `layouts/action_view/contents/_content.html.erb` template to
|
|
|
|
encourage user-land customizations, while retaining private API control over how
|
|
|
|
the rich text itself is rendered by `action_text/contents/_content.html.erb`
|
|
|
|
partial.
|
|
|
|
|
|
|
|
*Sean Doyle*
|
|
|
|
|
2020-12-29 07:11:16 -05:00
|
|
|
* Add `with_all_rich_text` method to eager load all rich text associations on a model at once.
|
2020-11-24 12:19:46 -05:00
|
|
|
|
|
|
|
*Matt Swanson*, *DHH*
|
|
|
|
|
2020-11-02 16:12:47 -05:00
|
|
|
|
2020-12-02 18:37:26 -05:00
|
|
|
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actiontext/CHANGELOG.md) for previous changes.
|