ChangelogWeek 3
Week 3
v3.13.2
@liveblocks/node
- Add a new
alwaysUseKnowledgeoption when creating or updating copilots. When this option is enabled, the copilot retrieves and uses the uploaded knowledge sources on each user query. When disabled, the copilot will retrieve the uploaded knowledge sources only when the user query relates to the knowledge prompt set on the copilot.
v3.13.1
@liveblocks/client
- Fix issue where storage subscriptions wouldn't fire after concurrent move and
set operations, causing stale
LiveListstate in UI.
v3.13.0
This release adds support for comment metadata, allowing you to attach custom metadata to individual comments in the same way as thread metadata.
All packages
- Support typing comment metadata globally via the
Liveblocksinterface. - Improve
CommentBodytypes. - Internal refactorings to prepare for upcoming protocol updates.
@liveblocks/client
- Add new parameters to
createThread,createComment, andeditCommentto attach and update comment metadata. - Add
editCommentMetadatamethod to update only a commentʼs metadata.
@liveblocks/react
- Add new parameters to
useCreateThread,useCreateComment, anduseEditCommentto attach and update comment metadata. - Add
useEditCommentMetadatahook to update only a commentʼs metadata.
@liveblocks/react-ui
- Add
commentMetadataprop toComposerto attach and update comment metadata.
@liveblocks/react-lexical and @liveblocks/react-tiptap
- Add
commentMetadataprop toFloatingComposerto attach and update comment metadata.
@liveblocks/react-tiptap
- Fix
Toolbarnot reflecting the editorʼs current state.
@liveblocks/node
- Add new parameters to
createThread,createComment, andeditCommentto attach and update comment metadata. - Add
editCommentMetadatamethod to update only a commentʼs metadata. - Add
commentMetadataUpdatedwebhook event.