v2.13.0
Bugfix which causes behaviour change: When two clients simultaneously request a document, before this change, the 2nd client would immediately sync with an empty ydoc and potentially sync with the database afterwards. The first client would wait until the document loaded from the DB and only then sync. With this version, both clients will wait for the document to finish loading, and only then sync.
What's Changed
- Wait for createDocument to be loaded for subsequent createConnections by @jordangarcia in #822
New Contributors
- @jordangarcia made their first contribution in #822
Full Changelog: v2.12.3...v2.13.0