@atlaskit/editor-plugin-extension 5.5.9 → 5.5.10
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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-extension
|
|
2
2
|
|
|
3
|
+
## 5.5.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#174513](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174513)
|
|
8
|
+
[`9190f78c5c704`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9190f78c5c704) -
|
|
9
|
+
Remove platform_editor_exp_disable_lnv experiment key.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 5.5.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -14,9 +14,7 @@ function lazyExtensionNodeView(nodeName) {
|
|
|
14
14
|
for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
15
15
|
params[_key - 1] = arguments[_key];
|
|
16
16
|
}
|
|
17
|
-
if ((0, _experiments.editorExperiment)('platform_editor_exp_lazy_node_views', false)
|
|
18
|
-
exposure: true
|
|
19
|
-
})) {
|
|
17
|
+
if ((0, _experiments.editorExperiment)('platform_editor_exp_lazy_node_views', false)) {
|
|
20
18
|
return _extensibility.ExtensionNodeView.apply(void 0, params);
|
|
21
19
|
}
|
|
22
20
|
return (0, _lazyNodeView.withLazyLoading)({
|
|
@@ -2,9 +2,7 @@ import { ExtensionNodeView } from '@atlaskit/editor-common/extensibility';
|
|
|
2
2
|
import { withLazyLoading } from '@atlaskit/editor-common/lazy-node-view';
|
|
3
3
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
4
4
|
export function lazyExtensionNodeView(nodeName, ...params) {
|
|
5
|
-
if (editorExperiment('platform_editor_exp_lazy_node_views', false)
|
|
6
|
-
exposure: true
|
|
7
|
-
})) {
|
|
5
|
+
if (editorExperiment('platform_editor_exp_lazy_node_views', false)) {
|
|
8
6
|
return ExtensionNodeView(...params);
|
|
9
7
|
}
|
|
10
8
|
return withLazyLoading({
|
|
@@ -5,9 +5,7 @@ export function lazyExtensionNodeView(nodeName) {
|
|
|
5
5
|
for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
6
6
|
params[_key - 1] = arguments[_key];
|
|
7
7
|
}
|
|
8
|
-
if (editorExperiment('platform_editor_exp_lazy_node_views', false)
|
|
9
|
-
exposure: true
|
|
10
|
-
})) {
|
|
8
|
+
if (editorExperiment('platform_editor_exp_lazy_node_views', false)) {
|
|
11
9
|
return ExtensionNodeView.apply(void 0, params);
|
|
12
10
|
}
|
|
13
11
|
return withLazyLoading({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.10",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@atlaskit/textarea": "^8.0.0",
|
|
61
61
|
"@atlaskit/textfield": "^8.0.0",
|
|
62
62
|
"@atlaskit/theme": "^18.0.0",
|
|
63
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
63
|
+
"@atlaskit/tmp-editor-statsig": "^8.0.0",
|
|
64
64
|
"@atlaskit/toggle": "^15.0.0",
|
|
65
65
|
"@atlaskit/tokens": "^5.3.0",
|
|
66
66
|
"@atlaskit/tooltip": "^20.3.0",
|
|
@@ -124,9 +124,6 @@
|
|
|
124
124
|
"platform_editor_update_extension_local_id_on_reset": {
|
|
125
125
|
"type": "boolean"
|
|
126
126
|
},
|
|
127
|
-
"platform_editor_controls_patch_8": {
|
|
128
|
-
"type": "boolean"
|
|
129
|
-
},
|
|
130
127
|
"dst-a11y__replace-anchor-with-link__editor-core-ex": {
|
|
131
128
|
"type": "boolean"
|
|
132
129
|
},
|