Deprecate Trix-specific classes, modules, and methods
- ActionText::Attachable#to_trix_content_attachment_partial_path. Override
#to_editor_content_attachment_partial_pathinstead. ::ActionText::Attachments::TrixConversion- ActionText::Content#to_trix_html.
ActionText::RichText#to_trix_html.::ActionText::TrixAttachment
Sean Doyle
- ActionText::Attachable#to_trix_content_attachment_partial_path. Override
Validate
RemoteImageURLs at creation time.RemoteImage.from_nodenow validates the URL before creating aRemoteImageobject, using the same regex thatAssetUrlHelperuses during rendering. URLs like "image.png" that would previously have been passed to the asset pipeline and raised a::ActionView::Template::Errorare rejected early, and gracefully fail by resulting in aMissingAttachable.Mike Dalessio
Please check [8-1-stable]) for previous changes.