ChangelogWeek 23
Week 23
v3.19.4
@liveblocks/client
- Fix
LiveList.push()so concurrent pushes from multiple clients no longer settle out of order. - Fix a bug where a
LiveObjectkey deleted while a client was offline would reappear on reconnect, preventing the two clients from reconverging. - Fix a bug where reconnecting would emit too many update notifications for
LiveObjectkeys whose values had not actually changed. - Fix a bug where deleting a nested live value from a
LiveObjectomitted the removed value (deletedItem) from the change notification.
Examples
- New example: Collaborative SuperDoc editor.
Documentation
- New guide: Get started with SuperDoc and Next.js.
- New guide: Get started with SuperDoc and JavaScript.
- New guide: Get started with SuperDoc and React.
- New guide: Get started with SuperDoc and Svelte.
- New guide: Get started with SuperDoc and Vue.js.
- Updated get started guides for Liveblocks Storage, featuring more hook examples.
Website
- New blog post: How humans and AI will work together in the next generation of apps.
- New blog post: What's new in Liveblocks: May 2026.
Liveblocks dev server (v1.6.0)
- Update internal storage format of dev server. Note that your local dev rooms are not automatically migrated and will appear as empty rooms after the upgrade.