Skip to content
Hussein Jarrar edited this page Sep 12, 2026 · 2 revisions

v0.9.2

3 changes · 3 Bugfixes.

Bugfix

  • RADD-761 RADD-701's rename stopped at the server: four client wire constants still say "doc" attachments pages web · 0f3156fa Found while chasing "attachments stopped working". The reported symptom is real and this is its cause on pages: every attachment upload to a wiki page 422s. The client posts entity_type=doc_page; the server's AttachmentParentType has been page since RADD-701.
  • RADD-760 The toolbar Image button inserts an invisible empty image — there is no file picker left anywhere attachments editor web · 983f4bc7 "Attachments stopped working." Clicking the toolbar's Image button appears to do nothing. It is not nothing: it inserts an image node with a null src, which our node view renders as a bare <img> with no source — a 0×0 element. Measured in the page editor after one click:
  • RADD-759 Table rows render inside a
    in , so every table in edit mode is squished editor web · e45cd902 Every table in the rich editor renders as a narrow column stack instead of filling the measure. Reported from an issue comment; it reproduces on pages too, and only in EDIT mode — RichViewer never registered the table node view, so read mode is correct. That asymmetry is what makes it look like a styling problem,…

    Changes from v0.9.1 to v0.9.2.


    Mirrored from project.radd-hq.com on 2026-09-12. Documentation is written there; this copy is regenerated by scripts/publish_wiki.py and hand edits do not survive it.

Clone this wiki locally