@atlaskit/editor-synced-block-provider 3.27.0 → 3.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-synced-block-provider
2
2
 
3
+ ## 3.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`764672ccc7992`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/764672ccc7992) -
8
+ EDITOR-4049 Add support for prefetching of synced blocks data to synced block provider.
9
+ - Updated dependencies
10
+
3
11
  ## 3.27.0
4
12
 
5
13
  ### Minor Changes
package/dist/cjs/index.js CHANGED
@@ -21,6 +21,12 @@ Object.defineProperty(exports, "SyncedBlockProvider", {
21
21
  return _syncBlockProvider.SyncBlockProvider;
22
22
  }
23
23
  });
24
+ Object.defineProperty(exports, "batchFetchData", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _blockServiceAPI.batchFetchData;
28
+ }
29
+ });
24
30
  Object.defineProperty(exports, "convertPMNodesToSyncBlockNodes", {
25
31
  enumerable: true,
26
32
  get: function get() {