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

# BlockNote CRDT Library

> Release Notes of Changes Affecting Velt BlockNote Library

### Libraries

* `@veltdev/blocknote-crdt`
* `@veltdev/blocknote-crdt-react`

<Update label="4.5.0-beta.3" description="September 3, 2025">
  ### Improvements

  * \[**Core**]: Improved the API signatures and naming to improve developer experience.
</Update>

<Update label="4.5.0-beta.2" description="September 2, 2025">
  ### Improvements

  * \[**Core**]: Released a purpose built react package (`@veltdev/blocknote-crdt-react`) that reduced the implementation code by 95%.
</Update>

<Update label="4.5.0-beta.2" description="August 28, 2025">
  ### Bug Fixes

  * \[**Core**]: Fixed an issue where last keystroke was not synced in some cases.
</Update>

<Update label="4.5.0-beta.1" description="August 11, 2025">
  ### New Features

  * \[**Core**]: Introduced purpose built CRDT library for BlockNote Editor to enable multiplayer editing. This is based on the [Yjs](https://docs.yjs.dev/) library. [Learn more](/realtime-collaboration/crdt/setup/blocknote).
</Update>
