mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/6763 @doouding - https://github.com/toeverything/BlockSuite/pull/6780 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/6775 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6765 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6792 @fundon - https://github.com/toeverything/BlockSuite/pull/6791 @fundon - https://github.com/toeverything/BlockSuite/pull/6776 @fundon - https://github.com/toeverything/BlockSuite/pull/6779 @Flrande - https://github.com/toeverything/BlockSuite/pull/6771 @fundon - https://github.com/toeverything/BlockSuite/pull/6769 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6768 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6758 @Flrande - https://github.com/toeverything/BlockSuite/pull/6743 @fourdim - https://github.com/toeverything/BlockSuite/pull/6762 @regischen ## Refactor - https://github.com/toeverything/BlockSuite/pull/6786 @regischen - https://github.com/toeverything/BlockSuite/pull/6764 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6772 @fundon ## Misc - https://github.com/toeverything/BlockSuite/pull/6766 @fourdim
A set of provider utilities for Yjs
createLazyProvider
A factory function to create a lazy provider. It will not download the document from the provider until the first time a document is loaded at the parent doc.
To use it, first define a DatasourceDocAdapter.
Then, create a LazyProvider with createLazyProvider(rootDoc, datasource).