@liveblocks/react-ui
- Add various new ways to customize
ThreadandComment:- Comments in
Threadcan now be overridden or customized via the
componentsprop. - New parts of
Comment(content, avatar, author, and date) can now be
overridden or customized via thechildren,additionalContent,avatar,
author, anddateprops.
- Comments in
- Fix
commentDropdownItemsprop onThreadnot working as expected in some
cases.
@liveblocks/react
- Each
createRoomContext()invocation now creates its own isolated context to
allow nesting independent room contexts and theirRoomProvidercomponents.
@liveblocks/react-blocknote
- Support newer BlockNote versions and bump the minimum required version to
v0.43.0. (Thanks @nperez0111 for the contribution!)
@liveblocks/react-ui, @liveblocks/react-tiptap, and @liveblocks/react-lexical
- Improve how inline components passed to
components={{ ... }}props are
handled by keeping them stable instead of re-mounting them on every render. - Move
@radix-ui/*dependencies to theradix-uimono package.