@atlaskit/editor-plugin-media 5.2.7 → 5.2.8
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-media
|
|
2
2
|
|
|
3
|
+
## 5.2.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#200948](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200948)
|
|
8
|
+
[`8dd9a944113d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8dd9a944113d5) -
|
|
9
|
+
Opt out of throttling rendering
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 5.2.7
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -222,6 +222,8 @@ var ReactMediaNode = exports.ReactMediaNode = function ReactMediaNode(portalProv
|
|
|
222
222
|
providerFactory: providerFactory,
|
|
223
223
|
mediaOptions: mediaOptions,
|
|
224
224
|
pluginInjectionApi: pluginInjectionApi
|
|
225
|
-
}
|
|
225
|
+
}, undefined, undefined,
|
|
226
|
+
// @portal-render-immediately
|
|
227
|
+
true).init();
|
|
226
228
|
};
|
|
227
229
|
};
|
|
@@ -216,6 +216,8 @@ export var ReactMediaNode = function ReactMediaNode(portalProviderAPI, eventDisp
|
|
|
216
216
|
providerFactory: providerFactory,
|
|
217
217
|
mediaOptions: mediaOptions,
|
|
218
218
|
pluginInjectionApi: pluginInjectionApi
|
|
219
|
-
}
|
|
219
|
+
}, undefined, undefined,
|
|
220
|
+
// @portal-render-immediately
|
|
221
|
+
true).init();
|
|
220
222
|
};
|
|
221
223
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.8",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
56
56
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
57
57
|
"@atlaskit/form": "^12.0.0",
|
|
58
|
-
"@atlaskit/icon": "^27.
|
|
59
|
-
"@atlaskit/icon-lab": "^5.
|
|
58
|
+
"@atlaskit/icon": "^27.12.0",
|
|
59
|
+
"@atlaskit/icon-lab": "^5.6.0",
|
|
60
60
|
"@atlaskit/media-card": "^79.5.0",
|
|
61
61
|
"@atlaskit/media-client": "^35.3.0",
|
|
62
62
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/primitives": "^14.11.0",
|
|
70
70
|
"@atlaskit/textfield": "^8.0.0",
|
|
71
71
|
"@atlaskit/theme": "^19.0.0",
|
|
72
|
-
"@atlaskit/tmp-editor-statsig": "^9.
|
|
72
|
+
"@atlaskit/tmp-editor-statsig": "^9.28.0",
|
|
73
73
|
"@atlaskit/tokens": "^6.0.0",
|
|
74
74
|
"@atlaskit/tooltip": "^20.4.0",
|
|
75
75
|
"@babel/runtime": "^7.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"uuid": "^3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@atlaskit/editor-common": "^107.
|
|
84
|
+
"@atlaskit/editor-common": "^107.23.0",
|
|
85
85
|
"@atlaskit/media-core": "^37.0.0",
|
|
86
86
|
"react": "^18.2.0",
|
|
87
87
|
"react-dom": "^18.2.0",
|