@atlaskit/editor-plugin-media 1.33.2 → 1.33.3
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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-media
|
|
2
2
|
|
|
3
|
+
## 1.33.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#145926](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145926)
|
|
8
|
+
[`5da502417a091`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5da502417a091) -
|
|
9
|
+
[ED-25128] Fixed the false exposure that would not fire for external images
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 1.33.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -328,8 +328,8 @@ var MediaSingleNode = exports.default = /*#__PURE__*/function (_Component) {
|
|
|
328
328
|
exposure: true
|
|
329
329
|
});
|
|
330
330
|
} else {
|
|
331
|
-
(0, _experiments.editorExperiment)('add-media-from-url',
|
|
332
|
-
exposure:
|
|
331
|
+
(0, _experiments.editorExperiment)('add-media-from-url', false, {
|
|
332
|
+
exposure: true
|
|
333
333
|
});
|
|
334
334
|
}
|
|
335
335
|
}
|
|
@@ -244,8 +244,8 @@ export default class MediaSingleNode extends Component {
|
|
|
244
244
|
exposure: true
|
|
245
245
|
});
|
|
246
246
|
} else {
|
|
247
|
-
editorExperiment('add-media-from-url',
|
|
248
|
-
exposure:
|
|
247
|
+
editorExperiment('add-media-from-url', false, {
|
|
248
|
+
exposure: true
|
|
249
249
|
});
|
|
250
250
|
}
|
|
251
251
|
}
|
|
@@ -322,8 +322,8 @@ var MediaSingleNode = /*#__PURE__*/function (_Component) {
|
|
|
322
322
|
exposure: true
|
|
323
323
|
});
|
|
324
324
|
} else {
|
|
325
|
-
editorExperiment('add-media-from-url',
|
|
326
|
-
exposure:
|
|
325
|
+
editorExperiment('add-media-from-url', false, {
|
|
326
|
+
exposure: true
|
|
327
327
|
});
|
|
328
328
|
}
|
|
329
329
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.3",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
38
38
|
"@atlaskit/button": "^20.2.0",
|
|
39
39
|
"@atlaskit/editor-common": "^91.1.0",
|
|
40
|
-
"@atlaskit/editor-palette": "1.6.
|
|
40
|
+
"@atlaskit/editor-palette": "1.6.1",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
42
42
|
"@atlaskit/editor-plugin-annotation": "1.19.8",
|
|
43
43
|
"@atlaskit/editor-plugin-decorations": "^1.3.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@atlaskit/textfield": "^6.5.0",
|
|
68
68
|
"@atlaskit/theme": "^13.0.0",
|
|
69
69
|
"@atlaskit/tmp-editor-statsig": "^2.1.8",
|
|
70
|
-
"@atlaskit/tokens": "^
|
|
70
|
+
"@atlaskit/tokens": "^2.0.0",
|
|
71
71
|
"@atlaskit/tooltip": "^18.7.0",
|
|
72
72
|
"@babel/runtime": "^7.0.0",
|
|
73
73
|
"@emotion/react": "^11.7.1",
|