Skip to content

1.0.3

Choose a tag to compare

@jaydensmith jaydensmith released this 04 Sep 05:32
· 121 commits to v1 since this release

Fixed

  • Added StarterKit code marks and codeBlock nodes to the built-in Tiptap and ProseMirror schema presets so prepared viewers render these documents instead of producing a zero-height error view.
  • Prevented React Native viewers from collapsing to zero height when Fabric measures a new generation after the previous generation has mounted, including after the app returns from the background.

Changed

  • Updated the built-in schema fingerprints. Stored snapshots created with either previous built-in schema must be refetched, re-exported, or reconnected before restoration.

Tests

  • Added iOS and Android regression coverage for measuring and mounting a new Fabric generation after an earlier generation has committed.