@atlaskit/media-common 11.5.0 → 11.7.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 +16 -0
- package/dist/cjs/mediaFeatureFlags/mediaFeatureFlags.js +0 -1
- package/dist/cjs/mediaFeatureFlags/productKeys.js +1 -6
- package/dist/es2019/mediaFeatureFlags/mediaFeatureFlags.js +0 -1
- package/dist/es2019/mediaFeatureFlags/productKeys.js +1 -6
- package/dist/esm/mediaFeatureFlags/mediaFeatureFlags.js +0 -1
- package/dist/esm/mediaFeatureFlags/productKeys.js +1 -6
- package/dist/types/mediaFeatureFlags/types.d.ts +0 -1
- package/dist/types-ts4.5/mediaFeatureFlags/types.d.ts +0 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/media-common
|
|
2
2
|
|
|
3
|
+
## 11.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#156370](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/156370)
|
|
8
|
+
[`28298169be085`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/28298169be085) -
|
|
9
|
+
remove mediaInline FF
|
|
10
|
+
|
|
11
|
+
## 11.6.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#151581](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151581)
|
|
16
|
+
[`f1c0ae301860f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1c0ae301860f) -
|
|
17
|
+
Cleanup media-picker folderUploads feature flag
|
|
18
|
+
|
|
3
19
|
## 11.5.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -6,17 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getProductKeys = void 0;
|
|
7
7
|
var productKeys = {
|
|
8
8
|
confluence: {
|
|
9
|
-
|
|
10
|
-
* Note: Confluence Flags must be prefixed with "confluence.frontend" in order to integrate properly with the product
|
|
11
|
-
*/
|
|
12
|
-
mediaInline: 'confluence.frontend.fabric.editor.media.inline',
|
|
13
|
-
folderUploads: 'confluence.frontend.media.picker.folder.uploads',
|
|
9
|
+
mediaInline: '',
|
|
14
10
|
commentsOnMedia: 'confluence.frontend.renderer.comments-on-media'
|
|
15
11
|
},
|
|
16
12
|
jira: {
|
|
17
13
|
// Manged by Linking Platform. No Rollout plan found for Jira
|
|
18
14
|
mediaInline: '',
|
|
19
|
-
folderUploads: 'issue.details.media-picker-folder-upload',
|
|
20
15
|
commentsOnMedia: ''
|
|
21
16
|
}
|
|
22
17
|
};
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
const productKeys = {
|
|
2
2
|
confluence: {
|
|
3
|
-
|
|
4
|
-
* Note: Confluence Flags must be prefixed with "confluence.frontend" in order to integrate properly with the product
|
|
5
|
-
*/
|
|
6
|
-
mediaInline: 'confluence.frontend.fabric.editor.media.inline',
|
|
7
|
-
folderUploads: 'confluence.frontend.media.picker.folder.uploads',
|
|
3
|
+
mediaInline: '',
|
|
8
4
|
commentsOnMedia: 'confluence.frontend.renderer.comments-on-media'
|
|
9
5
|
},
|
|
10
6
|
jira: {
|
|
11
7
|
// Manged by Linking Platform. No Rollout plan found for Jira
|
|
12
8
|
mediaInline: '',
|
|
13
|
-
folderUploads: 'issue.details.media-picker-folder-upload',
|
|
14
9
|
commentsOnMedia: ''
|
|
15
10
|
}
|
|
16
11
|
};
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
var productKeys = {
|
|
2
2
|
confluence: {
|
|
3
|
-
|
|
4
|
-
* Note: Confluence Flags must be prefixed with "confluence.frontend" in order to integrate properly with the product
|
|
5
|
-
*/
|
|
6
|
-
mediaInline: 'confluence.frontend.fabric.editor.media.inline',
|
|
7
|
-
folderUploads: 'confluence.frontend.media.picker.folder.uploads',
|
|
3
|
+
mediaInline: '',
|
|
8
4
|
commentsOnMedia: 'confluence.frontend.renderer.comments-on-media'
|
|
9
5
|
},
|
|
10
6
|
jira: {
|
|
11
7
|
// Manged by Linking Platform. No Rollout plan found for Jira
|
|
12
8
|
mediaInline: '',
|
|
13
|
-
folderUploads: 'issue.details.media-picker-folder-upload',
|
|
14
9
|
commentsOnMedia: ''
|
|
15
10
|
}
|
|
16
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-common",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.7.0",
|
|
4
4
|
"description": "Includes common utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"runReact18": true
|
|
40
40
|
},
|
|
41
|
-
"scripts": {},
|
|
42
41
|
"dependencies": {
|
|
43
42
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
44
43
|
"@atlaskit/analytics-namespaced-context": "^6.12.0",
|