@atlaskit/media-common 11.6.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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 11.6.0
4
12
 
5
13
  ### Minor Changes
@@ -6,10 +6,7 @@ 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',
9
+ mediaInline: '',
13
10
  commentsOnMedia: 'confluence.frontend.renderer.comments-on-media'
14
11
  },
15
12
  jira: {
@@ -1,9 +1,6 @@
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',
3
+ mediaInline: '',
7
4
  commentsOnMedia: 'confluence.frontend.renderer.comments-on-media'
8
5
  },
9
6
  jira: {
@@ -1,9 +1,6 @@
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',
3
+ mediaInline: '',
7
4
  commentsOnMedia: 'confluence.frontend.renderer.comments-on-media'
8
5
  },
9
6
  jira: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-common",
3
- "version": "11.6.0",
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/"