Fix an issue where the configuration process raised an error when multiple instances of the collab
extensions were added.
The new rebaseUpdates
function can be used by a collaborative editing server to accept updates even if they apply to an old document version.
receiveUpdates
is now able to handle updates that were rebased by the server.
Update dependencies to 6.0.0
Update dependencies to 0.20.0
Update dependencies to 0.19.0
Add Transaction.remote
annotation to transactions that include remote updates.
Update
objects now have a clientID
field, and receiveUpdates
no longer takes its ownUpdateCount
argument, to simplify the interface.
Update dependencies to 0.18.
The package now also exports a CommonJS module.
First numbered release.