You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.1.1
### Bug fixes
Fix an issue where the configuration process raised an error when multiple instances of the `collab` extensions were added.
Version 6.1.0
### New features
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.
Version 0.18.1
### Breaking changes
`Update` objects now have a `clientID` field, and `receiveUpdates` no longer takes its `ownUpdateCount` argument, to simplify the interface.