@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.