Changelog
Week 33
v2.5.1
@liveblocks/yjs
- Fix
LiveblocksProvider
update
/change
event not returningremoved
users.
v2.5.0
@liveblocks/react
- Add
useIsInsideRoom
hook, useful for rendering different components inside and outside ofRoomProvider
.
@liveblocks/react-lexical
- Fix a bug in
useEditorStatus
which prevented it from returning a correct status whenLexicalPlugin
was rendered conditionally. - Fix remote cursors not displaying user names.
@liveblocks/react-ui
- Improve event propagation in
Composer
.
@liveblocks/codemod
- Prevent modifying files that weren’t changed by the codemods.