ChangelogWeek 13
Week 13
v2.22.2
@liveblocks/node
- Optimize
.getOrCreateRoom()
to only make a single round-trip to the server. - Optimize
.upsertRoom()
to only make a single round-trip to the server. - Also expose
LiveObject
,LiveMap
, andLiveList
in@liveblocks/node
.
v2.22.1
@liveblocks/react-blocknote
- Fix report text editor function's call. Now we report correctly
blocknote
as text editor type.
@liveblocks/react-tiptap
- Internal refactoring.
@liveblocks/node
- Fix: improve stack traces of REST API errors to include the original error location.
Dashboard
- BlockNote editors are now supported in a room's Text Editor view.
Documentation
- Improve guide on how to modify Liveblocks Storage from the server.
- Fix BlockNote code snippets and add info about it in the email package.
Examples
- Improve notification settings in the Next.js Starter Kit.
- Update notifications settings example to use the latest APIs.