v1.0.9 @liveblocks/client- Export
LiveListUpdate,LiveMapUpdate, andLiveObjectUpdatetypes used by the storage update callback. - Export new utility,
toPlainLson, to assist in calling the initialize storage API. - Internal refactorings.
- Export
v1.0.8 @liveblocks/client- Internal refactorings.
create-liveblocks-app- Added
flags
for creating config files with
--init. (e.g.--framework react) - Added an error if an incorrect flag is used.
- Slightly changed the format of the default config file.
@liveblocks/client- Internal refactorings.
v1.0.7 - Private API changes only.
v1.0.6 Internal changes
- Release
create-liveblocks-appalong with other Liveblocks packages, using the same versioning scheme. - Internal refactorings.
- Release
v1.0.5 Non-existent.
v1.0.4 Non-existent.
v1.0.3 Non-existent.
v1.0.2 - Fix bug where passing down
shouldInitiallyConnectconnection option would not always work.
- Fix bug where passing down
v1.0.1 - Log stack traces of function calls that resulted in rejected storage mutations to the console in non-production builds to ease debugging.
@liveblocks/client- Fixes bug where the state of
othersin a room was wrong when:- Client A disconnects improperly (ex: computer goes to sleep)
- Then Client B disconnects (ex: computer goes to sleep)
- Then Client A reconnects: client B still shows in the
othersstate
v1.0.0 This major release marks the maturity of Liveblocks. For upgrade instructions, see the 1.0 upgrade guide.
@liveblocks/nodeauthorizeoptionuserIdis now mandatory.Our new pricing is based on Monthly Active Users instead of connections. We're using
userIdto track MAU associated to a Liveblocks account.