@atlaskit/adf-schema 22.0.1 → 22.0.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,14 @@
|
|
1
1
|
# @atlaskit/adf-schema
|
2
2
|
|
3
|
+
## 22.0.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [`03930b9f4c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03930b9f4c7) - ED-14253: fixed infinite transaction loop after uploading a file to the editor.
|
8
|
+
|
9
|
+
- updated ADF for MediaBaseAttributes.\_\_contextId to allow for null value
|
10
|
+
- fixed Editor example page 2-comment-jira-bento
|
11
|
+
|
3
12
|
## 22.0.1
|
4
13
|
|
5
14
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
@@ -35,7 +35,7 @@ export interface MediaBaseAttributes {
|
|
35
35
|
__fileSize?: number | null;
|
36
36
|
__fileMimeType?: string | null;
|
37
37
|
__displayType?: DisplayType | null;
|
38
|
-
__contextId?: string;
|
38
|
+
__contextId?: string | null;
|
39
39
|
__external?: boolean;
|
40
40
|
}
|
41
41
|
export interface MediaAttributes extends MediaBaseAttributes {
|
package/package.json
CHANGED