@atlaskit/editor-core 187.38.0 → 187.38.2
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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 187.38.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
8
|
+
|
|
9
|
+
## 187.38.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) - Introducing 'media-state' for handling media internal file state.
|
|
14
|
+
Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
|
|
15
|
+
Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
|
|
16
|
+
Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 187.38.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = "@atlaskit/editor-core";
|
|
8
8
|
exports.name = name;
|
|
9
|
-
var version = "187.38.
|
|
9
|
+
var version = "187.38.2";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
var nextMajorVersion = function nextMajorVersion() {
|
|
12
12
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "187.38.
|
|
3
|
+
"version": "187.38.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
"@atlaskit/icon": "^21.12.0",
|
|
92
92
|
"@atlaskit/locale": "^2.5.0",
|
|
93
93
|
"@atlaskit/logo": "^13.14.0",
|
|
94
|
-
"@atlaskit/media-card": "^76.
|
|
95
|
-
"@atlaskit/media-client": "^
|
|
96
|
-
"@atlaskit/media-common": "^
|
|
94
|
+
"@atlaskit/media-card": "^76.2.0",
|
|
95
|
+
"@atlaskit/media-client": "^24.0.0",
|
|
96
|
+
"@atlaskit/media-common": "^9.0.0",
|
|
97
97
|
"@atlaskit/media-filmstrip": "^47.0.0",
|
|
98
98
|
"@atlaskit/media-picker": "^66.2.0",
|
|
99
99
|
"@atlaskit/media-ui": "^24.0.0",
|
|
@@ -270,6 +270,10 @@
|
|
|
270
270
|
},
|
|
271
271
|
"platform.linking-platform.editor.toolbar-viewed-event": {
|
|
272
272
|
"type": "boolean"
|
|
273
|
+
},
|
|
274
|
+
"platform.media-experience.cardv2_7zann": {
|
|
275
|
+
"type": "boolean",
|
|
276
|
+
"referenceOnly": "true"
|
|
273
277
|
}
|
|
274
278
|
}
|
|
275
279
|
}
|