@atlaskit/media-common 9.0.0 → 9.0.1
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,11 @@
|
|
|
1
1
|
# @atlaskit/media-common
|
|
2
2
|
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
|
|
8
|
+
|
|
3
9
|
## 9.0.0
|
|
4
10
|
|
|
5
11
|
### Major Changes
|
package/package.json
CHANGED
package/report.api.md
CHANGED
|
@@ -142,7 +142,7 @@ export const matches: (srcObj: Object) => (obj: Object) => boolean;
|
|
|
142
142
|
|
|
143
143
|
// @public (undocumented)
|
|
144
144
|
export interface MediaFeatureFlags {
|
|
145
|
-
// (undocumented)
|
|
145
|
+
// @deprecated (undocumented)
|
|
146
146
|
captions?: boolean;
|
|
147
147
|
// (undocumented)
|
|
148
148
|
folderUploads?: boolean;
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -113,7 +113,7 @@ export const matches: (srcObj: Object) => (obj: Object) => boolean;
|
|
|
113
113
|
|
|
114
114
|
// @public (undocumented)
|
|
115
115
|
export interface MediaFeatureFlags {
|
|
116
|
-
// (undocumented)
|
|
116
|
+
// @deprecated (undocumented)
|
|
117
117
|
captions?: boolean;
|
|
118
118
|
// (undocumented)
|
|
119
119
|
folderUploads?: boolean;
|