4.5.2-beta.2
August 26, 2025

New Features

  • [Lexical]: Released documentation for our Lexical CRDT integration. Also added a new exportJSONWithoutComments utility to serialize editor content without including comment nodes.
import { exportJSONWithoutComments } from '@veltdev/lexical-velt-comments';

const cleanState = exportJSONWithoutComments(editor);