@atlaskit/editor-synced-block-provider 4.3.3 → 4.3.4
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-synced-block-provider
|
|
2
2
|
|
|
3
|
+
## 4.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ef5f5792a6aaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef5f5792a6aaf) -
|
|
8
|
+
Clean up platform_synced_block_patch_7 feature gate
|
|
9
|
+
|
|
3
10
|
## 4.3.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -237,9 +237,7 @@ var SourceSyncBlockStoreManager = exports.SourceSyncBlockStoreManager = /*#__PUR
|
|
|
237
237
|
return _context.abrupt("return", false);
|
|
238
238
|
case 31:
|
|
239
239
|
_context.prev = 31;
|
|
240
|
-
|
|
241
|
-
(_this$flushCompletion = this.flushCompletionCallback) === null || _this$flushCompletion === void 0 || _this$flushCompletion.call(this);
|
|
242
|
-
}
|
|
240
|
+
(_this$flushCompletion = this.flushCompletionCallback) === null || _this$flushCompletion === void 0 || _this$flushCompletion.call(this);
|
|
243
241
|
return _context.finish(31);
|
|
244
242
|
case 34:
|
|
245
243
|
case "end":
|
|
@@ -190,10 +190,8 @@ export class SourceSyncBlockStoreManager {
|
|
|
190
190
|
(_this$fireAnalyticsEv4 = this.fireAnalyticsEvent) === null || _this$fireAnalyticsEv4 === void 0 ? void 0 : _this$fireAnalyticsEv4.call(this, updateErrorPayload(error.message));
|
|
191
191
|
return false;
|
|
192
192
|
} finally {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
(_this$flushCompletion = this.flushCompletionCallback) === null || _this$flushCompletion === void 0 ? void 0 : _this$flushCompletion.call(this);
|
|
196
|
-
}
|
|
193
|
+
var _this$flushCompletion;
|
|
194
|
+
(_this$flushCompletion = this.flushCompletionCallback) === null || _this$flushCompletion === void 0 ? void 0 : _this$flushCompletion.call(this);
|
|
197
195
|
}
|
|
198
196
|
}
|
|
199
197
|
hasUnsavedChanges() {
|
|
@@ -230,9 +230,7 @@ export var SourceSyncBlockStoreManager = /*#__PURE__*/function () {
|
|
|
230
230
|
return _context.abrupt("return", false);
|
|
231
231
|
case 31:
|
|
232
232
|
_context.prev = 31;
|
|
233
|
-
|
|
234
|
-
(_this$flushCompletion = this.flushCompletionCallback) === null || _this$flushCompletion === void 0 || _this$flushCompletion.call(this);
|
|
235
|
-
}
|
|
233
|
+
(_this$flushCompletion = this.flushCompletionCallback) === null || _this$flushCompletion === void 0 || _this$flushCompletion.call(this);
|
|
236
234
|
return _context.finish(31);
|
|
237
235
|
case 34:
|
|
238
236
|
case "end":
|
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
30
30
|
"@atlaskit/node-data-provider": "^9.0.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
|
-
"@atlaskit/tmp-editor-statsig": "^54.
|
|
32
|
+
"@atlaskit/tmp-editor-statsig": "^54.5.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@compiled/react": "^0.20.0",
|
|
35
35
|
"graphql-ws": "^5.14.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"name": "@atlaskit/editor-synced-block-provider",
|
|
84
|
-
"version": "4.3.
|
|
84
|
+
"version": "4.3.4",
|
|
85
85
|
"description": "Synced Block Provider for @atlaskit/editor-plugin-synced-block",
|
|
86
86
|
"author": "Atlassian Pty Ltd",
|
|
87
87
|
"license": "Apache-2.0",
|
|
@@ -92,9 +92,6 @@
|
|
|
92
92
|
"block_service_source_repair": {
|
|
93
93
|
"type": "boolean"
|
|
94
94
|
},
|
|
95
|
-
"platform_synced_block_patch_7": {
|
|
96
|
-
"type": "boolean"
|
|
97
|
-
},
|
|
98
95
|
"platform_synced_block_update_refactor": {
|
|
99
96
|
"type": "boolean"
|
|
100
97
|
},
|