2021-04-25 20:11:17 +08: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-06 05:57:36 +08:00
|
|
|
* Add `config.action_text.attachment_tag_name`, to specify the HTML tag that contains attachments.
|
|
|
|
|
|
|
|
*Mark VanLandingham*
|
|
|
|
|
2020-09-30 11:16:18 +08: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 20:11:16 +08:00
|
|
|
* Add `with_all_rich_text` method to eager load all rich text associations on a model at once.
|
2020-11-25 01:19:46 +08:00
|
|
|
|
|
|
|
*Matt Swanson*, *DHH*
|
|
|
|
|
2020-11-03 05:12:47 +08:00
|
|
|
|
2020-12-03 07:37:26 +08:00
|
|
|
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actiontext/CHANGELOG.md) for previous changes.
|