@liveblocks/core
Advanced tools
Changelog
v0.19.9
@liveblocks/client
WebhookHandler
class
new WebhookHandler(secret).verifyRequest({ rawBody, headers })
can be used
to verify event requests from Liveblock's webhook functionality. It also
provides fully typed WebhookEvents
.Changelog
v0.19.8
LiveObject
key set changes if
any pending local changes existed on that key.room.batch
were incorrectly
ordered inside the history resulting in unexpected undo behavior in some
cases.JsonArray
and JsonScalar
types publicly