@atlaskit/editor-plugin-media 5.2.14 → 5.3.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,26 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 5.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`be641b962b3ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be641b962b3ca) -
14
+ Debounced media inline rendering
15
+ - [`a994e589f089b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a994e589f089b) -
16
+ Debounced media group rendering
17
+ - [`b78d65b49af6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b78d65b49af6a) -
18
+ Debounced media nodeview rendering
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+
3
24
  ## 5.2.14
4
25
 
5
26
  ### Patch Changes
@@ -109,8 +109,6 @@ var ReactMediaGroupNode = exports.ReactMediaGroupNode = function ReactMediaGroup
109
109
  providerFactory: providerFactory,
110
110
  mediaOptions: mediaOptions,
111
111
  pluginInjectionApi: pluginInjectionApi
112
- }, undefined, undefined,
113
- // @portal-render-immediately
114
- true).init();
112
+ }).init();
115
113
  };
116
114
  };
@@ -351,8 +351,6 @@ var ReactMediaInlineNode = exports.ReactMediaInlineNode = function ReactMediaInl
351
351
  providerFactory: providerFactory,
352
352
  dispatchAnalyticsEvent: dispatchAnalyticsEvent,
353
353
  api: api
354
- }, undefined, undefined,
355
- // @portal-render-immediately
356
- true).init();
354
+ }).init();
357
355
  };
358
356
  };
@@ -222,8 +222,6 @@ var ReactMediaNode = exports.ReactMediaNode = function ReactMediaNode(portalProv
222
222
  providerFactory: providerFactory,
223
223
  mediaOptions: mediaOptions,
224
224
  pluginInjectionApi: pluginInjectionApi
225
- }, undefined, undefined,
226
- // @portal-render-immediately
227
- true).init();
225
+ }).init();
228
226
  };
229
227
  };
@@ -90,7 +90,5 @@ export const ReactMediaGroupNode = (portalProviderAPI, eventDispatcher, provider
90
90
  providerFactory,
91
91
  mediaOptions,
92
92
  pluginInjectionApi
93
- }, undefined, undefined,
94
- // @portal-render-immediately
95
- true).init();
93
+ }).init();
96
94
  };
@@ -273,7 +273,5 @@ export const ReactMediaInlineNode = (portalProviderAPI, eventDispatcher, provide
273
273
  providerFactory,
274
274
  dispatchAnalyticsEvent,
275
275
  api
276
- }, undefined, undefined,
277
- // @portal-render-immediately
278
- true).init();
276
+ }).init();
279
277
  };
@@ -197,7 +197,5 @@ export const ReactMediaNode = (portalProviderAPI, eventDispatcher, providerFacto
197
197
  providerFactory,
198
198
  mediaOptions,
199
199
  pluginInjectionApi
200
- }, undefined, undefined,
201
- // @portal-render-immediately
202
- true).init();
200
+ }).init();
203
201
  };
@@ -102,8 +102,6 @@ export var ReactMediaGroupNode = function ReactMediaGroupNode(portalProviderAPI,
102
102
  providerFactory: providerFactory,
103
103
  mediaOptions: mediaOptions,
104
104
  pluginInjectionApi: pluginInjectionApi
105
- }, undefined, undefined,
106
- // @portal-render-immediately
107
- true).init();
105
+ }).init();
108
106
  };
109
107
  };
@@ -347,8 +347,6 @@ export var ReactMediaInlineNode = function ReactMediaInlineNode(portalProviderAP
347
347
  providerFactory: providerFactory,
348
348
  dispatchAnalyticsEvent: dispatchAnalyticsEvent,
349
349
  api: api
350
- }, undefined, undefined,
351
- // @portal-render-immediately
352
- true).init();
350
+ }).init();
353
351
  };
354
352
  };
@@ -216,8 +216,6 @@ export var ReactMediaNode = function ReactMediaNode(portalProviderAPI, eventDisp
216
216
  providerFactory: providerFactory,
217
217
  mediaOptions: mediaOptions,
218
218
  pluginInjectionApi: pluginInjectionApi
219
- }, undefined, undefined,
220
- // @portal-render-immediately
221
- true).init();
219
+ }).init();
222
220
  };
223
221
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "5.2.14",
3
+ "version": "5.3.1",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "./types": "./src/types/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/adf-schema": "^50.2.1",
36
+ "@atlaskit/adf-schema": "^50.2.2",
37
37
  "@atlaskit/analytics-namespaced-context": "^7.0.0",
38
38
  "@atlaskit/analytics-next": "^11.1.0",
39
39
  "@atlaskit/button": "^23.4.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
42
42
  "@atlaskit/editor-plugin-annotation": "^3.3.0",
43
43
  "@atlaskit/editor-plugin-connectivity": "^3.1.0",
44
- "@atlaskit/editor-plugin-decorations": "^3.0.0",
44
+ "@atlaskit/editor-plugin-decorations": "^3.1.0",
45
45
  "@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
46
46
  "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
47
47
  "@atlaskit/editor-plugin-floating-toolbar": "^5.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.2.0",
58
- "@atlaskit/icon": "^28.0.0",
59
- "@atlaskit/icon-lab": "^5.6.0",
58
+ "@atlaskit/icon": "^28.1.0",
59
+ "@atlaskit/icon-lab": "^5.7.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",
@@ -66,11 +66,11 @@
66
66
  "@atlaskit/media-ui": "^28.6.0",
67
67
  "@atlaskit/media-viewer": "^52.4.0",
68
68
  "@atlaskit/platform-feature-flags": "^1.1.0",
69
- "@atlaskit/primitives": "^14.11.0",
69
+ "@atlaskit/primitives": "^14.12.0",
70
70
  "@atlaskit/textfield": "^8.0.0",
71
- "@atlaskit/theme": "^19.0.0",
72
- "@atlaskit/tmp-editor-statsig": "^11.5.0",
73
- "@atlaskit/tokens": "^6.0.0",
71
+ "@atlaskit/theme": "^20.0.0",
72
+ "@atlaskit/tmp-editor-statsig": "^11.8.0",
73
+ "@atlaskit/tokens": "^6.1.0",
74
74
  "@atlaskit/tooltip": "^20.4.0",
75
75
  "@babel/runtime": "^7.0.0",
76
76
  "@emotion/react": "^11.7.1",
@@ -81,7 +81,7 @@
81
81
  "uuid": "^3.1.0"
82
82
  },
83
83
  "peerDependencies": {
84
- "@atlaskit/editor-common": "^107.28.0",
84
+ "@atlaskit/editor-common": "^107.31.0",
85
85
  "@atlaskit/media-core": "^37.0.0",
86
86
  "react": "^18.2.0",
87
87
  "react-dom": "^18.2.0",