@liveblocks/node
Advanced tools
Changelog
v0.18.1
In @liveblocks/react:
Changelog
v0.18.0
For information, please read our Upgrade Guide for 0.18.
In @liveblocks/react:
In @liveblocks/client:
.toImmutable()
method on LiveObject
, LiveList
, and LiveMap
lets you work with an
immutable representation of the storage objectsothers
array if their presence is knownimport { useMyPresence } from '@liveblocks/react'
). If you’re still using
these imports, see the
Upgrade Guide for 0.17
for instructions.ClientProvider
and useClient
hookdefaultPresence
and defaultStorageRoot
arguments. (Just use
initialPresence
and initialStorage
arguments now.)useMap()
, useList()
, and useObject()
.new LiveMap(null)
support. (Just use new LiveMap()
or
new LiveMap([])
.)Changelog
v0.17.11
General:
In @liveblocks/react: