You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.