Changelog
Week 43
v2.10.0
@liveblocks/client
- Add new resolver methods under
client.resolvers.*
to invalidate the cache ofresolveUsers
,resolveRoomsInfo
, andresolveMentionSuggestions
. - When subscribing to Storage update events using
room.subscribe(root, ..., { isDeep: true })
, all LiveList deletion updates will now also include the item that was deleted.
@liveblocks/react-ui
- Improve and fix pasting rich text into the composer.
- Improve mention suggestions click behavior.
Dashboard
- Removed
Show deleted threads
checkbox from the room detailComments
tab to ensure consistent behavior across dashboard and APIs.
Documentation
- Prevent truncated API keys being copied in code snippets.
- Typo fixes.