> ## Documentation Index
> Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Lexical Changelog

> Release Notes of Changes Affecting Velt Lexical Library

<Update label="4.5.2-beta.3" description="December 12, 2025">
  ### Improvements

  * \[**Comments**]: Refactored `@veltdev/lexical-velt-comments` to follow a common pattern and folder structure across all libraries. This enables faster development of Velt comment integrations and covers more rich text editor scenarios.
</Update>

<Update label="4.5.2-beta.2" description="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.

  ```javascript theme={null}
  import { exportJSONWithoutComments } from '@veltdev/lexical-velt-comments';

  const cleanState = exportJSONWithoutComments(editor);
  ```
</Update>
