Changelog

Week 23

Week 23
WEEK23

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 LiveObject key 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 LiveObject keys whose values had not actually changed.
  • Fix a bug where deleting a nested live value from a LiveObject omitted the removed value (deletedItem) from the change notification.

Examples

Documentation

Website

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.

Contributors

Contributors include:ctnicholasnvie

2 authors