@atlaskit/editor-plugin-media 5.2.2 → 5.2.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,24 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 5.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#191913](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191913)
8
+ [`6d1e56695e91d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1e56695e91d) -
9
+ EDITOR-1131 Bump adf-schema package to 50.0.0
10
+ - Updated dependencies
11
+
12
+ ## 5.2.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [#190588](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190588)
17
+ [`b22e308cfd320`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b22e308cfd320) -
18
+ Replace experiment key platform_editor_useSharedPluginStateSelector with
19
+ platform_editor_useSharedPluginStateWithSelector
20
+ - Updated dependencies
21
+
3
22
  ## 5.2.2
4
23
 
5
24
  ### Patch Changes
@@ -57,7 +57,7 @@ var MediaNodeWithProviders = function MediaNodeWithProviders(_ref) {
57
57
  var interactionState = (0, _useSharedPluginStateSelector.useSharedPluginStateSelector)(pluginInjectionApi, 'interaction.interactionState');
58
58
  return innerComponent({
59
59
  width: widthState,
60
- // Remove when platform_editor_usesharedpluginstateselector is cleaned up
60
+ // Remove when platform_editor_usesharedpluginstatewithselector is cleaned up
61
61
  mediaProvider: mediaProvider ? Promise.resolve(mediaProvider) : undefined,
62
62
  interactionState: interactionState
63
63
  });
@@ -41,7 +41,7 @@ const MediaNodeWithProviders = ({
41
41
  const interactionState = useSharedPluginStateSelector(pluginInjectionApi, 'interaction.interactionState');
42
42
  return innerComponent({
43
43
  width: widthState,
44
- // Remove when platform_editor_usesharedpluginstateselector is cleaned up
44
+ // Remove when platform_editor_usesharedpluginstatewithselector is cleaned up
45
45
  mediaProvider: mediaProvider ? Promise.resolve(mediaProvider) : undefined,
46
46
  interactionState
47
47
  });
@@ -51,7 +51,7 @@ var MediaNodeWithProviders = function MediaNodeWithProviders(_ref) {
51
51
  var interactionState = useSharedPluginStateSelector(pluginInjectionApi, 'interaction.interactionState');
52
52
  return innerComponent({
53
53
  width: widthState,
54
- // Remove when platform_editor_usesharedpluginstateselector is cleaned up
54
+ // Remove when platform_editor_usesharedpluginstatewithselector is cleaned up
55
55
  mediaProvider: mediaProvider ? Promise.resolve(mediaProvider) : undefined,
56
56
  interactionState: interactionState
57
57
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "5.2.2",
3
+ "version": "5.2.4",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,10 +33,10 @@
33
33
  "./types": "./src/types/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/adf-schema": "^49.0.6",
36
+ "@atlaskit/adf-schema": "^50.0.1",
37
37
  "@atlaskit/analytics-namespaced-context": "^7.0.0",
38
38
  "@atlaskit/analytics-next": "^11.1.0",
39
- "@atlaskit/button": "^23.2.0",
39
+ "@atlaskit/button": "^23.3.0",
40
40
  "@atlaskit/editor-palette": "^2.1.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
42
42
  "@atlaskit/editor-plugin-annotation": "^3.1.0",
@@ -55,10 +55,10 @@
55
55
  "@atlaskit/editor-shared-styles": "^3.5.0",
56
56
  "@atlaskit/editor-tables": "^2.9.0",
57
57
  "@atlaskit/form": "^12.0.0",
58
- "@atlaskit/icon": "^27.6.0",
58
+ "@atlaskit/icon": "^27.7.0",
59
59
  "@atlaskit/icon-lab": "^5.2.0",
60
60
  "@atlaskit/media-card": "^79.4.0",
61
- "@atlaskit/media-client": "^35.1.0",
61
+ "@atlaskit/media-client": "^35.2.0",
62
62
  "@atlaskit/media-client-react": "^4.1.0",
63
63
  "@atlaskit/media-common": "^12.3.0",
64
64
  "@atlaskit/media-filmstrip": "^51.0.0",
@@ -66,12 +66,12 @@
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.10.0",
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.10.0",
72
+ "@atlaskit/tmp-editor-statsig": "^9.17.0",
73
73
  "@atlaskit/tokens": "^5.6.0",
74
- "@atlaskit/tooltip": "^20.3.0",
74
+ "@atlaskit/tooltip": "^20.4.0",
75
75
  "@babel/runtime": "^7.0.0",
76
76
  "@emotion/react": "^11.7.1",
77
77
  "bind-event-listener": "^3.0.0",