• v0.26.0 0d6cd04a3e

    v0.26.0 Stable

    pienter-release-bot released this 2026-09-19 22:36:29 +00:00 | 73 commits to main since this release

    Added

    • RecordForm and RecordFields gain a { type: 'richtext', placeholder? }
      field type that renders RichText with the same label, hint, required,
      busy, disabled, readonly and issue wiring as the other built-ins,
      block fields at ['sections', index, …] paths included. The editor is
      loaded on demand with a Skeleton in its place, so a form without a
      richtext field never fetches Tiptap; an app that renders one bundles
      the Tiptap dependencies, as one importing RichText does. View mode
      shows the formatted content without a toolbar. In a Panel a rich text
      field spans the row, as a textarea does.
    Downloads