Release Details
Fixes a rich text property crash caused by empty markup round-tripping as null after translation.
{"markup": null, "blocks": ...} instead of {"markup": "", "blocks": ...}. That made the content node unopenable in the backoffice, failing with ArgumentNullException: Value cannot be null. (Parameter 'input') from RichTextPropertyValueEditor.ToEditor.If you have content already affected by this, the stored property value will need "markup": null corrected back to "markup": "".
Published to NuGet.