@atlaskit/editor-plugin-media 12.7.4 → 12.8.0
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,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media
|
|
2
2
|
|
|
3
|
+
## 12.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`58dc3a8cd70e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58dc3a8cd70e2) -
|
|
8
|
+
Remove confluence_frontend_preload_inline_comment_editor feature gate
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 12.7.5
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 12.7.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -66,9 +66,7 @@ var commentButton = exports.commentButton = function commentButton(intl, state,
|
|
|
66
66
|
supportsViewMode: true,
|
|
67
67
|
disabled: (0, _editorPluginConnectivity.isOfflineMode)(api === null || api === void 0 || (_api$connectivity = api.connectivity) === null || _api$connectivity === void 0 || (_api$connectivity = _api$connectivity.sharedState) === null || _api$connectivity === void 0 || (_api$connectivity = _api$connectivity.currentState()) === null || _api$connectivity === void 0 ? void 0 : _api$connectivity.mode),
|
|
68
68
|
onMount: function onMount() {
|
|
69
|
-
|
|
70
|
-
onCommentButtonMount && onCommentButtonMount();
|
|
71
|
-
}
|
|
69
|
+
onCommentButtonMount && onCommentButtonMount();
|
|
72
70
|
}
|
|
73
71
|
};
|
|
74
72
|
};
|
|
@@ -58,9 +58,7 @@ export const commentButton = (intl, state, api, onCommentButtonMount, createComm
|
|
|
58
58
|
supportsViewMode: true,
|
|
59
59
|
disabled: isOfflineMode(api === null || api === void 0 ? void 0 : (_api$connectivity = api.connectivity) === null || _api$connectivity === void 0 ? void 0 : (_api$connectivity$sha = _api$connectivity.sharedState) === null || _api$connectivity$sha === void 0 ? void 0 : (_api$connectivity$sha2 = _api$connectivity$sha.currentState()) === null || _api$connectivity$sha2 === void 0 ? void 0 : _api$connectivity$sha2.mode),
|
|
60
60
|
onMount: () => {
|
|
61
|
-
|
|
62
|
-
onCommentButtonMount && onCommentButtonMount();
|
|
63
|
-
}
|
|
61
|
+
onCommentButtonMount && onCommentButtonMount();
|
|
64
62
|
}
|
|
65
63
|
};
|
|
66
64
|
};
|
|
@@ -59,9 +59,7 @@ export var commentButton = function commentButton(intl, state, api, onCommentBut
|
|
|
59
59
|
supportsViewMode: true,
|
|
60
60
|
disabled: isOfflineMode(api === null || api === void 0 || (_api$connectivity = api.connectivity) === null || _api$connectivity === void 0 || (_api$connectivity = _api$connectivity.sharedState) === null || _api$connectivity === void 0 || (_api$connectivity = _api$connectivity.currentState()) === null || _api$connectivity === void 0 ? void 0 : _api$connectivity.mode),
|
|
61
61
|
onMount: function onMount() {
|
|
62
|
-
|
|
63
|
-
onCommentButtonMount && onCommentButtonMount();
|
|
64
|
-
}
|
|
62
|
+
onCommentButtonMount && onCommentButtonMount();
|
|
65
63
|
}
|
|
66
64
|
};
|
|
67
65
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.8.0",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^52.
|
|
32
|
+
"@atlaskit/adf-schema": "^52.14.0",
|
|
33
33
|
"@atlaskit/analytics-namespaced-context": "^7.3.0",
|
|
34
34
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
35
35
|
"@atlaskit/button": "^23.11.0",
|
|
36
36
|
"@atlaskit/editor-palette": "^2.2.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^10.1.0",
|
|
38
|
-
"@atlaskit/editor-plugin-annotation": "^10.
|
|
38
|
+
"@atlaskit/editor-plugin-annotation": "^10.5.0",
|
|
39
39
|
"@atlaskit/editor-plugin-connectivity": "^10.1.0",
|
|
40
40
|
"@atlaskit/editor-plugin-decorations": "^10.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-disabled": "^10.1.0",
|
|
42
42
|
"@atlaskit/editor-plugin-editor-viewmode": "^12.1.0",
|
|
43
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^12.
|
|
43
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^12.2.0",
|
|
44
44
|
"@atlaskit/editor-plugin-focus": "^9.1.0",
|
|
45
45
|
"@atlaskit/editor-plugin-grid": "^10.2.0",
|
|
46
46
|
"@atlaskit/editor-plugin-guideline": "^10.1.0",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@atlaskit/media-client-react": "^5.1.0",
|
|
60
60
|
"@atlaskit/media-common": "^13.3.0",
|
|
61
61
|
"@atlaskit/media-filmstrip": "^51.3.0",
|
|
62
|
-
"@atlaskit/media-picker": "^71.
|
|
63
|
-
"@atlaskit/media-ui": "^29.
|
|
62
|
+
"@atlaskit/media-picker": "^71.4.0",
|
|
63
|
+
"@atlaskit/media-ui": "^29.3.0",
|
|
64
64
|
"@atlaskit/media-viewer": "^53.2.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
66
66
|
"@atlaskit/primitives": "^19.0.0",
|
|
67
67
|
"@atlaskit/textfield": "^8.3.0",
|
|
68
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
68
|
+
"@atlaskit/tmp-editor-statsig": "^82.5.0",
|
|
69
69
|
"@atlaskit/tokens": "^13.0.0",
|
|
70
70
|
"@atlaskit/tooltip": "^22.2.0",
|
|
71
71
|
"@babel/runtime": "^7.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"uuid": "^3.1.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@atlaskit/editor-common": "^114.
|
|
80
|
+
"@atlaskit/editor-common": "^114.43.0",
|
|
81
81
|
"@atlaskit/media-core": "^37.1.0",
|
|
82
82
|
"react": "^18.2.0",
|
|
83
83
|
"react-dom": "^18.2.0",
|
|
@@ -147,9 +147,6 @@
|
|
|
147
147
|
"platform_editor_content_mode_button_mvp": {
|
|
148
148
|
"type": "boolean"
|
|
149
149
|
},
|
|
150
|
-
"confluence_frontend_preload_inline_comment_editor": {
|
|
151
|
-
"type": "boolean"
|
|
152
|
-
},
|
|
153
150
|
"platform_media_video_captions": {
|
|
154
151
|
"type": "boolean"
|
|
155
152
|
},
|
|
@@ -169,6 +166,8 @@
|
|
|
169
166
|
}
|
|
170
167
|
},
|
|
171
168
|
"devDependencies": {
|
|
169
|
+
"react": "^18.2.0",
|
|
170
|
+
"react-dom": "^18.2.0",
|
|
172
171
|
"react-intl": "^6.6.2"
|
|
173
172
|
}
|
|
174
173
|
}
|